.virtual_tour {
	float: right;
	background-image:url(../../images/vtour_bg.jpg);
	/*background-image:url(../../images/map_bg.gif);*/
	background-position: 50% 50%;
	width: 608px;
	height: 519px;
	padding: 11px;
	border: 0px solid red;
}
.virtual_tour .hdr {
	float: left;
	width: 100%;
	border: 0px solid red;
}
.virtual_tour .hdr h2 {
	float: right;
	width: auto;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #848c91;
	margin-top: 13px;
	padding: 0 5px 0 0;
	border: 0px solid red;
}
.virtual_tour .content_box {
	clear: both;
	float: none;
	background-color: #fff;
	width: 600px;
	padding: 5px 3px 5px 2px;
	height: 450px;
	border: 1px solid #c0cad0;
}

.virtual_tour .credits {
	clear: both;
	float: right;
	width: 580px;
	height: auto;
	line-height: 24px;
	font-size: 13px;
	font-weight: normal;
	color: #373737;
	margin-bottom: 12px;
	margin-right: 15px;
}


.btn {
	float: left;
	width: 120px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	margin: 0px;
	margin-top: 13px;
	margin-right: 3px;
	padding-right: 29px;
	border: 0px solid red;
}
.area {
	background-image: url(../../images/area_0.gif)
}
.map {
	background-image: url(../../images/map_0.gif);
}

.area_sel,
.area:hover {
	background-image: url(../../images/area_1.gif);
	color: #1164d4;
}
.map_sel,
.map:hover {
	background-image: url(../../images/map_1.gif);
	color: #1164d4;
}
.mapInner {
	float: left;
	width: 117px;
	height: 27px;
	background-image: url(../../images/cyanArr.gif);
	background-position: 10% 50%;
	cursor: pointer;
	border: 0px solid red;
}



.menuPanel {
	float: left;
	position: relative;
	border: 0px solid blue;
}
.menu {
	display: none;
	list-style: none;
	float: left;
	width: 149px;
	height: 114px;
	position: absolute; top: 40px; left: 0px;
	z-index: 10;
	background-image: url(../../images/sub.gif);
	padding-top: 5px;
	margin: 0px;
	border: 0px solid red;
}
.menu li {
	clear: both;
	float: left;
	background-image: url(../../images/sub_line0.gif);
	background-position: center bottom;
	width: 149px;
	height: 27px;
	border: 0px solid red;
}
.menu li:hover,
.menu li.sel {
	background-image: url(../../images/sub_line1.gif);
	background-position: center bottom;
	height: 27px;
	color: #1164d4;
}
.menu li .menuEntry {
	float: left;
	background-image: url(../../images/sub_arr0.gif);
	background-position: 10% 50%;
	width: 137px;
	height: 27px;
	line-height: 27px;
	text-indent: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding: 0px;
	margin: 0 6px;
	border: 0px solid green;
}
.menu li .menuEntry:hover,
.menu li.sel .menuEntry {
	background-image: url(../../images/sub_arr1.gif);
	color: #1164d4;
}
