body 
{
	background-color: Forest;
	font-family:Arial, helvetica, Sans-Serif;
	font-weight: bolder;
	color:White
}
	
.cssnav 
{ 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bolder; 
	color: White;
	background-image: url(../images/SmallButton.gif); 
	FLOAT: left; 
	MARGIN: 0px; 
	OVERFLOW: hidden;
	WIDTH: 180px;  
	FONT-FAMILY: arial, helvetica, sans-serif; 
	POSITION: relative;
	HEIGHT: 18px 
} 

.cssnav A 
{ 
	DISPLAY: block; 
	FONT-SIZE: 11px; 
	FLOAT: left; 
	OVERFLOW: hidden; 
	WIDTH: 180px; 
	COLOR: white; 
	HEIGHT: 18px; 
	TEXT-DECORATION: none; 
	POSITION: relative;
} 

.cssnav A:hover 
{ 
	COLOR: white; 
	font-size: 11px 
} 

.cssnav IMG 
{
	WIDTH: 180px; 
	HEIGHT: 18px; 
} 

 HTML A:hover 
{ 
	VISIBILITY: visible 
} 

.cssnav A:hover IMG 
{ 
	VISIBILITY: hidden 
} 

.cssnav SPAN 
{ 
	LEFT: 30px; 
	CURSOR: hand; 
	POSITION: absolute; 
	TOP: 2px; 
	TEXT-ALIGN: left ;
	MARGIN: 0px;
	padding: 0px;
} 