@charset "UTF-8";
/* CSS Document */

#topmenu {
	height:43px;
	width:980px;
	font-size:17px;
	color:#012c40;
	font-weight:lighter;
	line-height:1em;
	padding:0px;
	overflow:hidden;
	vertical-align:top;
	
}



#topmenu .toplevelhilite {
	background-image:url(/images/layout/menu-hilite.png);
	background-repeat:repeat-x;
	color:#fff;
}

#topmenu ul li li .submenuhilite {
	background-color:#7f0a11;
	color:#FFFFFF;
}

#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:0px;
}

#topmenu ul li {
	float:left;
	margin:0px;
	margin-right:0px;
	padding:0px;	
}




#topmenu ul li a, #topmenu ul li a:visited, #topmenu ul li a:active {
	text-decoration:none;
	margin:0px;
	display:block;
	height:30px;
	padding-top:13px;
	padding-bottom:10px;
	
	color:#012c40;
	padding-left:20px;

	padding-right:20px;
	xborder-bottom:#000 1px solid;
	
	/*Fixes with width of parent ul li in IE6 but buggers up the stacking of the submenu box!*/
	xxxfloat:left;
	
	
	

	
}

#topmenu ul li a:hover {
	color:#fff;
	background-image:url(/images/layout/menu-hilite.png);
	background-repeat:repeat-x;
}
	
#topmenu ul li ul  {
/* the submenu box */
	display: none;
    margin: 0px;
	text-align: left;
    width:  15em ;
	position:absolute;
	float:none;
	
	font-weight: normal;
	background-color:#fff;
	border:1px solid #bd3300;
	border-bottom:none;
	border-top:none;
	left:auto;
	margin:0px;
	margin-top:43px;
	padding:0px;
	vertical-align:top;
	
}

/*required to make popup work */
#topmenu ul li:hover ul, #topmenu ul li.over ul {
	display: block;
	
}

#topmenu ul li li {
	display: block;
	width: auto;
    float: none;
    margin:0px;
	padding:0px;
	height:30px;float:none;
	
}

#topmenu ul li ul a,#topmenu ul li ul a:visited,#topmenu ul li ul a:active  {
	text-decoration: none;
	display: block;
    text-align:left;float:none;
	width:auto;
	

	padding:0px;
	margin:0px;
	padding-top:3px;
	padding-bottom:0px;
	border-bottom:#bd3300 1px dotted;
	
	height:26px;
	
	
	padding-left:10px;
	padding-right:10px;
	line-height:2em;
	font-size:small;
	color:#bd3300;
}
#topmenu ul li ul a:hover {
color:#fff;
	background-color:#7f0a11;
}


