@import "assets/menu.css";

@import "fonts.css";



div#google_map {
	overflow: hidden;
}

div#google_map div {
	background-color: transparent;
	color: black;
}

div#google_map a {
	background-color: transparent;
}


div#google_map div#gmaptype {
	background-color: #fff;
		}

div.yuimenu li.yuimenuitem {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}

div.yuimenu ul {
	color: black;
	background-color: white;
}

div.yuimenu li.yuimenuitem a:link {
	color: black;
	background-color: white;
}

/*********************************************/



div#menucontrol {
	position: relative;
}

div#gmaptype {
	position: relative;
	background-color: #fff;
	border: 1px solid #000;
	padding-right: 15px;
	width: 6em;
	text-align: center;
	line-height: 1.2em;
}

div#downarrow :hover {
	background-color: #bbb;
}

div#downarrow {
	position: absolute;
	top: 0;
	left: 6em;
	background-color: #fff;
	border: 1px solid #000;
	height: 1.2em;
}

