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

#topmenu {
	height:30px;
	width:940px;
	font-size:14px;
	color:#012c40;
	font-weight:lighter;
	line-height:1em;
	padding:0px;
	/*background-image: url(/images/layout/menubg.png);*/
	background-image:url(/images/layout/60percent.png);
	border-bottom:#999 1px solid;
	border-top:#999 1px solid;
	
}


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

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


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

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

#topmenu ul li a, #topmenu ul li a:visited, #topmenu ul li a:active {
	text-decoration:none;
	color:#eee;
	padding:8px 15px;
	display:block;
	border-right:1px #444 solid;
}

#topmenu ul li a:hover {
	color:#000;
	background-image: url(/images/layout/menubg2.png);
	background-repeat:repeat-x;
}	
#topmenu ul li ul  {
/* the submenu box */
	display: none;
    margin: 0px;
	text-align: left;
    width:  300px ;
	position:absolute;
	
	
	background-color:#333;
	font-weight: normal;
	z-index:2;
	
	left:auto;
	margin:0px;
	margin-top:30px;
	padding:0px;
	padding-bottom:2px;
	-webkit-box-shadow: 3px 20px 35px rgba(100,100,100,0.9);
	-moz-box-shadow: 0px 6px 30px rgba(255,255,255,0.5);

	
	
}

/*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:24px;
	
	
}

#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;
	padding:0px;
	margin:0px;
	padding-top:6px;
	padding-bottom:6px;

	
	
	padding-left:10px;
	padding-right:10px;
	line-height:1em;
	font-size:small;
	color:#eee;
	height:auto;
}
#topmenu ul li ul a:hover {
color:#000;
	background-color:#eee;
	background-image:none;
}



