/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {}
#nav ul ul { left: 60px; }

/* Everything else is theming */
 
#nav { background-color: #ffffff; height: 10px; margin-top:73px; float:right; padding-right:18px;}

#nav a { display:block;border-right: 1px solid white; color: #808080; font-size: 0.9em; padding: 6px; line-height: 1px;width:auto;padding-left:15px; padding-right:15px; text-align:center;border-right:1px solid #808080;font-weight:normal;white-space:nowrap;}	
	
  .menu:hover, .menu:visited, .menu { color:#ffffff;}
  
  
  #nav ul { top: 14px; opacity: 0.9; filter: alpha(opacity=90); }
    #nav ul li a {  font-family: "Trebuchet MS";
     font-size: 0.9em; background-image:none; width:60px; text-align: center;white-space:nowrap;line-height:18px; }
     #nav ul li a:hover {  font-family: "Trebuchet MS";
     font-size: 0.9em; background-image:none;width:60px; text-align: center;white-space:nowrap;line-height:18px; color:#ff0000; }
      .smenu { background-color: #f3f3f3;color:#ff0000;display:block;}
      .smenu:link { background-color: #f3f3f3; color:#ff0000;display:block;}
      .smenu:active { background-color: #f3f3f3; color:#ff0000;  display:block;}
      .smenu:hover { background-color: #f3f3f3; color:#ff0000; display:block;}
      .smenu:visited { background-color: #f3f3f3; color:#ff0000;display:block;}
      
      
   #nav ul a {  border-right: none; background-color: #f3f3f3;
   /*opacity: 0.92; filter: alpha(opacity=92); */
   
   }
   
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


