/* begin css tabs */

.selectedtab {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	background-color: #ffffff;
	border: 0px solid #516e08;
	color: #000000;
	padding: 3px 4px; /* THIRD number must change with respect to padding-top (X) below */
	margin-top: -15px;
	margin-right: 5px;
}

.tablinkgreen {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: none;
	padding: 3px 4px; /* THIRD number must change with respect to padding-top (X) below */
	color: #516e08;
}

.tablinkwhite {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	padding: 3px 4px; /* THIRD number must change with respect to padding-top (X) below */
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}


ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: 11px verdana, arial, sans-serif;  /* set font as desired */
border-bottom: 3px solid #FFFFFF; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
margin-top: -19px;
margin-left: 0px;
color:#000000;
text-decoration: none;
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav a li { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0px solid #516e08; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: transparent; /* set unselected tab background color as desired */
/*color: #ffffff; *//* set unselected tab link color as desired */
margin-left: 5px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
/*background: #ffffff;  /*set desired hover color */
	text-decoration:underline; 
}


/* end css tabs */

