

.chromestyle {
font-weight: bold;
padding: 0px;
}

.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%;
background: #000 url("../images/bg/menu.gi") center center repeat-x; /*THEME CHANGE HERE*/
padding: 12px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-transform: uppercase;
font-family: tahoma, verdana, arial;
font-size: 11px;
font-weight: normal;
border-bottom: 0px solid #E0E0E0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 12px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #2D5380;
}

.chromestyle ul li a.noborder {
color: #ffffff;
padding: 12px 10px;
margin: 0;
text-decoration: none;
border-right: 0;
}

#home .chromestyle ul li a:hover, #home .chromestyle ul li a.home {background: transparent; color: #FFFFC0;}
#services .chromestyle ul li a:hover, #services .chromestyle ul li a.services {background: transparent; color: #FFFFC0;}
#attorneys .chromestyle ul li a:hover, #attorneys .chromestyle ul li a.attorneys {background: transparent; color: #FFFFC0;}
#staff .chromestyle ul li a:hover, #staff .chromestyle ul li a.staff {background: transparent; color: #FFFFC0;}
#process .chromestyle ul li a:hover, #process .chromestyle ul li a.process {background: transparent; color: #FFFFC0;}
#resources .chromestyle ul li a:hover, #resources .chromestyle ul li a.resources {background: transparent; color: #FFFFC0;}
#faq .chromestyle ul li a:hover, #faq .chromestyle ul li a.faq {background: transparent; color: #FFFFC0;}
#update .chromestyle ul li a:hover, #update .chromestyle ul li a.updates {background: transparent; color: #FFFFC0;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #E0E0E0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color: #000;
width:300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
text-transform: uppercase;
font-family: tahoma, verdana, arial;
font-size: 10px;
font-weight: normal;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 0px solid #26466d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
color:#fff;
}