
/* -- ASPxMenu -- */

.dxmMenuItem_Brown
{
	font: 9pt Tahoma;
	color: white;
	background: #B1A174 url( 'mItemBack.gif' ) repeat-x center top;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
}

.dxmMenuItemSelected_Brown
{
	color: white;
	background: #6E5613 url('mItemBackS.gif') repeat-x center top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
}
.dxmMenuItemHover_Brown
{
	color: White;
	background: #6E5613 url('mItemBackH.gif') repeat-x center top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
}


.dxmSubMenuBorderCorrector_Brown
{
    position: absolute;
    border: 0px;
	padding: 0px;
}
