/* CSS Document */
/**SItENAV**/
#sidenav{
	margin-left:50px;
	margin-top:110px;
	/*padding:15px;*/
	background-image: url(../images/nav_bg1.jpg);
	background-repeat: repeat-x;
	background-color: #BDAC80;
	width:257px;

}

#sidenav a {
	color:#ecdbb0;
	/*padding-bottom:5px;
	padding-top:10px;
	padding-left: 2px;*/
	text-decoration:none;
	font-size:14px;
	border-bottom: 1px solid #ecdbb0;
	display:block;
	width:257px;
	padding:4px 0px;
	text-indent:20px;
	
}

#sidenav a:hover{background-color:#2b6b9f; color: #bdac80;  }


/**MENU**/

#menu {
	height: 78px;
	overflow: hidden;
	background: url(../images/navbgnew.jpg) repeat-x left 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li  {
	float: left;
}
#menu ul li ul {
	height:28px;
	left: auto;
	padding-top:5px;
	position:absolute;
	top:140px;
}
#menu ul li ul a {
	background: transparent !important;
	color: #FFF !important;
}
#menu a {
	color: #ecdbb0;
	display: block;
	padding: 13px 15px 12px 15px;
	text-decoration: none;
}

.toplevel {
	height: 30px;
}

.toplevel a {
	padding-top: 20px !important;
	
}
.current a, .toplevel a:hover {
	background: url(../images/navonbg.jpg) top right !important;
	color: #bdac80 !important;
}
#subnav {
	clear: both;
}
#subnav li {
	margin-top: 14px;
	background: none !important;
}
#subnav a {
	background: none !important;
	padding: 10px;
	background: url(../images/subnavborder.jpg) no-repeat right center  !important;
}

.subcurrent a {
	color: #bdac80 !important;
	font-weight: bold;
}

