.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	clear:both;
	list-style:none;
	width:920px;
	height:45px;
	padding:0 0 20px 36px;
	
/*border: 0px;
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
padding: 0px 0;
margin: 0;
text-align: center; 
*/
}

.chromestyle ul li{
display: inline;
	width:92px;
	float:left;
	height:45px;
}

.chromestyle ul li a{
	display:block;
	/*width:92px;*/
	height:45px;
	float:left;
/*color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;*/
}

.chromestyle .menu a span{
  display:none;	
}

.chromestyle .m_mag {
	width:108px;
	height:45px;
}
.chromestyle .m_mag a {
	background:url(/images/menu.gif) no-repeat 0 0;
	width:108px;
	height:45px;
}
.chromestyle .m_mag a:hover {
	background:url(/images/menu.gif) no-repeat 0 -45px;
	width:108px;
	height:45px;
}

.chromestyle .m_home {
	width:76px;
	height:45px;
}
.chromestyle .m_home a {
	background:url(/images/menu.gif) no-repeat -108px 0;
	width:76px;
	height:45px;
}
.chromestyle .m_home a:hover {
	background:url(/images/menu.gif) no-repeat -108px -45px;
	width:76px;
	height:45px;
}

.chromestyle .m_area {
	width:79px;
	height:45px;
}
.chromestyle .m_area a {
	background:url(/images/menu.gif) no-repeat -184px 0;
	width:79px;
	height:45px;
}
.chromestyle .m_area a:hover {
	background:url(/images/menu.gif) no-repeat -184px -45px;
	width:79px;
	height:45px;
}

.chromestyle .m_hotel {
	width:92px;
	height:45px;
}
.chromestyle .m_hotel a {
	background:url(/images/menu.gif) no-repeat -263px 0;
	width:92px;
	height:45px;
}
.chromestyle .m_hotel a:hover {
	background:url(/images/menu.gif) no-repeat -263px -45px;
	width:92px;
	height:45px;
}

.chromestyle .m_restaurant {
	width:91px;
	height:45px;
}
.chromestyle .m_restaurant a {
	background:url(/images/menu.gif) no-repeat -355px 0;
	width:91px;
	height:45px;
}
.chromestyle .m_restaurant a:hover {
	background:url(/images/menu.gif) no-repeat -355px -45px;
	width:91px;
	height:45px;
}

.chromestyle .m_leisure {
	width:72px;
	height:45px;
}
.chromestyle .m_leisure a {
	background:url(/images/menu.gif) no-repeat -446px 0;
	width:72px;
	height:45px;
}
.chromestyle .m_leisure a:hover {
	background:url(/images/menu.gif) no-repeat -446px -45px;
	width:72px;
	height:45px;
}

.chromestyle .m_shop {
	width:74px;
	height:45px;
}
.chromestyle .m_shop a {
	background:url(/images/menu.gif) no-repeat -518px 0;
	width:74px;
	height:45px;
}
.chromestyle .m_shop a:hover {
	background:url(/images/menu.gif) no-repeat -518px -45px;
	width:74px;
	height:45px;
}

.chromestyle .m_sightsee {
	width:88px;
	height:45px;
}
.chromestyle .m_sightsee a {
	background:url(/images/menu.gif) no-repeat -592px 0;
	width:88px;
	height:45px;
}
.chromestyle .m_sightsee a:hover {
	background:url(/images/menu.gif) no-repeat -592px -45px;
	width:88px;
	height:45px;
}

.chromestyle .m_spa {
	width:92px;
	height:45px;
}
.chromestyle .m_spa a {
	background:url(/images/menu.gif) no-repeat -680px 0;
	width:92px;
	height:45px;
}
.chromestyle .m_spa a:hover {
	background:url(/images/menu.gif) no-repeat -680px -45px;
	width:92px;
	height:45px;
}

.chromestyle .m_live {
	width:77px;
	height:45px;
}
.chromestyle .m_live a {
	background:url(/images/menu.gif) no-repeat -772px 0;
	width:77px;
	height:45px;
}
.chromestyle .m_live a:hover {
	background:url(/images/menu.gif) no-repeat -772px -45px;
	width:77px;
	height:45px;
}

.chromestyle .m_tour {
	width:71px;
	height:45px;
}
.chromestyle .m_tour a {
	background:url(/images/menu.gif) no-repeat -849px 0;
	width:71px;
	height:45px;
}
.chromestyle .m_tour a:hover {
	background:url(/images/menu.gif) no-repeat -849px -45px;
	width:71px;
	height:45px;
}


/*.chromestyle ul li a:hover, .chromestyle ul li a.selected{*/ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
