/* Presents main menu using a 'bars' style */
#mainBody          {background-color: white; height:250px; }
* html #mainBody   {height:250px;}
#mainForm          {background-color: white;padding-left:2.5%; }
#mainMenu          {float:left; width:299px; }
#mainMenu UL       {margin:0px; padding:0px; list-style:none;}
#mainMenu A        {display:block; text-decoration:none; font-size:12px; font-weight:bold; color:white;
                     margin-top:1px; }
#mainBody .custom  { width:300px;  position:absolute; left:35%;}
