.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
 /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 5px;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #075130;
}

.anylinkcsscols .column{
	width: 150px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.anylinkcsscols .column ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.anylinkcsscols .column ul a{
	color: #FFFFFF;
	text-decoration: none;
}

.anylinkcsscols .column ul a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.anylinkcsscols .column ul a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.anylinkcsscols .columnright{
	width: 150px;
	float: left;
}

.anylinkcsscols .columnright ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.anylinkcsscols .columnright ul a{
	color: #FFFFFF;
	text-decoration: none;
}

.anylinkcsscols .columnright ul a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.anylinkcsscols .columnright ul a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.anylinkcsscols li{
	padding: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
display: none;
}

.navigationbg {
	background-color: #075130;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #577365;
	border-bottom-color: #577365;
	border-top-style: solid;
}
.navigation {
	margin: 0 auto;
}
.navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.navigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight: bold;
}

.navigation ul li a {
	background-color: #075130;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0px solid #000080;
	
}
.navigation ul li a:visited {
	color: #FFFFFF;
}
.navigation ul li a:hover {
	background-color: #076430;
	color: #FFF;
	text-decoration: none;
}
.navigation ul li a:selected {
	background-color: #076430;
	color: #FFF;
	text-decoration: none;
}
.navigation ul li a:active {
	background-color: #076430;
	color: #FFFFFF;
	text-decoration: none;
}
.navtitle {
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
}
.navtitle a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navtitle a:visited{
	font-weight: bold;
	color: #FFFFFF;
}
.navtitle a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
