/*

Start Cross-Browser DHTML Menu

*/
#mainmenu-nav {
	padding: 0px;
	margin: 0px;
	width:960px;
	height:34px;
	text-align: center;
	font: 1.2em Verdana, Geneva, sans-serif;
	color:#FFF;
	list-style: none;
	list-style-type: none;
	background: #6D2737;
}

.li-nav a {
	background-color: #6D2737;
	width: 137px;
	display: block;
	/*text-indent: 2px;*/
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	height: 34px;
	line-height: 34px;
}

.li-nav a:hover {
	background-color: #EEEEEE;
	color: #333333;
}


.li-nav li a {
	background-color: #6D2737;
	border-bottom: 1px solid #E6E6E6;
	width: 140px;
	display: block;
	/*text-indent: 2px;*/
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}


.li-nav li a:hover {
	width: 140px;
	background-color: #EEEEEE;
	color: #333333;
}


.ul-nav, .li-nav {
	display: inline;
	list-style: none;
}

.ul-nav {
	/*width: 145px;*/
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	width: 150px;
	display: none;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #dedede;
	z-index: 99;
	text-align: left;
}

/*

End Cross-Browser DHTML Menu

*/