#tabs {

	margin: 0;

	background-image: url(images/navigation/tabDivBg.gif);

	padding: 0px;

	border-top-width: 0px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #22476B;

	border-right-color: #22476B;

	border-bottom-color: #22476B;

	border-left-color: #22476B;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	background-repeat: no-repeat;

	background-position: right top;

	text-align: center;

	clear: both;

	float: left;

}

#tabs ul {

	margin: 0px;

	padding: 0px;

	float: left;

}



#tabs .current, #submenu .current {

	font-weight: bold;

	text-decoration: none;

	background-image: url(images/navigation/tabHoverBg.gif);

}



#tabs a {

	color: #000000;

	font-size: 11px;

	font-weight: bold;

	margin: 0;

	float: left;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #22476B;

	border-right-color: #22476B;

	border-bottom-color: #22476B;

	border-left-color: #96BBDF;

	background-image: url(images/navigation/tabDivBg.gif);

	background-repeat: no-repeat;

	background-position: right top;

	text-decoration: none;

	width: 157px;

	padding-top: 12px;

	padding-right: 0px;

	padding-bottom: 12px;

	padding-left: 0px;

}



#tabs a:hover, #tabs a.current {

	color: #FF6600;

	background-image: url(images/navigation/tabHoverBg.gif);

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-color: #94B9DD;

	border-right-color: #94B9DD;

	border-bottom-color: #94B9DD;

	border-left-color: #94B9DD;

	text-decoration: none;

}



#tabs li {

	display: inline;

	list-style: none;

	text-align: center;

	white-space: nowrap;

	margin: 0px;

	padding: 0px;

}

.tabcontentstyle{ /*style of tab content oontainer*/

	font-size: 11px;

	background-image: url(images/navigation/searchBg.gif);

	background-repeat: no-repeat;

	background-position: bottom;

	color: #000000;

	border: 0px solid #4F504B;

	clear: both;

	width: 609px;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	float: left;

}


