#menu_sta {
	line-height: 100%;
	font-weight: normal;
	font-size: 16px;
	text-indent:0;
	margin: 0;
	height: 42px;
	z-index: 9999;
	margin-right:0px;
	overflow:visible;
	
}
#menu_sta li {
	float: left;
	position: relative;
	z-index: 9999;
	border: 0;
	background: #fff;
}#menu_sta li:hover {
	background: #eee;
}
	
/* main level link */
#menu_sta a {
	padding: 12px;
	font-weight: bold;
	margin: 0;
	/*color: #024D9B;*/
	color: #fff;
	display: block;
}


/* sub levels link hover */
#menu_sta ul li:hover a, #menu_sta li:hover li a {
	background: none;
	border: none;
	color: #444;
}

/* dropdown */
#menu_sta li:hover > ul {
	display: block;
	background: #fff;
}

/* level 2 list */
#menu_sta ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	left: 1px;
	top: 44px;
	width: 185px;
	box-shadow: 0 0 4px #f79808,0 0 4px #f79808;
}
#menu_sta ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f79808;
	text-indent:0;
	list-style: none;
}
#menu_sta ul li a{
	padding: 10px;
}
#menu_sta ul li:hover{
	background: #eee;
	border-bottom: 1px solid #f79808;
}
	
/* level 3+ list */
#menu_sta ul ul {
	left: 181px;
	top: -3px;
	text-indent:0;
}

/* rounded corners of first and last link */
#menu_sta ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#menu_sta ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#menu_sta:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu_sta {
	display: inline-block;
} 
html[xmlns] #menu_sta {
	display: block;
}
 
* html #menu_sta {
	height: 1%;
}

#menu_sta > li{
	list-style:none;
	margin-right: 4px;
	border-radius: 22px;
	background: #fff;
	border: 2px solid #f79808;
	background: #f79808;
}

#menu_sta li a{
	text-decoration:none;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#menu_sta li:hover a{
	color: #444;
	/* background: #eee; */
	text-decoration:none;
}
.nobs a>span, .yellow {
    color: #000;
    text-shadow: 0 0 0px #444;
    font-size: 19px;
    text-decoration: none;
    margin-right: 0.5px;
}