.chromestyle{
width: 740px;
font-weight: bold;
background-image: url('../images/subnav_bg.bmp');
background-repeat: repeat-x;
background-attachment: fixed;
margin-top: .3cm;
font: bold 10px Arial, Helvetica, sans-serif;

}

.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%;
height: 22px;
background-image: url('../images/subnav_bg.bmp');
background-position: bottom;
padding: 6px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
padding: 6px 7px;
margin: 0;
border-right: 1px solid #21130B;
background: #FFF url("../images/subnav.gif");
background-position: bottom;
vertical-align:middle;
}



.chromestyle ul li a:hover{
background-position: top;
color: #000;
text-decoration:none;
}

.chromestyle ul li a.other:hover{
background-position: top;
color: #000;
}

.chromestyle ul li a.parent:hover{
background-position: bottom;
color: #FFF;
}

.chromestyle ul li a.other{
background-position: bottom;
color: #FFF;
}



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

.dropmenudiv{
position:absolute;
top: 0;
text-align:center;
border: 1px solid #21130B;
border-bottom-width: 0;
font: bold 10px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #F0F0F0;
width: 100px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a.other2{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #21130B;
padding: 4px 0;
font-weight: bold;
color: #FFFFFF;
background: #000 url("../images/subnav.gif");
background-position: bottom;
}

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

.dropmenudiv a.other2:hover{
background-color: #F0F0F0;
background-position: top;
color: #000;
text-decoration:none;
}