#menu {
	clear: both;
	width: 960px;
	height: 70px; /* TO ADJUST POSITION OF BANNER TOP */
	padding: 0px 1px;
}

.indentmenu{
	font: bold 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial Rounded MT Bold;
	height: 60px;
	width: 960px; /* LEAVE THIS VALUE AS IT IS */
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 58px;
	background: #293782 url(image/indentbg.gif) center center repeat-x; 
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /* TEXT COLOR MENU */
width: 158px;
text-align: center;
height: 40px;
padding-top: 18px;
text-decoration: none;
border-right: 2px solid #000; /* DIVIDER BETWEEN MENU ITEMS */
background: url(image/menu.png) repeat-x;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
color: white !important;
background: black url(image/menu_hover.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}

.tabcontentstyle{ /* STYLE OF TAB CONTENT CONTAINER */
clear: both;
width:900px; height: 35px; padding: 23px 30px 0 30px;
color: #fff;
font-size: 14px;
}


.tabcontentstyle ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabcontentstyle li{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.tabcontentstyle li a {
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0 10px 0 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
