﻿body
{
	font-family: Arial, Helvetica, sans-serif;
}

.top_menu_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #035487;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
	padding-top:15px;

}
.top_menu_hover 
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url('images/menu_hover.gif');
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
	padding-top:15px;
	
	
}
.top_menu_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FF6600;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url('images/menu_active.gif');
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
}
.style1 {
	color: #808080;
	border-left-color: #A0A0A0;
	border-right-color: #C0C0C0;
	border-top-color: #A0A0A0;
	border-bottom-color: #C0C0C0;
}
