/* tabs.css CSS Document */

/************* tabs **************/
ul#tabs {
	position: relative;
	list-style-type: none;
	height: 29px;
	overflow: hidden;
	top: -29px;
	border-bottom: solid 3px #DBDBDB;
	padding: 0;
	left: 0px;
	
}

li#getInvolved, li#getConnected {left: 122px;}
li#News, li#learnMore {left: 244px;}
li#about, li#signup {	left: 366px;}
li#takeAction {left: 0px;}


ul#tabs li a.curr {	background-image: url(../images/tabs/tabnew_o.gif);}

#tabs li {
	list-style-type:none;
	margin:0;
	padding: 0;
	display: inline;
	font-size: 0.9em;
	width: 120px;
	height: 30px;
	position: absolute;
	top: -1px;
	font-weight: bold;
	color: #333;
}

/************* from home.htm *************/
#tabs li a:link, #tabs li a:visited {
	color:#fff;
	text-decoration:none;
	background-image: url(../images/tab/tabnew.gif);
	text-align: center;
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	padding-top: 0.35em;
	display: block;
	background-position: top left;
}	
#tabs li a:hover, #tabs li a:active   {
	padding-top: 0.35em;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../images/tab/tabnew_o.gif);
	height: 30px;
}	


#tabs a { color: #FFF; } 
#tabs a:hover {
	background-image: url(../images/tab/tabnew_o.gif);
	color: #fff;
} 
body#take a#ta  { color: #fff;  background-image: url(../images/tab/tabnew_o.gif);} 
body#learn a#ne  { color: #fff;  background-image: url(../images/tab/tabnew_o.gif);} 
body#sign a#au  { color: #fff;  background-image: url(../images/tab/tabnew_o.gif);} 
body#get a#gi  { color: #fff;  background-image: url(../images/tab/tabnew_o.gif);} 

