/*=========
page tabs
=======*/


#tabs {
	position: relative;
	height: 3em;
	font-size:80%;
	width: 100%;
	padding: 0;
	margin-left:-10px;
	margin-top:15px;
}

#tabs ul {
	margin: 0 ;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #aca899;
	list-style: none;
}

#tabs ul li  {
	width: 102px;
	display: block;
	float: left;
	padding: 5px 0 3px;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #3f3e2c;
	font-weight: bold;
	background: #fff;

}
#tabs ul li  a{
	width: 102px;
	display: block;
	padding:0;
	margin:0;
	text-align: center;
	text-decoration: none;
	color: #3f3e2c;
	font-weight: bold;

}

#tabs ul li.active  a{
	width: 102px;
	display: block;
	padding:0;
	margin:0;
	text-align: center;
	text-decoration: none;
	color: #3f3e2c;
	font-weight: bold;

}

#tabs ul li.active{
	padding: 5px 0 3px;
	margin: 1px 2px 0 0;
	color: #3f3e2c;
	font-weight: bold;
	background: #beb9a7 url(../images/arrow.gif) no-repeat bottom;
}


/*#tabs ul li a:hover {
	color:#660000;
	font-weight: bold;
	background: #beb9a7;
}
/*=========
page tabs
=======*/


/*#tabs {
	position: relative;
	height: 3em;
	margin-bottom: 3em;

	font-size:70%;
	width: 100%;
}

#tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}

#tabs ul li  {
	display: inline;
	list-style: none;
}

#tabs ul li a{
	width: 100px;
	display: block;
	float: left;
	padding: 3px 0;
	margin: 3px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #3f3e2c;
	font-weight: bold;	background: #ffffff;
	border: 1px solid #c1c1c1;
	border-bottom: none;
}
#tabs ul li a.active{
	padding: 5px 0 3px;
	margin: 1px 2px 0 0;
	color: #3f3e2c;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #c4c090;
	border-bottom: none;
}

#tabs ul li a:hover {
	margin-top: 0;
	background: #cde1f9;
	padding: 3px 0;
	margin: 3px 2px 0 0;
	color:#216eca;
}*/

/* side nav switchtabs*/
ul#tabswitch  {
background:transparent url(../images/layout/split2.gif) no-repeat scroll left top;
height:35px;
margin:8px 0 0 7px;
width:191px;

padding:0px;
list-style:none;
}

ul#tabswitch li  {
	
	float:left;margin:0px; padding:0px;
}

ul#tabswitch li a{
	display:block; margin:0px; padding:0px; width:94px;  line-height:1.5em; text-align:center; font-weight:bold; color:#cec5a1; font-size:80%; margin-top:9px;
}


 ul#tabswitch li a.active{
color:#fff;
}

 ul#tabswitch li a:hover {
color:#dd8989;

}


