@charset "utf-8";
/* CSS Document */

#templatemo_menu {
	clear: both;
	width: 958px;
	height: 0px;/*80*/
	padding: 0 1px;
	/*background: url(images/templatemo_top_panel_bg.jpg) no-repeat;*/
}

.indentmenu{
	font: bold 14px Verdana;
	height: 0px;
	width: 958px; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	/*height: 38px;*/
	/*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: 148px;
text-align: center;
height: 23px;
padding-top: 7px;
margin-bottom: 5px;
text-decoration: none;
border-right: 2px solid #000; /*navy divider between menu items*/
background: url(images/templatemo_menu_bg.jpg);
background-repeat: no-repeat;
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/templatemo_menu_hover_bg.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
clear: both;
width:900px; height: 0px; padding: 13px 30px 0 30px;/*height: 35px*/
padding-bottom: 10px;
color: #fff;
font-size: 14px;
}

@media print {
.tabcontent {
display:block !important;
}
}
