
#topmenu{
	padding-top: 5px;
	padding-right: 0px;
	width: 100%;
	float: left;
}

* html #topmenu{

	width: 99%;

}

#topmenu ul{
	font: bold 12px Arial, Verdana, Tahoma;
	margin:0;
	padding:0;
	list-style:none;
}

#topmenu li{
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	font: bold 11px Arial, Verdana, Tahoma;
	float: left;
}


#topmenu a{
	text-align: left;
	float:left;
	color: #992b00;
	background: #ececec url(../images/tm-left.jpg) no-repeat left top;
	margin:0 0px 0px 0;
	padding:0 0 0px 4px;
	text-decoration:none;
	bottom: 0px;
	cursor: hand;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #FFF;
}

#topmenu a span{
	float:left;
	display:block;
	background: transparent url(../images/tm-right.jpg) no-repeat right top;
	padding:10px 9px 10px 6px;
	vertical-align: top;
	margin:0px;
}

#topmenu a:hover{
	background: #992b00 url(../images/tm-h-left.jpg) no-repeat left top;
	text-decoration:none;
	color: #FFF;
	text-shadow: 0px 1px 1px #6a1f02;
}

#topmenu a:hover span{
	background: transparent url(../images/tm-h-right.jpg) no-repeat right top;
}


/* Right Menu */

.r-m-box {
	width: 220px;
	padding: 0px;
	float: right;
	margin: 0px 0px 15px 0px;
}

* html .r-m-box {

	float: none;

}
.menutitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	background: url(../images/menu-t-back.jpg) top left repeat-x;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	text-transform: none;
	padding: 10px 5px 10px 10px;
	float: left;
	width: 205px;
	text-transform: none;

	}
	
.rightmenu {
	float: right;
	width: 198px;
	margin: 0 0 0px 0;
	padding: 0px 10px 5px 10px;
	list-style: none;
	background: #fff1dc;
	border: 1px solid #d0c2ab;
	border-top: 0px;

	}
	
* html .rightmenu {
	float: none;

	}
	
.rightmenu ul {
	list-style: none;

	}
.rightmenu li {
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;

}
.rightmenu li a {
	display: block;
	padding: 4px 5px 4px 25px;
	margin: 0px;
	background: url(../images/arrow.gif) left center no-repeat;
	border-bottom: 1px solid #eedcc0;
	border-top: 1px solid #fdfbf7;
	font-size: 12px;
	color: #992b00;
	text-decoration: none;
}
.rightmenu li a:hover {
	color: #1d7a00;
	text-decoration: none;
	background: #fdf8ee url(../images/arrow1.gif) left center no-repeat;
}
	

* html .rightmenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 85%;
}

/***** Sub Menu *****/

.submenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 100%;
}

.submenu  li a{
	display: block;	
	padding: 5px;
	color: #0a6100;
	border-bottom: 1px solid #f7f4ed;
	font-size: 13px;
}


* html .submenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 96%;
}


.submenu  li a:hover{
	color: #960;
	background-color: #f0f2e4;
}


/* Trip menu */
.tripmenu {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.tripmenu ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
}

.tripmenu ul li{
	list-style: none;
	display: inline;
}

.tripmenu ul li a{
	display:block; /*text-indent:29px;*/
	text-decoration:none;
	padding:5px 0px 5px 20px;
	background: url(../images/arrow.gif) left center no-repeat;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #e5ebf0;
	text-shadow: 0px 1px 2px #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	}
	
.tripmenu ul li a span{
		float: right;
		width: 23%;
		font-weight: normal;
		color: #000;
		text-align: right;
	}

.tripmenu ul li a:hover{
	background: url(../images/arrow1.gif) left center no-repeat;
	color: #d15400;
}

* html .tripmenu ul li a{
	width: 85%;
}


