.chromestyle{
width: 750px;
}
.chromestyles{
width: 150px;
}
.chromestyless{
width: 124px;
}
.chromestylelarge{
width: 210px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyless:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestylelarge:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyles: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 #333333;
	width: 100%;
	background: url(../images/chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
}
.chromestyles ul{
	border: 1px solid #333333;
	width: 100%;
	background: url(../images/chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
}
.chromestyle ul li{
display: inline;
}
.chromestyles ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #333333;
}
.chromestyles ul li a{
color: #000000;
padding: 4px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #333333;
}
.chromestyle ul li a:visited{
	color: #000000;
}
.chromestyles ul li a:visited{
	color: #000000;
}
.chromestyle ul li a:hover{
	color: #0033CC;
/*background: url(../images/chromebgy-over.jpg) center center repeat-x; THEME CHANGE HERE*/
}
.chromestyles ul li a:hover{
	color: #0033CC;
/*background: url(../images/chromebgy-over.jpg) 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*/
}
.chromestyles 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;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
z-index: 100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#00050A,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudivs{
position: absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
z-index: 100;
background-color: #FFFFFF;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#00050A,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudivlarge{
position: absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
z-index: 100;
background-color: #FFFFFF;
width: 350px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#00050A,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}
.dropmenudivs a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
* html .dropmenudivs a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #003399;
}
.dropmenudivs a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #003399;
}
#chromemenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
#chromemenus ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
