/*---Top Nav Menu Vertical ----------------------*/
#nav1{
	float: right;
	width: 600px;
	margin-top: -3px;
}
* html #nav1 {
	margin-top: -1px;
	margin-right: -40px; 
}
ul#nav{
	list-style: none;
	position:relative;
	clear: both;
	margin: 0;
}
*html ul#nav{
	list-style: none;
	height: 32px;
	line-height: 32px;
	position:relative;
	clear: both;
	margin: 0;
	 padding-top: 1px;
}

ul#nav li{
	float: left;
	position: relative;
	z-index:6;
	padding: 0;
	margin: 0;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #003366;
	background-image: url(/images/bigbutback.gif);
	line-height: 33px;	

}




ul#nav li a {
	display: block;
	text-decoration: none;
	color: #003366;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;

}ul#nav li a:hover {
	text-decoration: none;
	color: #FFCC00;
	
	/*background-color: #FFCC80;  appears in all*/

}
