a.menuLink:link, a.menuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}
a.menuLink:hover, a.menuLink:active {
	color: #FF9900;
	text-decoration: none;
}
.menuTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 162px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	background-color: #152C53;
}
.menuCell {
}
.menuAnchor {
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 1px;
}
.searchField {
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	width: 70px;
	color: #CCCCCC;
}
a.searchSubmit:link, a.searchSubmit:visited {
	font-size: 10px;
	background-color: #152c53;
	line-height: 14px;
	vertical-align: text-bottom;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding-right: 3px;
	padding-left: 3px;
}
a.searchSubmit:hover, a.searchSubmit:active {
background-color:#b9890a;
	text-decoration: none;
}
