.chromestyle{
font-weight: bold;
margin-top: 33px;
margin-left: 50px; *margin-left: 59px;
width: 100%;
}

.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%;
padding: 4px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font:bold 15px Arial;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #3b3b3b;
padding: 4px 15px 4px 15px;
margin: 0px 1px 0px 0px; *margin: 0px -1px 0px -2px;
text-decoration: none;
}

.chromestyle ul li a:hover{ 
background-color: #FFFFFF; 
color: #002d69; 
text-decoration: none;}

.chromestyle ul li a.selected, .chromestyle ul li a.selected:hover, .chromestyle ul li a.selected:visited { 
background-color: #FFFFFF; 
color: #002d69; 
text-decoration: none;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-top: 1px solid #cdd2cc; /*THEME CHANGE HERE*/
padding: 2px 10px;
text-decoration: none;
font-weight: normal;
color: #3b3b3b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%; text-decoration: none; color: #3b3b3b;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #002d69;
color: #FFFFFF; text-decoration: none;
}

.dropmenudiv a.subnav{
width: auto;
display: block;
text-indent: 0px;
border-top: 1px solid #cdd2cc; /*THEME CHANGE HERE*/
padding: 2px 10px;
text-decoration: none;
font-weight: normal;
color: #3b3b3b;
}

* html .dropmenudiv a.subnav{ /*IE only hack*/
width: 100%; text-decoration: none; color: #3b3b3b;
}

.dropmenudiv a.subnav:hover{ /*THEME CHANGE HERE*/
background-color: #002d69;
color: #FFFFFF; text-decoration: none;
}
