.chromestyle{
font-weight: Normal; 
font: 12px 'Arial';
color:black;
background-repeat:no-repeat;
text-align:center;

}
.chromestyle1{
width: 100px;
font-weight: Normal; 
font: 12px 'Trebuchet MS', Verdana, 'Lucida Grande',  sans-serif;
color:black;
background-repeat:no-repeat;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}
.chromestyle1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*background:url(../images/M_1.gif);*/
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
 /*set value to "left", "center", or "right"*/
background-repeat:no-repeat;
}
.chromestyle1 ul{
background:url(../images/M_1.gif);
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
 /*set value to "left", "center", or "right"*/
background-repeat:no-repeat;
}
.chromestyle ul li{
display: inline;
color:#000000;

}
.chromestyle1 ul li{
display: inline;
color:#000000;

}
.chromestyle ul li a{
font-size: 12px; font-family: 'Arial';  
font-weight:normal; 
margin: 0;
text-decoration: none;
text-align: left;
color:#000000;
background-repeat:no-repeat;


 /*THEME CHANGE HERE*/
}
.chromestyle1 ul li a{
font-size: 12px; font-family: 'Arial';  
font-weight:normal; 
margin: 0;
text-decoration: none;
text-align:center;
color:#FFFFFF;
background-repeat:no-repeat;


 /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{

color:#000000;
 /*THEME CHANGE HERE*/
}
.chromestyle1 ul li a:hover{

color:#f58220;


 /*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*/
}
.chromestyle1 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: 1;
	left:1px;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px  Arial;
	line-height:16px;
	z-index:100;
	background-color: white;
	width:82px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px ;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px  ;
text-decoration: none;
font: Arial;  
color:#003565;
text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
color:#f58220;
font-weight:normal; 
}
.dropmenudiv1{
	position:absolute;
	top: 1;
	left:1px;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:16px;
	z-index:100;
	background-color: white;
	width:130px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 4px ;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px  ;
text-decoration: none;
font: Arial;  
color:#003565;
text-align:left;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
color:#f58220;
font-weight:normal; 
}