ul.menu {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 105px;
	background: rgb(210, 210, 210);
	margin: 0; padding: 0;
	display: none;
	float: left;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:9999;
}
ul.menu li{
	margin: 0; padding: 0;
	clear: both;
	border-top: 1px solid #111;
	width: 99%;
}
ul.menu li a {
    text-decoration : none;
    color : #000000;
	float: left;
	padding: 3px;
	margin-right:14px;
	font: 0.7em arial, verdana, sans-serif;
	width: 96%;
}
ul.menu li  a:hover {
	background: rgb(175, 175, 250);
	background: rgba(175, 175, 250, 0.6);
    padding-left: 5px;
    width: 93%;
}
ul.menu li  a.active {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
}
ul.menu .map_link_small {
	margin: 0; padding: 0;
	clear: both;
	border-top: 1px solid #111;
	width: 99%;
    height: 20px;
    background-size: 22px;
    padding-top:2px;
}
ul.menu .map_link_small a {
    text-decoration : none;
    color : #000000;
	font: 0.8em arial, verdana, sans-serif;
    height: 20px;
    padding-left:4px;
    margin-top: -2px;
}
ul.menu .map_link_small:hover{
	background: rgb(213, 213, 213);
	background: rgba(213, 213, 213, 0.6);
}
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; 
    background-size: 16px;
    -moz-background-size: 16px auto !important; 
    -o-background-size: 16px;           /* Opera 9.5 */  
    -webkit-background-size: 16px;           /* Safari 3.0 */  
    -moz-background-size: 10%;

}
