

#topMenu{
	height:50px;
	z-index:101;
	margin:12px 5px;
	position:relative;
	z-index:102;
	display:inline;
	float:left;
font-size:13px;
}

#topMenu img{
	border:none;
}

#topMenu li{
	list-style: none;
	position:relative;
	color:#000;
	width:auto;
	height:15px;
	z-index:103;
	margin-right:15px;
	margin-left:7px;
}

#topMenu li a{
	font-family:"Lucida Sans", Tahoma, Geneva, sans-serif;
	width:auto;
	color:#000;
	text-align: left;
	text-decoration: none;
	position:relative;
}

#topMenu li:hover a,
#topMenu li.sfHover a,
#topMenu li.selected a{
	color:#4ebb3e;
}

#topMenu li .dropdown a{ color:#000; }
#topMenu li .dropdown a:hover{ background:#e4e4e4; }

#topMenu li .dropdown{
	position: absolute;
	width:198px;
	top:0;
	left:-10000px;
	margin-left:-11px;
	margin-top:45px;
	color:#000;
	z-index:105;
	font-size:12px;
	background:#efefef;
border:1px solid #fff;
border-top:0;

}

#topMenu li:hover .dropdown,
#topMenu li.sfHover .dropdown{
	left:0px;
}

#topMenu li .dropdown a{
	color:#000;
	font-size:10px;
	padding:3px 10px;
	display:block;
	width:178px;
	position:relative;
	background:none;
}

.drop_top{
width:200px;
height:25px;
background:url(../images/drop_top.png) top no-repeat;
position:absolute;
top:0px;
margin-top:-25px;
margin-left:-1px;
}

.drop_btm{
width:200px;
height:20px;
background:url(../images/menu_btm.png) top no-repeat;
position:absolute;
bottom:0px;
margin-bottom:-20px;
margin-left:-1px;
}

#topMenu .top_level_link{
	float: left;
	display:inline;
}

#topMenu a.top_level_link{
height:auto;
padding:3px;
}