.test {
}
#menutop{
        float: left;
	margin:0;
	width: auto;
 /*  margin-left:auto;
   margin-right:auto;
   width:90%;*/
    
 }

  #menutop ul {
    margin:0;
    padding:0;
    line-height:30px;
 }

  #menutop li {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background:#117c3f;
 }

  #menutop ul li a {
    text-align:center; 
    height:30px;
    width:148px;
    display:block;
    color:#000;
    font-family:"Comic Sans MS", cursive;
    text-decoration:none;
    color:#FFF;
    border:1px solid #FFF;
    text-shadow:1px 1px 1px #000; 
 }

 /*********************************************/
 /* hide menu and allow it to return */
 /*********************************************/

	#menutop ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
 }

  #menutop ul li:hover ul {
    visibility:visible;
    z-index:9999; 
 }

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

  /*sets top level hover color*/

  #menutop li:hover {
   background:#be4a07;
 }

  /*sets link items hover color and background*/

  #menutop ul li:hover ul li a:hover {
    color:#000;
    background:#be4a07;
 }

  /* Changes text color on hover for main menu hover*/

  #menutop a:hover {   
  color:#000;
 } 
  
 /* Contains the Float */

 .clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

 /* IE7 Display Fix */

 #menutop ul li { 

  display: inline; 
 
 }
