#menutop {
	width:980px; height:35px;
	background:url(../images/menu-bg.jpg) repeat-x;
}
#menutop ul {
}
#menutop li {
	float:right; 
	list-style:none; 
	line-height:30px;
}
#menutop a {
	display:block;
	width:95px;
	text-align:center;
	text-decoration:none;
	color: #D8D8D8;
	font-size:13px; font-weight:bold;
}
#menutop a:hover, #menutop a.selectedanchor {
	height:35px;
	color: #F3F3F3;
	background:url(../images/btn-active.jpg) no-repeat;
}

#menutop .current {
	/*background:url(../images/btn-current.jpg) no-repeat;*/
}

/*****************************************/

#menuleft {
	width:200px;
	background:#E4DEDE;
}
#menuleft .header {
  padding-left:10px;
	line-height:25px;
	background-color:#9E8D8D; color:#1F1F1F;
	font-size:13px; font-weight:bold;
}
#menuleft .spacer {
  padding:0; height:5px;
	background-color:#F0EDED;
}

#menuleft ul {
  margin-top:1px;
	list-style: none;
}
#menuleft li {  
  font-size:13px;
  border-bottom:#6C2300 1px dotted;
	line-height:20px;
}
#menuleft a {
  color:#511B00;
  text-decoration:none;
  display: block;
  padding: 2px 0 3px 10px;
}
#menuleft a:hover, #menuleft a.selectedanchor {
  text-decoration:none;
  color:#FCFAF5;
  background:#6C2300;
}
#menuleft .hassubmenu a:hover, #menuleft .hassubmenu a.selectedanchor {
  background:#6C2300 184px 7px url(../images/arrow.jpg) no-repeat;
}

/*****************************************/

#menu-spacer {
  height:10px;
}

#menubox-header {
	line-height:25px;
	border:1px #6B2300 solid;
	border-left:none;
	overflow:hidden;
	background-color:#6B2300; color:#E1E1E1;
	font-size:13px; font-weight:bold;
	text-align:center;
}
#menubox {
	width:179px;
	padding:10px;
	border:1px #6B2300 solid;
	border-left:none;
	overflow:hidden;
}
#menubox .img {
	text-align:center;
}

