@charset "utf-8";
.vertnavcontainer

 
{
	clear: right;
	float: left;
	height: 240px;
	width: 165px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
.vertnavcontainer  ul
{
	list-style-type: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 11px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 18px;
	line-height: normal;
	padding-top: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	
	
}




.vertnavcontainer ul:hover
{
	background-image: url(../images/bg_.gif);
	background-repeat: repeat-x;
	color: #000000;
	
	
}
