@charset "utf-8";
/* D@VE drop down with link in menubar*/
/** NAV **/

#nav {
	display: block;
	clear:both;
	height:24px;
	margin: -15px 0 0 0;
	width:975px;
	z-index:1000;
	padding: 0;
	background-color:#084294;
}

#nav, #nav ul { /* all lists IE 7 FIX */	
	list-style: none;
	line-height: 1px;
	z-index:1000;
}

#nav a {
	display:block;
	height:23px;
    line-height:24px;
	text-align:center;
	padding-right: 5px;
	color: #fdb813;
}
#nav ul li a {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#nav a#zero		{width:70px; border: none;}
#nav a#first 	{width:100px; border: none;}
#nav a#second 	{width:90px; border: none;}
#nav a#third 	{width:120px; border: none;}
#nav a#fourth	{width:130px; border: none;}
#nav a#fifth 	{width:90px; border: none;}
#nav a#sixth 	{width:100px; border: none;}
#nav a#seventh	{width:80px; border: none;}
#nav a#seighth	{width:100px; border: none;}

#nav li { /* all list items */
	float: left;
	display: block;
}

#nav li:hover , #nav li.sfhover {
	position: static;
}
#nav li ul { 
	position: absolute;	
	margin: 0 0 0 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#wrapper > #nav li ul 
	{padding: 1px 0 0 0;}

#nav li ul , #nav li ul a {
	width:150px;
}
#nav li#last ul , #nav li#last ul a {
	width:150px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index:1000;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:1000;
}

#nav li#last:hover ul,  #nav li#last.sfhover ul {
	left: auto;
	z-index:1000;
	margin: 0 0 0 -20px;
}

#nav ul li:hover a, #nav ul li.sfhover a, #nav ul li a.active, .active-nav{
	background:#84bce7;
	color: #fff;
}

#nav ul li ul a {
	background: #333 !important;
	opacity:.8;	
	padding:0;
    color: #fff !important;
	height:27px;
	line-height:27px;
	text-indent:1em;
	text-align:left;
	font-size:11px;
}

#nav li ul a:hover {
	background: #000 !important;
}

/*side menu*/

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	display: block;
	background: transparent url(../images/arrowblue.gif) 100% 0;
	height: 48px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000;
}

.arrowgreen li a:hover{
	color: red;
	background-position: 100% -64px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -128px;
}

