.chromestyle{
	width: 99%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.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 #CC0000;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-color: #CB021A;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.chromestyle ul li a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.chromestyle ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.chromestyle ul li a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	background-color: #B4000B;
	background-position: center center;
	color: #FFFFFF;
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #B4000B;
	background-position: center center;
	color: #FFFFFF;
}


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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #CB021A;
	width: 200px;
	visibility: hidden;




filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #990000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.dropmenudiv a:link{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-decoration: none;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-decoration: none;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-decoration: none;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #AC0217;
	text-decoration: none;
	color: #FFFFFF;
}
