.headlinks {
	width: auto;
	height: 21px;
	overflow: hidden;
	padding: 10px 0 0 0;
 	margin: 0 0 0 10px;
	border: none;
	text-align: center;
	}

li.headlink {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	width: auto;
	height: 21px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	}
	
li.headlink a {
	color: #000033;
	width: auto;
	background-image: url(../img/headlinkbg_o.gif);
	background-repeat: repeat;
	height: 16px;
	float: left;
	padding: 3px 6px 0 6px;
	margin: 0;
	list-style-type: none;
	outline: none;
 	border-top: 1px solid #6FF;
 	border-left: 1px solid #6FF;
 	border-right: 1px solid #6FF;
 	border-bottom: none;

filter:alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-radius topleft: 2px;
	
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-radius topright: 2px;

	}

li.headlink a:link {
	color: #000033;
	}

li.headlink a:visited {
	color: #000033;
	}
	
li.headlink a:hover {
	color: #000033;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	}
	
li.headlink a:active {
	color: #000033;
	}
	
/* The Model Dropdown menu */

.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	text-decoration: none;
	text-align: left;
	width: auto; /* default width for menu */
	height: auto;
	margin: 0;
	padding: 10px;
	background-image: url(../img/headnav_o.png);
	background-repeat: repeat;
 	border: none;
	
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-radius bottomleft: 3px;
	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-radius bottomright: 3px;

	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius topright: 3px;

	}

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

.anylinkcss li {
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 0;
	display: block;
}

.anylinkcss li a {
	color: #005456;
	font-size: 11px;
	line-height: 13px;
	width: auto;
	height: 16px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	outline-width: 0;
	border: none;
}

.anylinkcss a:hover{ /*hover background*/
	color: #000033;
	}



