.chromestyle{
	width: 625px;
	font-weight: bold;
	height: auto;
	margin: 0px;
}

.chromestyle:after { 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 5px 0px 4px;
	margin: 0px;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #000;
	padding: 3px 3px 4px;
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: transparent;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
	background: url(../images/nav_highlight.jpg) repeat-x; 
	color: #FFF;
}

/* Drop Down Menu */
.dropmenudiv{
	position:absolute;
	top: 100px;
	line-height:17pt;
	z-index:100;
	visibility: hidden;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 20px 0px 0px;
	margin: 0px;
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
	background-position: 20px -1px;
	background-color: transparent;
	width: auto;
}

.dropmenudiv a{
	display: inline;
	padding: 5px 10px 6px 5px;
	text-decoration: none;
	color: #efefef;
	background-image: url(../images/nav_highlight.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

* html .dropmenudiv a { 
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	text-decoration: underline;
	color: #FFF;
}
