.menubar
{
	font:12px times;
	margin:33px 0 0 23px;
	background:url(../../webroot/images/menubg.gif);
	height:34px;
	float:right;
	font-size:12px;
	border-bottom:solid #ff4240 8px;
	
}

#submenuwrapper
{
	margin-left:150px;
	padding:20px;
	width:210px;
	font-size:13px;
	background:url(../../webroot/images/footer.pngd) #0e1b1c;
	text-align:left;
}

#submenuwrapper a.submenul1on
{
	color:#fff;
}

#submenuwrapper a
{
	text-align:left;
	color:#a9c1c5;
	width:200px;
	border-bottom:solid #232E2F 1px;
	display:inline-block;
	line-height:24px;
}

.menubar ul
{
	padding:0;
	margin:0;
}

.menubar a
{
	color:#8a7f5a;
	text-decoration:none;
}

.menubar li
{
	list-style:none;
	float:left;
	line-height:34px;
	padding:0 20px;
	margin-right:0px;
}

.menubar li:hover
{
	background:#f3f3f3;
}


