

.chromestyle
{
width: 785px;
height:40;
font-weight: bold;
/* color:#FFFFFF;*/
background-image:"../userimages/bg_menu.gif";
display:block;
_margin:0px 0px 0px 0px;
margin:0px -12px 0px -8px;


/*use the bg_menu.gif or bg.gif  for the menu */
}


.line
{
/*color: #666;
 color:#FFFFFF;*/
padding: 0px 0px;
 padding-left:10px;
padding-right:10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #99aac1;
border-top: 0px solid #99aac1;
}




.chromestyle  a
{
/*color: #666;*/
color:#FFFFFF;
/*color:#004fb1;*/ 
padding: 0px 0px;
/* padding-left:10px;
padding-right:10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #99aac1;*/
border-top: 0px solid #99aac1;
}
.chromestyle  a:hover
{
	 color:#ff4e00
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding:5px 15px;
margin: 0;
text-align: center; 
/*set value to "left", "center", or "right"*/
/* text-align:left;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
 color: #666666;



}

.chromestyle ul li
{
display: inline;

}

.chromestyle ul li a
{
/*color: #666;*/
 color:#FFFFFF;
 
padding: 0px 0px;
padding-left:10px;
padding-right:10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #99aac1;
border-top: 0px solid #99aac1;
}

.chromestyle ul li a:hover
{	
 color:#ff4e00;
}

.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 ######### */
/* dropmenu a		 --> Given color is #c4e29c --> can be changed  to  #a9d570 */
/* dropmenu a:hover  --> Given color is #a9d570 --> can be changed  to  #8cc63f 
/* menu font color   --> Given color is #004fb1 --> Can be changed to #000;
######use single colorfor font as you are using  change in bg color#####
*/



.dropmenudiv
{
/*vertical-align:baseline;
position:absolute;*/
top: 0;
border: 1px solid #ccc;
border-bottom-width: 0;
line-height: 15px; 
z-index:100;
background-color:#c4e29c; /* given here light green color, [you can try  this as well #a9d570,#c4e29c] */
width: 200px;
/*visibility: hidden; */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#004fb1; /* Changed the color of font from white to black,#004fb1 */
text-align: left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
}
 
.dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #eee; THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/*color: Blue;*/
color:#004fb1;

 
 padding-right:10px;
}


.dropmenudiv a:visited{
 /*color:#FFFFFF;*/
  color:black;
 

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  background-color:#a9d570; /* given here light green color,you can try  this as well #8cc63f,#a9d570 */
 
  color:#ff4e00;

}