p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height:17px}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

.header { font-size: 90%; }

.header .tabs {
	font-size:90%;
	
}

.header .tabs table {
	position:absolute;
	width:860px;
	padding-bottom: 0px;
	padding-top: 0px;
	left: 0px;
	top: 165px;
	height: 27px;
}

.header .tabs td {
	position:relative;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	background:#AC9152;
}

.header .tabs td.active a:hover { 
	color:#FFF;
	text-decoration:none
}

.header .tabs td.active .items a {
/*	drop menus */
	color:#AC9152;
	border-color:#AC9152;
}

.header .tabs td.active .items a:hover {
/*	drop down menus when moused*/
	color:#FFF;
	border-color:#6666FF;
	background-color: #6699FF;
	text-decoration:none

}

.header .tabs td:hover .items {
	display:block;
}

.header .tabs td.hover .items { 
	display:block;
}

.header .tabs a {
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	color:#110F4C;
	text-decoration:none;
	text-align:center;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.header .tabs a:hover {
	color: white;
	background: #110F4C;
}

.header .tabs .items {
	position:absolute;
	display:none;
	width:230px;
	margin:0px;
	background:#000; 
}

.header .tabs .items a {
	border-left:4px solid #FFF;
	text-align:left;
	padding:3px 3px 3px 3px;
	background:#110F4C;
	width:230px;
}

.header .tabs .items a:hover {
	color:#CCCC99;
	border-color:#CCCC99;
}

/*
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
*/
