li.hulllink {
	color: #000;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	letter-spacing: .04em;
	background-image: url(../img/modelnav_up.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 22px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	border-right-width: .05em;
	border-right-style: solid;
	border-right-color: #96c2d6;
	}
	
li.hulllink h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	width: auto;
	height: 12px;
	float: left;
	padding: 5px 6px 4px 12px;
	margin: 0;
	list-style-type: none;
	outline: none;
	}

li.hulllink a {
	color: #96c2d6;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	width: auto;
	height: 12px;
	float: left;
	padding: 5px 12px 4px 12px;
	margin: 0;
	list-style-type: none;
	outline: none;
	}

li.hulllink a:link {
	color: #96c2d6;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	width: auto;
	height: 12px;
	float: left;
	margin: 0;
	list-style-type: none;
	outline: none;
	}

li.hulllink a:visited {
	color: #96c2d6;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 12px;
	float: left;
	margin: 0;
	list-style-type: none;
	outline: none;
	}
	
li.hulllink a:hover {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/modelnav_hvr.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	width: auto;
	height: 12px;
	float: left;
	margin: 0;
	list-style-type: none;
	outline: none;
	}
	
li.hulllink a:active {
	color: #96c2d6;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/modelnav_hvr.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	height: 12px;
	float: left;
	list-style-type: none;
	outline: none;
	}
	


/* The Model Dropdown menu */

.anylinkcss {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	text-decoration: none;
	width: auto; /* default width for menu */
	height: 22px;
	margin: 2px 0 0 0;
	padding: 0;
	}

.anylinkcss ul{
	text-align: center;
	margin: 2px 0 0 0;
	list-style-type: none;
	padding: 0;
	display: inline;
	}

.anylinkcss li {
	color: #ccc;
	width: 72px;
	height: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	outline-width: 0;
	border: none;
	display: inline;
	list-style-type: none;
	background-position: 0 0;
	float: left;
}

.anylinkcss li a {
	color: #ccc;
	font-size: 10px;
	line-height: 0.9em;
	width: 72px;
	height: 16px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	outline-width: 0;
	border: none;
	display: inline;
	list-style-type: none;
	background-image: url(../img/dropdown_bg.png);
	background-repeat: none;
	background-position: 0 0;
	float: left;
}

.anylinkcss a:hover{ /*hover background*/
	color: #fff;
	background-position: 0 0;
	background-image: url(../img/dropdown_bg_hvr.png);
	background-repeat: none;
	background-position: 0 0;
	}



