body {
}
div.AspNet-Menu-Horizontal {
	margin: 0px 0px 0px 0px;
	height: 34px;
	width: 960px;
	z-index: 1000;
	background-color: #8F8A76;
	
}
.locationmenu {
	height: 21px;
	margin-top:-1px;
	padding-left:0;
	float:right;
	font-size:11px;
	display: block;
}
.locationmenu table.ie6 {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.locationmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.multi_but li {
	list-style: none;
	text-align: center;
	height:25px;
	padding-top:4px;
	float:right;
	
}
.locationmenu ul li {
	height:21px;
	
	/*	background-image:url(top_button_bg.png);
	background-repeat: repeat-x;*/
	background-position: left bottom;
	padding-top:5px;
	float:right;
}
.locationmenu ul li a {
	display: block;
	float: left;
	/*  padding: 0 15px 0 0;*/
    text-decoration: none;
	color: #900;
	font-weight: bold;
	/*  height: 41px;
            line-height: 40px;*/
			width: 39px;
	font-size: 13px;
	text-align:center;
}
.locationmenu ul li a b {
/*display: block;
            float: left;
            padding: 0 0 0 15px;
            text-decoration: none;
            color: red;
            font-weight: bold;
            height: 41px;
            line-height: 40px;
            font-size: 11px;
            cursor: pointer;*/
        }
.locationmenu ul li div.locationholder {
	position: absolute;
	left: -9999px;
}
.locationmenu ul li div .locationleftSide {
	float: left;
	background: #99510b no-repeat center;
}
.locationmenu ul li div .locationrightSide {
	float: left;
	margin-left: 0;
	margin-bottom:0;
	display: inline;
	padding: 0 0 0 0;
	border:1px solid #5e0707;
	border:solid 1px #93bdd4;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	box-shadow:0 25px 50px rgba(0, 0, 0, 0.4);
}
.locationmenu ul li a.sub
{
	
	
	height:26px;
	margin-right:-9px;

}
.locationmenu ul li:hover {
	position: relative;
	/*background-image:url("top_button_bg_hover.png");*/
	margin-top:0px;
	z-index:10001;
}
.locationmenu ul li a:hover {
	color: #910;
	background-position: right center;
	white-space: nowrap;
	position: relative;
}
.locationmenu ul li a:hover b {
	color: #910;
	background-position: left center;
}
.locationmenu ul li a.sub:hover {
	color: #003;
	margin-left:222px;
	white-space: nowrap;
	position: relative;
	margin-top:0px;
	
}
.locationmenu ul li a.sub:hover b {
	color: #910;
	background-position: left bottom;
}
.locationmenu ul li:hover > a {
	color: #910;
	position: relative;
}
.locationmenu ul li:hover a.sub {
	color: #910;
	
}
.locationmenu ul li:hover a.sub > b {
	color: #910;
	background-position: left bottom;
}
.locationmenu ul :hover div.locationholder {
	position: absolute;
	/*top: 20px;*/
            left: 4px;
	margin: 0;
	padding: 0;
}
.locationmenu ul li.locationright1 a:hover div.locationholder {
	left: auto;
	right: 3px;/*top: 21px;*/
        }
.locationmenu ul li.locationright1:hover div.locationholder {
	left: auto;
	right: 5px;
	top:21px;
}
.locationmenu ul dl {
	width: 111px;
	margin-top: 9px;
	list-style: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-weight:bold;
}
.locationmenu ul dl dt {
	padding: 0 10px;
	margin: 0;
	line-height: 20px;
	color: #010f17;
	white-space: nowrap;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);*/
	background-color: Tan;
}
.locationmenu ul dl dd {
		border:1px solid #dddddd;
	display: block;
	padding-top: 3px;
	height:22px;
	margin: 0;
}
.locationmenu ul dd a {
	background-image: none;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #421;
	text-align: left;
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
	white-space: nowrap;
	float: none;
	font-size:11px;
}
.locationmenu ul dl dd:hover {
	background-color:#ffdcb3;
	display: block;
}
.locationmenu ul dd a:hover {
	color: #000;
}
.locationmenu ul table td {
	vertical-align: top;
}
