﻿.ftabs{
padding:2px 0 2px 0;
/*border-bottom: 1px solid gray;*/
}

.ftabs ul{
margin:0;
font-size:10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ftabs li{
display: inline;
margin: 0;
}

.ftabs li a{
text-decoration: none;
padding: 1px 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/common/ftabs/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.ftabs li a:visited{
color: #2d2b2b;
}

.ftabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.ftabs li.selected{
}

.ftabs li.selected a{ /*selected main tab style */
background-image: url(/common/ftabs/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.ftabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.f_d{
	position:absolute;
	top: 0;
	border:1px solid #CAC6BA;
	border-width:0 1px 1px 0;
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 129px;
	visibility: hidden;
	line-height:0\9;
}
.f_ds{
	border:1px solid #8A867A;
	border-width:0 1px 1px 0;
}

.f_d a{
	color: black;
	text-decoration: none;
	display: inline-block;
	width: 58px;
	border: 1px solid #CAC6BA;
	border-width:1px 0 0 1px;
	padding: 2px 0 2px 5px;
	white-space:nowrap;
	overflow:hidden;
	line-height:18px\9;
}

* html .f_d a{ /*IE only hack*/
	width: 58px;
}

.f_d a:hover{
	color:#3A4083;
	width: 57px;
	border: 1px solid #8F99B5;
	padding-bottom:1px;
	background-color: #D9EAFC;
}

.f_d a.st,
.f_d a.st:hover{
	color:#3A4083;
	width: 57px;
	border: 1px solid #F29536;
	padding-bottom:1px;
	background-color: #FFE395;
}
