#menu {
	clear: both;
	width: 960px;
	height: 88px;
	background: url(pics/top_panel_bg.jpg) no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1px;
}

.indentmenu{
	font: bold 14px Arial;
	height: 50px;
	width: 960px; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 28px;
	background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFF; /*text color*/
	width: 158px;
	text-align: center;
	height: 38px;
	padding-top: 18px;
	text-decoration: none;
	border-right: 2px solid #000; /*navy divider between menu items*/
	background: url(pics/menu_bg.jpg) repeat-x;
	outline: none;
}

.indentmenu ul li a:visited{
	color: #FFF;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
	color: #FFF !important;
	background: black url(pics/menu_hover_bg.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	clear: both;
	width:900px;
	height: 32px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}


.tabcontentstyle ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
}

.tabcontentstyle li{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 14px;
}

.tabcontentstyle li a {
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0 10px 0 5px;
	text-decoration: underline;
	font-size: 14px;
}

.tabcontentstyle li a:hover {
	font-weight: normal;
	color: #39F;
	margin: 0px;
	padding: 0 10px 0 5px;
	text-decoration: underline;
	font-size: 14px;
}
.tabcontent{
display:none;
}
.tabcontent ul{
	margin: 0px;
	padding: 0px;
	list-: none;
	font-size: 14px;
}

.tabcontent li{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 14px;
}

.tabcontent li a {
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0 10px 0 5px;
	text-decoration: underline;
	font-size: 14px;
}

.tabcontent li a:hover {
	font-weight: normal;
	color: #39F;
	margin: 0px;
	padding: 0 10px 0 5px;
	text-decoration: underline;
	font-size: 14px;
}
.tabcontent li a:visited {
	font-weight: normal;
	color: #39F;
	margin: 0px;
	padding: 0 10px 0 5px;
	font-size: 14px;
	text-decoration: none;
}
@media print {
.tabcontent {
display:block !important;
}
}
.c-bg-1 {
	BORDER-RIGHT: #d7deec 1px solid; BORDER-LEFT: #d7deec 1px solid; BORDER-BOTTOM: #d7deec 1px solid
}
.title-30 {
	FONT-WEIGHT: bold; FONT-SIZE: 30px; COLOR: #ff6501; liNE-HEIGHT: 30px; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif
}
