/*

Start Cross-Browser DHTML Menu

*/
#mainmenu-nav {
	padding:0px;
	margin:0px;
	width: 930px;
	height: 59px;
	line-height: 59px;
	padding-left: 40px;
	
	list-style: none;
	list-style-type: none;
	font-weight: normal;
}

.li-nav a {
	float: left;
	color: #FFF;
	padding: 2px 12px;
	text-decoration: none;
	background: transparent url(/images/vertical.gif) center right no-repeat;
	font-size: 18px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.li-nav a:hover {
	text-decoration: none;
	color: #fffebc;
}


.li-nav li a {
	width: 150px;
	background-color: #A2282F;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	height: 35px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 35px;
	text-align: Left;
}


.li-nav li a:hover {
	text-decoration: none;
	color: #fffebc;
}


.ul-nav, .li-nav {
	display: inline;
	list-style: none;
}

.ul-nav {
	width: 160px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 0px;
	margin-top: 50px;
	z-index: 99;
	text-align: left;
	background-image: none;
	background-color: #53783C;
}

.li-nav .ul-nav a {
	background-image: none;
	background-color: #53783C;
}

.li-nav .ul-nav li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D4DFB9;
	border-right-color: #D4DFB9;
	border-left-color: #D4DFB9;
}

.li-nav .ul-nav .li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 160px;
	margin-top: -1px;
	z-index: 99;
	text-align: left;
	background-image: none;
	background-color: #53783C;
}

/*

End Cross-Browser DHTML Menu

*/