/*MENU START*/
.chromestyle{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
overflow:hidden;
height: 35px;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #435581; /*dark purple border*/
border-width: 1px 0;
background: #5c75b7 url(http://methodisthealth.or-live.com/vbtb/assets/images/indentbg.gif) center center repeat-x;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
height: 35px;
float: left;
color: white; /*text color*/
padding: 9px 23px 0px 23px;
text-decoration: none;
border-right: 1px solid #435581; /*dark purple divider between menu items*/
}

.chromestyle ul li a:visited{
color: white;
}

.chromestyle ul li a:hover, .chromestyle ul li .current{
color: white !important; /*text color of selected and active item*/
/*padding-top: 11px; shift text down 1px for selected and active item*/
/*padding-bottom: 9px; shift text down 1px for selected and active item*/
background: #5c75b7 url(http://methodisthealth.or-live.com/vbtb/assets/images/indentbg2.gif) center center repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #435581; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #5c75b7;
width: 200px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #435581; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

.dropmenudiv a:visited{
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4b64a6;
}
