a {
	font-weight: bold;
	color: silver
}
a:hover {
	color: yellow
}
a:active {
	color: yellow
}
a:visited {
	color: inherit
}
.menustyle {
	background: #074a05           
}
.mainlnk {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10pt;
	font-weight: bold;
	cursor: default;
	color: white
}
.dropmenustyle {
	border: #074a05 2px solid;   
	font-size: 10pt;
	width: 157px;
	visibility: hidden;
	position: absolute;
	background: #074a05          
}
.navlefttable {
	width: 100%
}
.navcellmenu {
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	border: #074a05 2px solid;  
	background: #074a05;        
	font-weight: bold;
	font-size: 10pt;
	color: white
}
td {
	text-align: left;
	font-size: 10pt;
	vertical-align: top
}
