.chromestyle{
	width: 100%;
	font-weight: bold;
	height: 25px;
	padding-left: 2px;
}

.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: left; /*set value to "left", "center", or "right"*/
	height: 25px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	width: 112px;
	height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	padding-bottom: 2px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #858383;
	padding-left: 7px;
}

.chromestyle ul li a:hover{
	width: 112px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #B31418;
	color: #B31418;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3C3C3C; /*Outside BorderE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3C3C3C; /*Bottom Strokes*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CCCCCC;
}
