#nav{
	list-style: none;
	width: 138px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/gray_gradient_menu.jpg);
	background:repeat-y;
}

#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	width: 138px;
}
#nav li a {
	text-decoration:none; 
	display:block;
	padding: 4px 5px 4px 10px;  
	margin:0px; /*helps Opera with hover */
	width:123px;  /*helps IE with hover */
	border-bottom: 2px solid #666666;
	line-height:17px;
}
#nav li a:hover{
	background-color: #AAD2F0; 
	color: #1E2C51;
}



/* Win IE only \*/
* html #nav li{
	float:left;
}/* end holly hack */

