.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#chromemenu ul{
padding:0px;
margin:0px;
}
#chromemenu ul li{
padding:0px;
list-style:none;
padding-right:10px;
display:inline;
height:33px;

}

#chromemenu ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
text-transform:capitalize;
}
.chromestyle ul{
padding:0px;
margin:0px;
}

.chromestyle ul li{
padding:0px;
list-style:none;
padding-right:45px;
display:inline;
height:33px;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
text-transform:capitalize;
padding-top:7px;
padding-bottom:7px;
padding-left:5px;
padding-right:5px;

}

.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(../images/bg_nav2.jpg);
color:#FFFFFF;
background-position:center;
line-height:33px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
line-height:33px;
background: url(../images/bg_nav.jpg) repeat-x;
background-position:center;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
line-height:33px;
background: url(../images/bg_nav.jpg) repeat-x;
background-position:center;
font-weight: bold;
color:#FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
