.chromestyle {
	width: 100%;
	opacity: 0.9;
}

.chromestyle:after {
/*	Add margin between menu and rest of content in Firefox	*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	border: 1px solid #ddd;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #222;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #dadada;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
}
.chromestyle ul li:last-child a {
	border-right: transparent;
}
.chromestyle a:hover,
.dropmenudiv a:hover {
	text-shadow: 1px 1px 1px #888;
	text-decoration: underline;
}

.chromestyle ul li a:hover,
.chromestyle ul li a.selected {
/*	Script dynamically adds a class of "selected" to the current active menu item	*/
	background: url(chromebg-over.gif) center center repeat-x;
}

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #aaa;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 2px 0;
	text-decoration: none;
	color: #444;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}
.dropmenudiv a:last-child {
	border-bottom: none;
}

* html .dropmenudiv a {
/*	IE only hack	*/
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #f0f0f0;
}

