.chromestyle{
width: 100%;
height: 35px;
font-weight: normal;
}

.chromestyle ul a{
color: #fff;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
border-top: 0;
width: 100%;
height: 35px;
/* background: url(chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
/* padding: 4px 0; */
padding-top: 8px; 
padding-bottom: 10px; 
padding-left: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
vertical-align: middle;
}

.chromestyle ul li{
color: #fff;
display: inline;
}

.chromestyle ul li a{
color: #fff;
font: bold 13px Verdana;
text-decoration: none;
padding-left: 9px;
padding-right: 9px;
padding-top: 8px; 
padding-bottom: 10px; 
border-right: 0px solid #fff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
// background-color: #550a0f;
color: #fff;
background-color: #8cb5cb;
text-decoration: underline;
}

.chromestyle ul li a:active{
color: #fff;
}

.chromestyle ul li a:visited{
color: #fff;
}

//.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
// content: " v"; 
//content: " " url(dd_arrow.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
color: #fff;
position:absolute;
top: 0;
// margin-top: -5px;
margin-top: 0;
border: 0px solid #7da1b5; /*THEME CHANGE HERE*/
border-top: 5px solid #7da1b5;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: #7da1b5;
width: 200px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 15px;
border-bottom: 1px solid #9c9; /*THEME CHANGE HERE*/
bottom-border-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
// background-color: #000;
color: #fff;
background-color: #6d8c9d;
text-decoration: underline;
}

.dropmenudiv a:active{
color: #fff;
}

.dropmenudiv a:visited{
color: #fff;
}

