#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 808px;
	border : 0px none;
}

.tab_nav {
	overflow: hidden;
	margin-top : 3px;
}

.tab_nav li {
	float: left;
	overflow: hidden;
}
.hidden{
	display:none;
}
.tab_nav li a {
	font-size: 10px;
	height: 20px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	color: #000;
	padding: 5px 5px 5px 5px; 
	white-space : nowrap;
	background-color : #f6dc00;
	border-width: 1px 1px 0 0;
	vertical-align: middle;
	line-height : 20px;
}

.tab_nav li a:visited {
	background: #f6dc00;
	color: #000;
	text-decoration: none;
}

.tab_nav li a:hover {
	background: #fff100;
	color: #000;
	text-decoration: none;
}

#current a {
	background-color : #b6ac00;
}

A[href]:link {
        color : #0036CC;
        font-style : normal;
        text-decoration : none;
}

A[href]:visited {
        color : #0036CC;
        font-style : normal;
        text-decoration : none;
}

A[href]:hover {
        color : #0036FF;
        font-style : normal;
        text-decoration : underline;
}

A[href]:active {
        color : #FFE5BF;
        font-style : normal;
        text-decoration : underline;
}

