#mainmenu { width:504px; float:left; margin:0px 0px 30px 30px}

#tabs {
	position: relative;
	top: 1px;
	height: 28px;
	list-style: none;
	padding: 0px;
	font-size:14px;
}

#tabs li {
	float: left;
}

#tabs li a:visited{
	color: #32373E;
	background-color:inherit;
}

#tabs li a:hover{
	text-decoration: none;
	color: #1977B3;
	background-color:inherit;
}

#tabs a {
	float: left;
	padding: 5px 5px 5px 5px;
	background:#F1F4F7;
	margin:0px 5px 0px 0px;
	text-decoration: none;
	border-width:1px;
	border-color: #CCCFD2;
	border-style:solid;
	border-bottom-color: #94969A;
	color: #32373E;
}

#tabs .active-tab a{
	z-index:-1;
}

#tabs a.active-tab { /*selected main tab style */
	color:#1977B3;
	background:#E7ECF1;
	border-width:1px;
	border-color: #94969A;
	border-style:solid;
	border-bottom-color: #E7ECF1;
}

#tabs .active-tab a:hover{ 
	text-decoration: none;
}

.panel {
	clear: both;
	display: none;
	border: 1px solid #94969A;
	width: 504px;
	margin-bottom: 1em;
	padding: 10px 10px 10px 10px;
	background:#E7ECF1;
	color:inherit;
	z-index: 2;
}

.panel.active-tab-body {
	display: block;
	margin:0px 0px 30px 0px;
}

.panel p{
	float: left; margin: 5px 0px 0px 5px;
}

.panel img{
	border: 1px solid #94969A; 
}

.panel a:hover img{
	border: 1px solid #485158; 
}

.panel ul{
	list-style-type: none;
	line-height:18px;
}

.panel li{
	float:left;
	font-size:12px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #94969A;
	margin: 0px 0px 3px 0px;
}

.panel a{
	color:#485158;
	padding:0;
}

.panel a:hover{
	color:#94969A;
}

.panel li.active {
	background:url(../images/down_arrow.gif) no-repeat 2px 6px;
	text-indent:6px;
}

.panel li.active a{
	color:#0069AB;
	background-color:inherit;
}