#menu {
	clear: both;
	width: 958px;
	height: 115px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	background-image: url(pics/img02.jpg);
	background-repeat: no-repeat;
}

.indentmenu{
	font: bold 14px Arial;
	height: 52px;
	width: 950px;
	margin-left: 6px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 52px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	width: 158px;
	text-align: center;
	height: 32px;
	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: white;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
color: white !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:940px;
	color: #000;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}


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

.tabcontentstyle li{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.tabcontentstyle li a {
	font-weight: normal;
	margin: 0px;
	padding: 0 10px 0 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
