
/* CSS Document 
A:link A:visited A:active A:hover*/
/*Tabs on home page defined
#tablink li { color:#ffffff;}
#tablink a { color:#000000;}
#tablink a:hover { color:#ffffff;}
#tablink li.active a:hover { color:#000000;}*/
#tablink li A:link { color:#ffffff;}

#tablink li A:active { color:#ffffff;}
#tablink li A:hover { color:#ffffff;}


.txt { color:#FFFFFF;}
.txt.active { color:#000000;}
ul.hometabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of hometabs--*/
	border-bottom: 1px solid #99832D;
	border-left: 1px solid #99832D;
	width: 102.5%;
	font-family:Arial;
	

}
ul.hometabs li {
	float: left;
	color:#FF3333;
	width:200px;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #99832D;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #ffcc00;
    background-image:url(../images/tab_n2.jpg);

}
ul.hometabs li a {
	text-decoration: none;
	display: block;
	font-size:11px;
	font-weight:bold;
/*	font-size: 1.2em;
	padding: 0 20px;*/
	padding-left:35px;
	border: 1px solid #FFd425; /*--Gives the bevel look with a 1px yellow border inside the list item--*/
	outline: none;
	
}
ul.hometabs li a:hover {
	/*background: #ffcc00;*/
}
html ul.hometabs li.active a:hover { color:#FFFFFF;}

html ul.hometabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #FFd425;
    background-image:url(../images/tab_n.jpg);
	border-bottom: 1px solid #FFd425;/* --Makes the active tab look like it's connected with its content--*/
}

.hometab_container {
	border: 1px solid #99832D;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	line-height:18px;
	width:700px;
	background: #ffcc00;

}
.hometab_content {
	padding: 12px 12px 0 12px;
	font-size: 12px;
}
