/*=========
page tabs
=======*/


#tabs {
	position: relative;
	height: 3em;
	margin-bottom: 3em;

	font-size:60%;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #aca899;
}

#tabs ul li  {
	display: inline;
	list-style: none;
}

#tabs ul li a{
	width: 102px;
	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 url(../images/layout/tab_1.gif) no-repeat left top;

}
#tabs ul li a.active{
	padding: 5px 0 3px;
	margin: 1px 2px 0 0;
	color: #3f3e2c;
	font-weight: bold;
	background: #ffffff;
	font-weight: bold;	background: #ffffff url(../images/layout/tab_2.gif) no-repeat left top;
}

#tabs ul li a:hover {
	color:#660000;	font-weight: bold;	background: #ffffff url(../images/layout/tab_3.gif) no-repeat left top;
}
/*=========
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  {
	margin: 0 5px 0 0;
	padding: 0;
	width: 130px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	float:right;

}

ul#tabswitch li  {
	display: inline;
	list-style: none;
}

ul#tabswitch li a{
	font-size:60%;
	width:60px;
	display: block;
	float: left;
	margin: 0px 1px 0 0;
	text-align: center;
	text-decoration: none;
	color: #3f3e2c;
	font-weight: bold;
	background: url(/assets/images/side_tab.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 3px;
	cursor: pointer;
}
 ul#tabswitch li a.active{
	margin: 1px 2px 0 0;
	color: #3f3e2c;
	font-weight: bold;
}

 ul#tabswitch li a:hover {

	background: url(/assets/images/side_tab.gif) no-repeat left -21px;
	color:#191000;
	cursor: pointer;
}


