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

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

.tabOptions1 ul{
	list-style:none;
}

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

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