<!--

dl, dt, dd, ul,li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 10px verdana, arial, sans-serif;
}

#menuVertical 
{
	left: 0;
}
dl#menuVertical 
{
	width: 150px;
}
dl#menuVertical dt 
{
	cursor: pointer;
	margin-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	color : #6e6562;
	background:white; 
        border-bottom-width: 1px ; 
	border-bottom-style: solid ; 
	border-bottom-color: #6e6562 ;
}
dl#menuVertical dt  
{ 
	line-height: 20px;
	min-height: 20px;
}
* html dl#menuVertical dt  
{ 
	height: 20px;
	line-height: 20px;
}

dl#menuVertical li 
{
	width: 140;
	text-align: left;
	margin: 0px 5px;
	background: white;
	color:#6e6562 ;
    
}
dl#menuVertical li a 
{
	text-decoration: none;
	display: block;
	
	height: 20;
        /*border-bottom-width: 1px ; 
	border-bottom-style: solid ; 
	border-bottom-color: #6e6562 ; */
}
dl#menuVertical dt a 
{
	color : #6e6562;
	background: white;
	text-decoration: none;
	display: block;
	
	height: 20;
       /* border-bottom-width: 1px ; 
	border-bottom-style: solid ; 
	border-bottom-color: #6e6562 ; */
}
dl#menuVertical dt a:hover 
{
	font-style:italic;
}
dl#menuVertical li a:hover 
{
	font-style:italic;
}
dl#menuVertical dt a: hover
{
	font-style:italic;
}
dl#menuVertical li a:link 
{
	color: #6e6562;
}
dl#menuVertical li a:visited 
{
	color: #6e6562;
}


--> 


