﻿
div#MenuList
{
	
	text-align:center;
	
    width: 657px;
	font-family:Verdana;
    font-size:0.8em;
    font-weight:bold;
	background-color: #000000;  /* the background          */
   filter:alpha(opacity=75);   /* Internet Explorer       */
   -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
   opacity: 0.75;
   
   min-height:24px;
	_height:24px;
	
	/* background-image: url(transparent.png) !important;  
   background-color: transparent !important;          
   background-image: none;                          
   background-color: #ffffff;                      
   filter:alpha(opacity=50);                         */

}


div#MenuList a
{
	padding-top:5px;
	color:#ffffff;
	text-decoration:none;
	padding-right:5px;
	
}

div#MenuList a:hover
{
	color:#ffffff;
	
}



/*  tabs   */
.tabs
{
  
    top:1px;
   font-family:Verdana;
   font-size:1.0em;
   color:#000000;
    
}
.tab
{
	
    border:solid 1px white;
    background-color:black;
    color:White;
    padding:2px 10px;
}
.selectedTab
{
	
	border-top: solid 2px yellow;
    background-color:black;
    color:White;
    border-bottom:solid 1px white;
}
.tabContents
{
	
    border:solid 1px white;
    padding:10px;
    background-color:black;
}