BODY                       {  background: #a3a390; MARGIN: 0px}
.normal,div,span,
p,td,th,li,a               { FONT-SIZE: 10pt; COLOR: black; font-family:Verdana, Arial, Helvetica, sans-serif; }
A:link                     { COLOR: #003399; }
A:active                   { COLOR: #cccc99; }
A:visited                  { COLOR: #003399; }

/* see http://www.skinningtoolkit.com/DOTNETNUKECLASSES/SolpartMenu/tabid/109/Default.aspx
   for excellent explanation of the SolPartMenu classes */
.MainMenu_MenuContainer    {background:transparent:}
.MainMenu_RootMenuArrow    {display:none;}
.MainMenu_MenuBar          {height:25px;} 
.MainMenu_MenuArrow        {border:0px;}

/* Styling for menu items */
.MainMenu_MenuIcon,
.MainMenu_MenuItem {
	color: black; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	border:0px;
	background-color: #FFDD99;
	height:25px;
}
/* override color here since there's no submenu class available to do this */
.MainMenu_RootMenuItem {
	background-color:#C9AD83;
}

/* Styling for selected item */
.MainMenu_MenuItemSel,
.MainMenu_MenuItemSel td {
	color:#992035;
	font-weight:normal;
	font-style:normal;
}
.MainMenu_RootMenuItemSelected {
	background-color:#C9AD83
}
.MainMenu_SubMenuItemSelected {
	color:white;
	background-color:#992035;
}

/* Styling for sub-menu box (not individual items) */
.MainMenu_SubMenu {
	z-index: 1000;
	border:1px black solid;
	margin-left:5px;
}
