.chromestyle{
width: 1200px;
font-weight: bold;
height: 37px;
margin:auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
margin: 0;
height:37px;
list-style:none;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
float: left;
background: url(../../Images/Public/menu_border.gif) no-repeat 0 0;
height: 37px;
}

.chromestyle ul li.last {
    background: url(../../Images/Public/menu_border.gif) no-repeat 100% 0;
    width:1px;
}





.chromestyle ul li a, .chromestyle ul li span{
color: #000;
font-weight: bold;
font-size: 13px;
height:19px;
margin:0;
padding:9px 0px;
display: block;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../Images/Public/menu_bg_active.gif) repeat-x 0 0;
color: #014bba;
}

.chromestyle ul li a#menu1 {width: 100%; }
.chromestyle ul li a#menu2 {width: 100%; }
.chromestyle ul li a#menu3 {width: 100%; }
.chromestyle ul li a#menu4 {width: 100%; }
.chromestyle ul li a#menu5 {width: 100%; }
.chromestyle ul li a#menu6 {width: 100%; }
.chromestyle ul li a#menu7 {width: 100%; }

.chromestyle ul li #menu_member {width: 100%; text-align: left; padding-left: 20px; }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
margin-top:-1px;
border-top:0px solid #538000;
word-wrap:normal;width: 13.5%;

}

    .dropmenudiv .menudiv1{width: 14%;}
    .dropmenudiv .menudiv2{width: 14%;}
    .dropmenudiv .menudiv3{width: 14%;}
    .dropmenudiv .menudiv4{width: 14%;}
    .dropmenudiv .menudiv5{width: 14%;}
    .dropmenudiv .menudiv6{width: 14%;}
    .dropmenudiv .menudiv7{width: 14%;}
    
.menu_bottom {
background:url(../../Images/Public/menu_bottom.gif) no-repeat bottom center;
height: 15px;

}


.dropmenudiv .hr {
    height: 1px;
    border: none;
    background: #74AC01 url(../../Images/Public/menu_hr.gif) no-repeat 50% 50%;
    padding:3px 0;
    font-size:0;
    line-height:0;
    color: #A9CE65;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 0px 16px;
background:#74AC01;
text-decoration: none;
color: #fff;

}



.dropmenudiv a.first {
    padding-top:10px;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    color: #014BBA;

}