body {
	font-family: Arial;
}

#more_inner {
	text-align:center;
	font-size:12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	border-right-color: #b0b0b0;
	border-bottom-color: #c0c0c0;
	width:7em;
	cursor: pointer;
}

#more_inner.highlight {
	font-weight: bold;
	border: 1px solid #483D8B;
	border-right-color: #6495ed;
	border-bottom-color: #6495ed;
}

#box {
	position:absolute;
	top:20px; left:0px;
	margin-top:-1px;
	font-size:12px;
	padding: 6px 4px;
	width:130px;
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	border-top:1px solid #e2e2e2;
	display: none;
	cursor:default;
}

html, body{margin:0;height:100%;}
#map{width:100%;height:100%;}

#locRadio {
	margin-left: 15px;
	font-size:10px;
}

#toolbar {
	padding: 10px 4px;
}

.hrdivider {
	width:92%;
	height:1px;
	border:1px;
	color:#e2e2e2;
	background-color:#e2e2e2;
}

.sidebarmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 135px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li {
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000;
	text-decoration: none;
	padding: 4px;
	border-right: 1px solid #778;
	border-bottom: 0px solid #778;
}

.sidebarmenu ul li a {
	background-color: white; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited {
	color: #000;
}

.sidebarmenu ul li a:hover {
	background-color: #eec;
}

/*Sub level menu items */
.sidebarmenu ul li ul {
	position: absolute;
	width: 120px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	border-bottom: 1px solid #778;
	border-left: 1px solid #778;
	border-top: 1px solid #778;
}

.sidebarmenu a.subfolderstyle {
	background: url(right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */