/* CSS Document */

#navigation {
	width: 722px;
	position: absolute;
	top: 102px;
	left: 168px;
	font-family:Verdana, Arial, sans-serif;
	border-color: #FFCC00;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	z-index: 9000;
	height: 20px;
	background-color: #006831;
	}
	
	
#navigation a:link
{
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	text-decoration: none;
	font-size: 0.75em;
}

#navigation a:visited, a:active
{
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	text-decoration: none;
	font-size: 0.75em;
}

#navigation a:hover
{
	font-weight:bold;
	color:#006831;
	text-align: left;
	text-decoration: none;
	font-size: 0.75em;
}

.navi {
	width: 87px;
	z-index: 9900;
}

	
.sub {
	width: 110px;
	font-weight: normal;
	background-color: #006831;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	}
	
.sub a {
	font-family:Verdana, Arial, sans-serif;
	display: block;
	margin-bottom: 3px;
	text-indent: 0px;
	}

.sub a:link,  a:visited, .sub a:active, .sub a:hover
{
	font-family:Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size: 0.75em;
}
.sub a:hover
{
	font-family:Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#006831;
	font-size: 0.75em;
}
	
.sub a .link{visibility:hidden;}
.sub a:hover .link{
	visibility:visible;
}
