.chromestyle{
height:30px;
line-height: 30px;
text-align:left;
font-weight:bold;
background:url(../img/bkg_menu.jpg) no-repeat 0 0;
color: #58477e;
}

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

.chromestyle ul{
height:30px;
line-height: 30px;
text-align:left;
font-weight:bold;
background:url(../img/bkg_menu.jpg) no-repeat 0 0;
color: #58477e;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #58477e;
text-decoration:none;
font-size: .8em;
padding:0 1.4em 0 1.5em;
}

.chromestyle ul li a:hover{
/*color:#009ee0;*/
color: #333;
text-decoration:none;
}

/*.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 ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size: .8em;
line-height:18px;
z-index:100;
background-color: #009ee0;
width: 200px;
visibility: hidden;
margin-top: 8px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ddd;
}
