.main_menu_bg{
 	background:url(../webimages/main_menu_bg.gif) repeat-x;
}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.main_menu{
	background:url(../webimages/topnav_a.gif) repeat-x;
}
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
	border-top: none;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background 
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
/* each TR.item is one menu item */
.transMenu .item{
	margin: 0px;
	border: none;
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.transMenu  a{  /*  menu dropdown color properfites chagne here */
	padding-left:0;
	padding-right:1px;
	font-size: 10px;
	line-height:19px;
	font-family:Verdana, Arial;
	font-weight:bold;
	display:block;
	color: #000;
	background:#F7DE67;
	text-decoration:none;

}

.transMenu .item.hover { 
	color: #1A60A6;
}

.transMenu a:hover{
	display:block;
	color: #ffffff;
	background: #1A60A6; /*  menu dropdown bg color properfites chagne here */
	text-decoration:none;
}

/*-----------------------------*/

.transMenu_small .item{
	margin: 0px;
	border: none;
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.transMenu_small  a{  /*  menu dropdown color properfites chagne here */
	padding-left:1px;
	padding-right:15px;
	font-size: 10px;
	line-height:19px;
	font-family:Verdana, Arial;
	font-weight:bold;
	display:block;
	color: #1A60A6;
	background:#DAE9F8;
	text-decoration:none;
	width:80px;
}

.transMenu_small .item.hover { 
	color: #1A60A6;
}

.transMenu_small a:hover{
	display:block;
	color: #ffffff;
	background: #1A60A6; /*  menu dropdown bg color properfites chagne here */
	text-decoration:none;
}



/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

.transMenu .item#active {
	background: #8BB448;
	color: #000000!important;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.transMenu .item#active.hover {
	color: #000000;
}

/* For first level menu.*/

#wrap {
	margin: 0px;
	padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu td {
text-align: center;
font-weight:bold;
padding:0;
margin:0;
font-family:Verdana, Arial;
}

#menu td  a{  /* top main menu width and height change here */
display:block;
color:#ffffff;  /* top main menu color change here */
text-decoration:none;
text-align:center;
line-height:29px;
font-size:11px;
height:29px;
width:110px;
}

#menu td a:hover{
color:#000;
background:#1A60A6 url(../webimages/topnav_r.gif) center top repeat-x;
height:29px;
width:110px;
}

#menu td.small  a{
display:block;
text-decoration:none;
text-align:center;
line-height:29px;
font-size:11px;
height:29px;
width:150px;
}

/*#menu td.small a:hover{
color:#fff;
background:url(../webimages/topnav_r.gif) center top repeat-x;

}

*/
.mnu1arrow { background:url(../webimages/menu_arrow.gif) 142px 5px no-repeat;}
.mnu1arrow:hover  {	 background:url(../webimages/menu_hover.gif) 142px 5px no-repeat;} 
.mnu1arrow_about { background:url(../webimages/menu_arrow.gif) 222px 5px no-repeat;}
.mnu1arrow_about:hover  {	 background:url(../webimages/menu_hover.gif) 222px 5px no-repeat;} 

#menu td.small a:hover{
color:#000;
text-decoration:none;
text-align:center;
line-height:29px;
font-size:11px;
height:29px;
width:150px;
background:url(../webimages/topnav_r.gif) center top repeat-x;

}

.current_bg_big
{
color:#fff;
}

.grouphotel_bg_big
{
color:#fff  ;
}


.current_bg_small
{
color:#fff;
}
#mbttransmenu {
	
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	clear: both;
	margin: 1px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #000;

	line-height: 18px;
	text-align: center;
	padding: 0px 7px 0px 7px;
	font-weight:bold; 
}

a.mainlevel-trans:hover {
	background: #6699CC;
	color: #FFFFFF;
}

a.mainlevel_active-trans, a.mainlevel_active-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	display: block;
	white-space: nowrap;
	background: #CCAA99;
	color: #000;
	font-size: 11px;
	font-weight:bold; 
}

a.mainlevel_active-trans:hover {
	color: #000000;
}

/* End added */ 


#TransMenu0 a{ width:160px;}
#TransMenu1 a{ width:160px;}
#TransMenu2 a{ width:200px;}
#TransMenu3 a{ width:160px;}
#TransMenu4 a{ width:200px;}
#TransMenu5 a{ width:250px;}
#TransMenu6 a{ width:160px;}
#TransMenu7 a{ width:160px;}
#TransMenu8 a{ width:185px;}
#TransMenu9 a{ width:200px;}