#templatemo_menu {
	width: 958px;
	height: 66px;
	padding: 0;
	background-image: url(images/templatemo_top_panel_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}

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

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 58px;
	background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	width: 119px;
	text-align: center;
	height: 40px;
	padding-top: 18px;
	text-decoration: none; /*navy divider between menu items*/
	background: url(images/templatemo_menu_bg.jpg) repeat-x;
	outline: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 0px;
	border-left-style: none;
	clear: none;
}

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

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
	color: #FFF !important;
	background: black url(images/templatemo_menu_hover_bg.jpg) center center;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
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;
}
}
