/*the horizontal bar*/
.chromestyle{
width: 100%;
/*white-space: nowrap;
padding: 0px 2px 0px 2px;*/
font-weight: bold;
}

.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;
width: 100%;
background: url('../images/greenbg.gif') center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FBDD03;
padding: 3px 7px;/* EFFECTS THE DISTANCE BETWEEN THE DROP MENU AND THE BAR WAS 4px 7px */
margin: 0;
text-decoration: none;
border-top: 1px solid #29865B;
border-left: 1px solid #29865B;
border-right: 1px solid #29865B;
}


.chromestyle ul li a:hover{
background: url('../images/greenbg-over.gif') center center repeat-x; /*THEME CHANGE HERE*/
color: yellow;
}

.menuText{
font:normal 12px Arial;
}
a.menuText:link{text-decoration: none; background: url('../images/greenbg-over.gif') center center repeat-x; color: yellow;}
a.menuText:visited{text-decoration: none; background: url('../images/greenbg-over.gif') center center repeat-x; color: yellow;}
a.menuText:active{text-decoration: none; background: url('../images/greenbg-over.gif') center center repeat-x; color: yellow;}
a.menuText:hover{text-decoration: none; background: url('../images/greenbg-over.gif') center center repeat-x; color: yellow;}/*#FBDD03 */

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #01914E; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #33A771;
/*background-image: url('../images/pattern2.gif');*/
width: 200px;
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: 3px;
border-bottom: 1px solid #01914E; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-size: 12px;
color: #FBDD03;
}

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

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