#templatemo_menu {
background-image:url(image/nav-common-bg.png);
background-position:0 0;
background-repeat:no-repeat;
height:55px;

position:relative;
width:906px;
z-index:20;
}

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


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

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	text-align: left;
	height: 38px;
	padding: 15px 20px 0 25px;
	text-decoration: none;
	outline: none;
	margin-right: 1px;
	color: white;
	font-size: 11pt;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
	color: white !important;
	background: url(image/nav-common-bg.png) top center;
	background-position: -150px -55px
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
text-align: left;
clear: both;
width:910px; height: 34px; padding: 8px 30px 0 30px;
color: #666;
font-size: 12px;
}


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

.tabcontentstyle li{

	margin: 0px;
	padding: 0px;
	display: inline;
}

.tabcontentstyle li a {
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0 30px 0 0;
}

.tabcontentstyle li a:hover {

	color: #007cc3;
	text-decoration: none;
}

.tabcontent{
display:none;
}

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