.chromestyle{ width: 100%; height:29px; font-weight: bold; }

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

.chromestyle ul{
width: 100%; text-align: left;
border: 0px solid #BBB; padding: 4px 0px; margin: 3px 0px 0px 0px;
background: url(../images/wsd_06.jpg) left repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li{ display: inline; height:21px; }

.chromestyle ul li a{
height:29px; color: #ffffff; text-decoration: none;
padding: 2px 18px; margin: 0; /*border-right: 1px solid #B5E2FE; THEME CHANGE HERE*/
background: url(../images/sep.jpg) right no-repeat;  
}

.chromestyle ul li a:hover{
background: url(../images/sep.jpg) right repeat-x #354D73; color: #4c4c4c; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{
content: "";
content: " " url(../images/bull.jpg);
} */



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #344E78; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:20px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#507CBA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 210px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #344E78; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background: #507CBA;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(../images/sep.jpg) right repeat-x #354D73; color: #000000;
}