@charset "utf-8";
/* CSS Document */
body{

}
.tabOptions {
	color:#006633; 
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin-bottom:0px;
}

.tabOptions ul{
	list-style:none;
}

.tabOptions li{
	height:27px;
	display:inline;
	text-align:center;	
}
.tabOptions .theTab{
	padding:0px 0px 0px 0px;
	background:url(images/tabs.jpg) top left no-repeat;
	float:left;
	margin-right:1px;
	list-style:none;
	width:97px;
}
.tabOptions a{
	text-decoration:none;
	color:#CCCCCC;
	float:left;
	text-align:center;
	width:90px;
	margin-top:5px;
}
.tabOptions a:hover{
	color:#FCDA7D;
	font-weight:bold;
}
.tabOptions .theTab div{
	background:url(images/tabs.jpg) top right no-repeat;
	width:5px;
	height:27px;
	float:right;
}

.tabOptions .theTab a .selected{ /*selected main tab style */
	color:#FFCC66;
	font-size:14px;
}
