@charset "utf-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00457c;
}
.titles_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
#navbar2{
font: 15px Arial;
/*width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}
#navbar2 ul {
margin: 0px;
padding: 0px;
list-style:none;
float: left;
}

#navbar2 li{
	margin: 0;
	float: left;
/*width: 120px; /*width of menu*/
border: 1px solid #bfbbbb /*dark purple border*/
border-width: 1px 0;
	background-color: #FFFFFF;
	background-image: url(images/nav_bar1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 42px;
	width: 110px;
		}

#navbar2 ul li a{
	float: left;
	color: #666666;
	text-decoration: none;
	/*border-right: 2px solid #bfbbbb; /*dark purple divider between menu items*/
	text-align: center;
	vertical-align: bottom;
	padding-top: 12px; /*shift text down 1px for selected and active item*/
	padding-bottom: 8px; /*shift text down 1px for selected and active item*/
	padding-right: 27px;
	padding-left: 22px;
	height: 34px;
	width: 61px;
	white-space: nowrap;
		}
#navbar2 ul li a:hover {
	color: #3d3d3d !important; /*text color of selected and active item*/
	padding-top: 12px; 
	padding-bottom: 8px; 
	padding-right: 27px;
	padding-left: 22px;
	background: url(images/nav_bar2.gif) center center repeat-x;
}
#navbar2 ul li .current{
	color: #3d3d3d !important; /*text color of selected and active item*/
	padding-top: 12px;
	padding-bottom: 8px;
	padding-right: 27px;
	padding-left: 22px;
	background: url(images/nav_bar2.gif) center center repeat-x;
	cursor: default;
}
</style>

