/* CSS Document */

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	width: 90px;
	border: thin solid #666;
	background-color: #b0b9d0;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	top: 0px;
	position: static;
	min-width: 95px;
}


#nav:link      { text-decoration:none; color:white ; }
#nav:visited   { text-decoration:none;  color: #ffffff;
                   background-color:#C00; }
#nav:hover     { text-decoration:underline;  
				   background-color:#C00;}
#nav:active    {
	text-decoration:underline;
	color: #00ffff;
	background-color:#C00;
}
					
#nav:link  { border: solid gray thin;}
#nav:visited  { border: solid #939 thin; color: #00ffff;
               }
#nav:link:hover  { border-color: white; }
#nav:visited:hover { border-color: white; }

