.chromestyle{
width: 99%;
font-weight: bold;
}

.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 #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */
.brdr_div{
	margin:4px;
	border-width:1px 1px 0px 1px;
	border-color:#cccccc;
	border-style:solid;
}

.brdr_div a:hover{
	background:#EBEBEB;
}

.brdr_div_for_sub{
	margin:4px;
	border-width:1px 1px 0px 1px;
	border-color:#BDBDBF;
	border-style:solid;
	background:#ffffff;
}

.brdr_div_for_sub a:hover{
	background:#EBEBEB;
}


.dropmenudiv{
	position:absolute;
	top: 0px;
	margin-top:3px;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	z-index:100;
	width: 224px;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	text-transform:uppercase;
}

.dropmenudiv a{
	padding-left:25px;
	color:#666666;
	background:#ffffff;
	text-decoration:none;
	display:block;
	border-bottom:#cccccc 1px solid;
}

.dropmenudiv_a{
	border-bottom-width: 0;
	font:normal 11px Verdana;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	text-transform:uppercase;
}

/*THEME CHANGE HERE*/

.dropmenudiv a:link {
	text-decoration: none;
}
.dropmenudiv a:visited {
	text-decoration: none;
}
.dropmenudiv a:hover {
	padding-left:25px;
	color:#cc0000;
	text-decoration:none;
	display:block;
	background:#EBEBEB;
}
.dropmenudiv a:active {
	text-decoration: none;
}

.dropmenudiv_detail{
	position:absolute;
	top: 0px;
	margin-top:13px;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	z-index:100;
	background-color: #BDBDBF;
	width: 224px;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:23px;
	text-transform:uppercase;
	opacity:0.90;
	filter: alpha( opacity=90 ); 
	-moz-opacity: 0.90;
}
.dropmenudiv_detail a{
	color:#666666;
	text-decoration:none;
	display:block;
	border-bottom:#cccccc 1px solid;
}

/*THEME CHANGE HERE*/

.dropmenudiv_detail a:link {
	text-decoration: none;
}
.dropmenudiv_detail a:visited {
	text-decoration: none;
}
.dropmenudiv_detail a:hover {
	color:#cc0000;
	text-decoration:none;
	display:block;
}
.dropmenudiv_detail a:active {
	text-decoration: none;
}
