/* CSS Document */


body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #000000;
}
h1 { font-size:16px }
a:link { color:#fff;font-decoration:underlined; }	
a:visited { color:#fff;font-decoration:underlined; }
a:hover { color:#039DC7;font-decoration:none; }	

/* These are the style specifications for the menu layers.  
   Set width to get more browsers corporation  */
div.menu  { 
  position:absolute; visibility:hidden; 
   width:200px;left:0; top:0; z-index:500; 
  font-size:12px; 
  background-color: #A4CAE1; color:#000;
  border: 2px solid;	
  border-color: #f7faff #99a #99a #f7faff; 
  z-index:500; 
}

/* Style specifications for menu items and links  */
div.menu ul { margin:0; padding:0 }
/* Need to set padding of at least one pixel or ie sets very large margin */
div.menu ul li { 
  padding:1px; margin:0;
  list-style-type:none
  }

/* Set display block and position relative so clicks on list items activate links  */  
div.menu a { 
  cursor:pointer;
  padding:.3em .4em; margin:0; 
  background-color:transparent; 
  display:block; position:relative; 
  text-decoration:none 
  }
  
div.menu a:link { color:#000 }
div.menu a:visited { color:#000 }
div.menu a:hover { color:#fff; background-color:#039DC7 }