a {
	color: black;
	font-size: 10px;
	}
	
a:hover {
	color: blue;
	font-size: 10px;
	}

.menuFloatLeft	
			{
			float: left;
			width: 110px;
			margin: 0px;
			padding: 0;
			padding-top: 10px;	
			margin-top: 5px;		
			}
			
.menuFloatRight	
			{
			float:right;
			}
			
.menuFloatLeft a
		{
		color: 		white;
		font-size: 	10px;
		font-weight: 	bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		}

.menuFloatLeft a:hover, .menuFloatRight a:hover  	
		{
		color: 			yellow;
		font-size: 		10px;
		font-weight:	bold;
		}

#menu1
		{
		display:			none;
		padding-left:		0px;
		text-align:			left;
		background-color:#006633;
		border: medium outset #2C6700;
		}

#menu2, #menu3
		{	
		display:			none;
		line-height:		110%;
		text-align:			left;
		background-color:  #006633;;
		border: medium outset #2C6700;
		}

#menu1 a, #menu2 a, #menu3 a
		{
		color: 				white;
		font-weight:		bold;
		text-align: 		left;
		font-size: 			10px;
		text-decoration:	none;
		margin:				0px;
		padding:			5px;
		padding-top:		5px;
		line-height:		190%;
		}
		
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover
		{
		color: 				yellow;
		font-weight:		bold;
		text-align: 		left;
		font-size: 			10px;
		text-decoration:	underline;
		margin:				0px;
		padding:			5px;
		line-height:		190%;
		}
		
#menuPosition 
		{
		position:absolute;
		top:17px;
		left: 75px;
		width: 1100px;
		height: 20px;
		}
		

