@charset "utf-8";
/* CSS Document */

#topnav 
{
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/med_blue_grad.png);
}
.clearit
{
		clear: both;
		height: 0;
		line-height: 0.0;
		font-size: 0;
}
#menubar, #menubar ul
{
	margin:0; 
	padding:0px; 
	list-style: none
}

#menubar li
{
	float: left;
	width: auto;
	margin-top: 0;
	background-image:url(../images/med_blue_grad.png);
	background-repeat: repeat-x;	/*border-right: 2px solid white;*/
}
#menubar a
{
	display: block;
	background-color: transparent;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #CCC;
	font-size: .85em;
	color: #FFFFFF;
}
#menubar a.dropmenu
{
	padding: 5px 17px 5px 10px;
	background-image: url(../images/light_blue_south.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
#menubar li ul, #menubar ul li
{
	width: 10em;
	background-image:url(../images/med_blue_grad.png);
	background-repeat:repeat-x;
	
}
#menubar ul li a 
{
	color: #FFF;
	border-right: 0;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 16px;
}
#menubar li ul 
{
	display:none;
	position: absolute;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#menubar a:hover , #menubar a:focus, #menubar a:active 
{
	color: #000;
	background-image:url(../images/light_blue_grad.png);
	background-repeat:repeat-x;
}
#menubar li:hover ul
{
	display: block;
}
#menubar li:hover ul a
{
	color: #FFF;
	background-color: transparent;
}
/* important directive needed to solve a cascade issue I haven't figured out yet */
#menubar ul a:hover 
{
	color: #000!important;
}
