.chromestyle {
	width: 820px;
	color: #000;
	font: bold 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0 auto;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

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

.chromestyle ul li a {
color: #494949;
text-decoration: none;
padding: 4px 4px 4px 12px;
margin-left: -4px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
color: #FFF;
background-color: #000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	font: normal normal 12px/1em Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	margin: -1px 0 0 0;
	border-bottom-style: solid;
	text-indent: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.dropmenudiv a {
width: auto;
display: block;
text-decoration: none;
color: black;
padding-top: 4px;
padding-bottom: 4px;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
color: #900;
text-decoration: underline;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #fff;
color: #900;
text-decoration: underline;
}

