.vchromestyle{
width: 99%;
}

.vchromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.vchromestyle ul{
background-color:#0C284F;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.vchromestyle ul li{
padding:4px;
border: 1px solid #ffffff;
list-style-type: none;
}

.vchromestyle ul li a{
color: #ffffff;
padding-left: 5px;
padding-right: 15px;
margin: 0;
text-decoration: none;
}

.vchromestyle ul li a:hover{
background-color:#0C284F;
color: #C8D9F5;
}

.vchromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.vdropmenudiv{
position:absolute;
top: 0px;
right: 0px;
margin-top: 3px;
margin-left: 70px;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #315186;
width: 200px;
visibility: hidden;
text-align: left;
}


.vdropmenudiv a, .vdropmenudiv a:link, .vdropmenudiv a:visited, .vdropmenudiv a:focus, .vdropmenudiv a:active {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .vdropmenudiv a{ /*IE only hack*/
width: 100%;
}

.vdropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0C284F;
color: #C8D9F5;
text-decoration: none;
}
