#menu {
	clear: both;
	width: 800px;
	height: 66px;
	//background: url(images/top_panel_bg.png) no-repeat;
	 margin: -10px 0px 0px -10px;
}

.indentmenu{
	height: 38px;
	width: 800px; /*leave this value as is in most cases*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 40px;

}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
	float: left;
	color: #fff;
	//width: 80px;
	text-align: center;
	height: 22px;
	padding-top: 10px;
	text-decoration: none; /*navy divider between menu items*/
	//background: url(images/menu_bg.jpg) repeat-x;
	outline: none;
	
	border-right-width: 1px;
	
	border-right-style: dotted;
	border-right-color: #666;
}

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

.indentmenu ul li a.selected{
	background: black url(images/menu_hover_bg.jpg) center center;
}

.indentmenu ul li a:hover{
	background: black url(images/menu_hover_bg.jpg) center center;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	clear: both;
	width:800px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
}


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

.tabcontentstyle li{
	margin: auto;
	padding: auto;
	display: inline;
}

.tabcontentstyle li a {
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 0 0px 0 15px;
	background-image: url(images/dot2.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.tabcontent{
display:inline;
}

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