.chromestyle{
width: 100%;
font-weight: normal;
  font-family: Tahoma, Arial, sans-serif
}

.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%;
background-color: inherit; /*THEME CHANGE HERE*/
padding: 0px;
padding-top:2px;
height:28px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
line-height:20px;
}

.chromestyle ul li a{
color: #4199cf;
font-weight:bold;
text-transform:uppercase;
padding: 12px 12px;
padding-bottom:7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #F3F4D6;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:inherit;
 font-size: 13px;
font-family: Arial, Helvetica, sans-serif /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 1px solid #E1E1E1;
border-left: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
border-right: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
border-bottom: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
font-size: 13px;
padding-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
line-height:30px;
z-index:100;
background-color: #FAFAFA;
width: 300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv p{
display:block;
text-indent: 20px;
}

.dropmenudiv a{
width: auto;
padding-right: 40px;
text-decoration: none;
font-weight: normal;
color: #4199cf;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:none;
color : #000000;
}

.dropmenudiv p{
line-height:20px;
}
