.chromestyle{
width: 100%;
height:28px;
float:left;
background:url(../images/nav_bg.jpg);
z-index:300;
line-height:1.5em;
}

.chromestyle a{
color: #555;
text-decoration:none;
}

.chromestyle ul{
float:left;
padding-top:1px;
padding-left:0;
margin: 0 auto;
text-align: left; /*set value to "left", "center", or "right"*/
width:100%;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font: bold 13px arial;
text-align:center;
color: #555;
padding-left:14px; 
text-decoration: none;
margin-left:10px;
margin-right:10px;
padding-right:10px;
}

.chromestyle ul li a:hover{   /*set color of hover color on navigation menu*/
color: #111;
text-decoration: none;
/*THEME CHANGE HERE*/
}


.chromestyle ul li a[rel]:after{ 
text-decoration: none;
content: url(../images/down.gif); 
color: #555;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0px;
left:0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-decoration: none;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #D7D7D7;
width: 20px;
color: #000066;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#555;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #333;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C0C0C0;
color: #333;
text-decoration: none;
}
