#menu {
	clear: both;
	width: 960px;
	height: 100px;
	padding: 0 1px;
/*	background: transparent;  bottom left*/
  background: url(images/tabcontent_bg.png) no-repeat;
/* 	border: 2px 2px 2px 2px solid black; */
}

.indentmenu{
	height: 40px;
	width: 958px; /*leave this value as is in most cases*/
	font: bold 14px Arial;
}

.indentmenu ul{
	height: 50px;
	margin: 0;
	padding: 0px;
	background: gray;
	/* border: 2px 2px 2px 2px solid black; */
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	width: 118px;
	text-align: center;
	height: 40px;
 	padding-top: 10px; 
	text-decoration: none;
	border-right: 2px solid #000; 
	background: url(images/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(images/menu_hover_bg.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}

.tabcontentstyle{ /*style of tab content container*/
	clear: both;
	width:900px; height: 30px; padding: 10px 30px 0 30px;
	/* background: url(images/tabcontent_bg.png) bottom left; */
	color: #fff; font-size: 14px;
/* 	border: 2px 2px 2px 2px solid black; */
}


.tabcontentstyle ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

.tabcontentstyle li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.tabcontentstyle li a {
	margin: 0px;
	padding: 0 10px 0 5px;
	font-weight: normal;
	color: #FFF;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

