.chromestyle{
font-weight: bold;
color:#737E82;
margin:0px 40px 10px 10px;
font:bold 11px verdana,sans-serif;
float:right;
width:600px;
}

.chromestyle: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 #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#737E82;
padding:4px 20px 4px 20px; /*7px;*/
margin:0px 10px;
text-decoration: none;
font:bold 11px verdana,sans-serif;
background-image:url(/assets/simg/gsquare.png);
background-repeat:no-repeat;
background-position:3px 6px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background:#737E82;
color:#fff;
background-image:url(/assets/simg/wsquare.png);
background-repeat:no-repeat;
background-position:3px 6px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #000; THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 11px verdana,sans-serif;
line-height:18px;
z-index:100;
background-color:#737E82;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding:4px 0;
text-decoration: none;
color: #fff;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#444;
color:#fff;
}