.chromestyle{
width: 99%;
}

.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%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
line-height:29px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 5px 15px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #00154a;
background-image:url(arrow.gif);
background-position:right;
background-repeat:no-repeat;
}

.chromestyle ul li a.clicked{
background: #00154a;
border-left:#0e3c7f 1px solid;
border-right:#0e3c7f 1px solid;
background-image:url(arrow.gif);
background-position:right;
background-repeat:no-repeat;
}

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

.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #497eb2; /*THEME CHANGE HERE*/
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #00154a;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00154a; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 10px;
border: 1px solid #00154a; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-transform:lower;
color: #ffffff;
}

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

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #497eb2;
color:#00154a;
}
