#main {
	text-align: left;
	clear: both;
	margin-top: -1px;
}

#tabs {
	clear: both;
	text-align: center;
	font-family: Arial,sans-serif;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 95px; }

#tabs a {
	
	position: relative;
	margin: 1px 2px 0 0;
	float: left;
	background: #FFCC66 url(../images/tab_off.gif) left top no-repeat;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px 4px 4px 10px;
	text-decoration: none;
	color: #002D62;
	
}

#tabs a:hover {

	position: relative;
	margin-top: 0px;
	padding: 5px 4px 4px 10px;
	color: #C10435;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFCC66 url(../images/tab_on.gif) left top no-repeat;
	/*border-right: 1px solid #002D62;
	border-top: 1px solid #002D62;
	border-left: 1px solid #002D62;*/
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #002D62;
	font-weight:700;
}

#tabs a.active:hover {
	position: relative;
	margin: 0 2px 0 0;
	float: left;
	background: #FFCC66 url(../images/tab_on.gif) left top no-repeat;
	/*border-right: 1px solid #002D62;
	border-top: 1px solid #002D62;
	border-left: 1px solid #002D62;*/
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #000000;
	cursor:default;
}

#tabs .long_tabs {
	
	position: relative;
	margin: 1px 2px 0 0;
	float: left;
	background: #FFCC66 url(../images/tab_off_long.gif) left top no-repeat;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px 4px 4px 10px;
	text-decoration: none;
	color: #002D62;
	width: 136px;
	display: block;

	
}


#subtabs ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 15px 0 15px;
	border-left: 1px solid #002D62;
	white-space: nowrap;
	font-weight:700;	
}

#subtabs {
 
	background: #FFCC66;
	color: #002D62;
	padding: 3px 10px 5px 10px;
	margin-bottom:10px;
	font-family: Arial,sans-serif;
}

#subtabs a{
  	color: #002d62;
	float: left;
	white-space: nowrap;
	font-weight:400;
	
}

#subtabs a:hover{
    
  	color: #C10435;
	text-decoration:none;
}

