#nav {

	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	background-color: #fff;
	border-bottom: solid 5px #02679a;
}

#nav a {
	text-decoration:none;
}

#nav ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	position:static;
	font-size: 11px;
	z-index: 20;
	min-height: 29px;
	_height: 29px;
}

#nav > ul li {
	margin: 0px 0px 0px 0px;	/* spacing between main menu items */
        padding: 0px;			/* padding within main menu items */
	text-align: left;
}

	

#nav > ul > li {			/* top-level menu element */
	float: right;
	margin:0px 4px 0px 0px ;
	padding: 0px;
	width:98px;
	height:29px;
	background: #016394 url(../images/list_bg.gif) no-repeat center right;
}

#nav > ul > li a {			/* top-level menu element */

	min-height:10px;
	_height: 10px;
	text-align:center;
}




#nav > ul ul li a {
	text-align:left;
	

}

#nav > ul ul {                  /* third-level (or greater) menu element list elements */
	margin: 0px 0px 0px 0px;
	position: relative;         /* this is so that it doesn't push that page content around on hover */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
	min-height:10px;
	_height: 10px;
	width: 177px;
	background: #02679A;
	font-size: smaller;

	border-top: solid 5px #02679A;
}

#nav > ul ul li {                   /* second-level or greater menu element links */
	box-sizing: content-box;
}

	#nav ul ul a {
		color:#fff;
		display:block;

	}


   
#nav li ul {
	display: none;	
}

#nav li:hover > ul  {
	display: block;	
}

#nav a,
#nav span {
	display:block;
	text-decoration: none;
	color:#606060;
	font-weight: bold;
	text-align:center;
	padding: 9px 0px 7px 0px;
}

#nav b {
	display:block;
	text-decoration: none;
	color:#606060;
	font-weight: bold;
	text-align:center;
	padding: 9px 0px 7px 0px;
}

#nav b:hover {

		color:#02679a;

}




#nav a:hover {
	
	color:#02679a;


}

#nav li #selected, #nav span  {
	
	background: url("../images/list_bg_orange.gif") no-repeat center right;
	color:#fff;


}


	



	


#nav ul ul a:hover {
	color:#fff;
	background:#C0110F;
	
}

#nav ul ul a,
#nav ul ul span {
	padding: 6px 9px;
	width:158px;
	border: solid 1px #008AD0;
	border-width: 0px 1px 1px 1px;
}



#nav ul li li.avs_node {
	background: url(../images/node_bg.gif) no-repeat center right;
}





/* E:navigation */

