ul.menu {
	list-style: none;
	position: absolute;
	top: 93px;
	background: rgb(210, 210, 210);
	margin: 0; padding: 0;
	display: none;
	float: left;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 0px;
	z-index:9999;
	font-family: arial, verdana, sans-serif;
    font-size: 0.8em;
	color:#777777;
	text-decoration:none;
	font-weight:bold;
	background-color:#cecece;
}
ul.menu li{
	margin: 0; padding: 0;
	clear: both;
	border-top: 1px solid #dcdcdc;
	width: 99%;
}
ul.menu li a {
    text-decoration : none;
    color : #000000;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right:14px;
	width: 95%;
}
ul.menu li  a:hover {
	background: rgb(175, 175, 175);
	background: rgba(175, 175, 175, 0.8);
}
ul.menu li  a.active {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}
ul.menu .map_link_small {
    background-size: 22px;
}
ul.menu .map_link_small a {
    color : #000000;
    padding-left:3px;
}
ul.menu .map_link_small:hover{
	background: rgb(213, 213, 213);
	background: rgba(213, 213, 213, 0.8);
}
ul.menu .map_link_small a:active{
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}
ul.menu .menu_img {
    width:16px;
    height:16px;
    float:left; 
	margin-right: 2px;
    background-size: 16px !important;
    -moz-background-size: 16px auto !important; 
    -o-background-size: 16px;           /* Opera 9.5 */  
    -webkit-background-size: 16px;           /* Safari 3.0 */  
    -moz-background-size: 10%;

}