#navigation
{
	font-size:11px;
	position:absolute;
	top:3px;
	height:47px;
	left:160px;
	background: #0265a0;
}

/* styles for all UL's in the list */
#nav, #nav ul
{
	width: 80px; 
	margin: 0;
	padding: 0;
}

#nav
{
	border-left: 1px solid #5380C1;
	float: left;
	width: 800px;
}

#nav ul
{
	border-bottom: 1px solid #ccc;
}

/* styles for all LI's in the list */
#nav li
{
	background:#3F6CB1;
	background-image:url("/gfx/menu/off.gif");
	background-repeat:no-repeat;
	position: relative;
	list-style: none;
	float: left;
	width: 110px; /* Width of Menu Items */
}

/* styles for all UL's/LI's in the list below the top level - can overwride here if you want second level to be wider*/
#nav li ul, #nav li li
{
	width:150px; 
	background: #ffffff;

}

#nav li a
{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	border-right: 2px solid #0265a0;
	border-left:0px;	
	border-top: 0px;
	border-bottom: 0px;
}

#nav li li a
{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 5px;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

#nav ul
{
	position: absolute;
	display: none;
}
	

#nav li a
{
	padding: 20px 10px 5px 10px;
}



#nav #active
{
	background:#0284d2;
	border-bottom:2px solid #FFCC11;
}


#nav li:focus ul, #nav li:hover ul
{
	display: block;
}

#nav li.menuparent:hover
{
	background: #0284d2 !important;
}


#nav li a:hover
{
	color: #ffffff;
	border-bottom:2px solid #FFCC11;
}

#nav li ul li a:hover, #nav #active .activeitem:hover
{
	color: #ffffff;
	background:#0284d2;
	border-bottom: 0;
}