.chromestyle{
width: 99%;
font-weight: normal;
color:#FFFFFF;
text-decoration:none;
font: normal 14px Calibri;
}

.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%;
color:#FFFFFF;
padding: 4px 0;

}

.chromestyle ul li{

}

.chromestyle ul li a{
color: #white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #white;
}

.chromestyle ul li a:hover{
background: url(chromebg-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 ######### */

.dropmenudiv{
	position:absolute;
	float:left;
	margin-left:5px;
	margin-top:-5px;
	
	border:0 px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Calibri ;
	line-height:18px;
	
	z-index:100;
	background-color: #CDCFCE;
	color:#000000;
	width: 150px;
	display: none;
 /*Add Shadow in IE. Remove if desired*/
	text-decoration: none;
	text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
color:#000000;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration:none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#000000;
text-decoration:none;
text-align:left;
font-weight:bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: black;
text-decoration:none;
text-align:left;
font-weight:bold;
}



.dropmenudiv2{
	position:absolute;
	float:left;
	margin-left:305px;
	margin-top:-5px;
	
	border:0 px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Calibri ;
	line-height:18px;
	
	z-index:100;
	background-color: #CDCFCE;
	color:#000000;
	width: 150px;
	display: none;
 /*Add Shadow in IE. Remove if desired*/
	text-decoration: none;
	text-align:left;
}


.dropmenudiv2 a{
width: auto;
display: block;
color:#000000;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration:none;
font-weight: normal;
color: white;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
color:#000000;
text-decoration:none;
text-align:left;
font-weight:bold;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: black;
text-decoration:none;
text-align:left;
font-weight:bold;
}






.dropmenudiv3{
	position:absolute;
	float:left;
	margin-left:630px;
	margin-top:-5px;
	
	border:0 px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Calibri ;
	line-height:18px;
	
	z-index:100;
	background-color: #CDCFCE;
	color:#000000;
	width: 150px;
	display: none;
 /*Add Shadow in IE. Remove if desired*/
	text-decoration: none;
	text-align:left;
}


.dropmenudiv3 a{
width: auto;
display: block;
color:#000000;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration:none;
font-weight: normal;
color: white;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
color:#000000;
text-decoration:none;
text-align:left;
font-weight:bold;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: black;
text-decoration:none;
text-align:left;
font-weight:bold;
}

