
/* Top Navigation Styles*/


#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0px;
	margin-left: -2px; /* Removes left margin, so left line disappears, but also dropdown moves over. */	
}

#nav a { /* Button properties */
display: block;
color:#ffffff; 
font:normal 13px Tahoma; 
text-decoration:none; 
margin:0px 0px 0px 0px; 
padding:0px 0px 0px 0px;
}

#nav li { /* More button properties */

	margin-left: 2px;
	height: 25px;

display:block; 
float:left; 
background:url(images/topmenu_separator.gif) no-repeat left 0px; 
padding:0px 33px 0px 26px; 
margin:12px 0px 0px 0px;
}
#nav .vvr  { /* More button properties */
padding-top:13px;
margin:0px 0px 0px 0px;
}
#nav .vvr li { /* More button properties */
margin:0px 0px 0px 0px;
}

#nav li ul { /* Dropdown Properties 1*/
	position: absolute;
	left: -999em;
	height: auto; /* Text wrap in dropdown */
	width: 170px; /* How wide the dropdown is */
	w\idth: 170px; /* How wide the dropdown is for IE */
	font-weight: normal;
	border-width: 0.25em;
	margin-top: 10px; /* Spacing between button and top of dropdown */
}

#nav li li { /* Dropdown properties 2*/
	margin-left: 0px;
	width: 100%;
	height:auto; /* Text wrap in dropdown */
	padding-bottom: 3px; /* Padding between dropdown link, and top of border */

}

#nav li ul a { /* Dropdown properties 3 */
	font: 8pt Arial, Helvetica, sans-serif;
	text-transform: none;
	/*
	width: 13em;
	w\idth: 9em;
	*/
}

/* Dropdown Hover effects */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	margin-left:-25px;
	z-index: 200;
}



#morepadding {
	padding-left: 3.5px;
	}

#nav .vvr a { /* Button properties */
	color: #000000; /*Font color on buttons*/
	text-align:left;
}

#nav a {color:#ffffff; font:normal 13px Tahoma; text-decoration:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

#nav li li { /* Dropdown properties */
	background-color: #fcfafa; /*Background color of dropdown menus*/
	border-bottom: 1px solid #ccc; /*Dark border color that separates text links on dropdown*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Hover effects */
#nav .vvr li:hover, #nav .vvr li.sfhover {
	background: #e8e8e8; /*DOWN state color of buttons*/
	background:url(images/topmenu_separator.gif) #e8e8e8 no-repeat left 0px; 
}
