#menu {
	clear: both;
	width: 958px;
	height: 58px;
	padding: 0;
	background:url(images/panel.jpg);
}

.indentmenu {
	font: normal 14px Arial, Helvetica, sans-serif;
	height: 58px;
	width:958px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 58px;
/*	background:*/
	margin-top: -10px;
}

.indentmenu ul li {
	display: inline;
}

.indentmenu ul li a {
	float: left;
	color: #fff;
	width: 158px;
	text-align: center;
	height: 40px;
	padding-top: 18px;
	text-decoration: none;
	border-right: 2px solid #FFF;
	background: url(images/button.jpg) repeat-x;
	outline: none;
}

.indentmenu ul li a:visited{
	color: #FFF;
}

.indentmenu ul li a:hover {
	color: #FFF;
	background: white url(images/button2.jpg) center center;
}
/*
.indentmenu ul li a.selected {
	color:#03F;
	background: white url(images/button2.jpg) center center;
}*/

.indentmenu ul li a:active {
	color: #03F;
	background: white url(images/button2.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}

/* TAB CONTENT*/
.tabcontentstyle {
	clear: both;
	width: 900px;
	height: 35px;
	padding: 23px 30px 0 30px;
	color:#03F;
	font-size: 14px;
}

.tabcontentstyle ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabcontentstyle li  {
	margin: 0;
	padding: 0;
	display: inline;
}

.tabcontentstyle li a{
	font-weight: normal;
	color: #03F;
	margin: 0;
	padding: 0 10px 0 5px;
}

.tabcontent {
	display: none;
}




