#Ubox_menu {
	width: 960px;
	height: 59px;
	padding-top: 2;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	margin-top: 2px;
	margin-right: 1px;
}

.indentmenu{
	height: 58px;
	width: 960px; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 58px;
	background-image: url(indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	width: 158px;
	text-align: center;
	height: 40px;
	padding-top: 18px;
	text-decoration: none;
	outline: none;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	margin-right: 0px;
	padding-right: 1px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
	color: #39C7E0 !important;
	background-image: url(images/hover_bg.png);
	background-position: 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;
}
