<!--

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: 2px 5px;
	text-align: left;
	font-weight: bold;
	color : white;
	background: #173e79;

}
dl#menuVertical dt  
{ 
	line-height: 20px;
	min-height: 20px;
}
* html dl#menuVertical dt  
{ 
	height: 20px;
	line-height: 20px;
}
dl#menuVertical dd 
{
color : white;
}

dl#menuVertical li 
{
	width: 140;
	text-align: left;
	margin: 0px 5px;
	background: #173e79;
	color:white;
}
dl#menuVertical li a 
{
	color: white;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 20;
}
dl#menuVertical dt a 
{
	color: white;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 20;
}
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: white;
}
dl#menuVertical li a:visited 
{
	color: white;
}

--> 


