.chromestyle{
background-image:url(../images/NavBg.jpg);
background-repeat:repeat-x;
height:36px;
width:910px;
float:center;
font-family: tahoma;
border-bottom:thick #2c4686 solid;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
background-image:url(../images/NavBg.jpg);
background-repeat:repeat-x;
height:36px;
width:910px;
float:center;
}

.chromestyle ul{
margin-top:0px;
font-weight:bold;
background-image:url(../images/Css/NavBGReg.jpg);
height:36px;
float:right;
margin-left:-40px;
}

.chromestyle ul li{
display: inline;
color:#FFFFFF;
font-size:11px;
}

.chromestyle ul li a{
padding-top:11px;
padding-bottom:11px;
padding-left:6px;
padding-right:6px;
border-right:#ffffff solid 1px;
text-decoration:none;
color:#FFFFFF;
font-size:11px;
float:left;
}

#bar {
margin-top:-10px;
width:2px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding-left:6px;
padding-right:6px;
text-decoration:none;
color:#accbf4;
float:left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:0px;
padding:0px;
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
font-family: tahoma;
font-size:12px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 6px 0;
text-decoration: none;
background-color: #2c4686;
color: #ffffff;
font-weight:bold;
padding-left:5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3a68a6;
color: #ffffff;
background-image:none;
font:14px, tahoma;
padding-left:5px;
}