.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 

visibility: hidden;
}

.chromestyle ul{

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
padding:0px 0px 0px 10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

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

.dropmenudiv{
margin:5px 0px 0px 0px;
position:absolute;
top: 2;
border-top: 0px solid #395695;
border-bottom: 3px solid #7591c1;
border-left: 3px solid #7591c1;
border-right: 3px solid #7591c1;
font-size:11px;
line-height:28px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
text-align:left;
padding:0px 0px 0px 0px;
}

.menu{padding:0px 0px 0px 10px;}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f6f7f9;
border-left: 3px solid #d3d7e0;
}
