.chromestyle{
border-bottom: solid 1px white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; */
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

/*background: url(chromebg.gif) center center repeat-x; 
padding: 4px 0
border: 1px solid #BBB; */
margin: 0;
padding:0px; 
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x;*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1, .dropmenudiv2, .dropmenudiv3{
position:absolute;
top: 0;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
visibility: hidden;

}

.dropmenudiv1{background-color: #F37C22; border-right: 1px solid #fff;}
.dropmenudiv2{background-color: #BBBBBB; border-right: 1px solid #FFF;  border-left: 1px solid #fff;}
.dropmenudiv3{background-color: #D7D7D7; border-left: 1px solid #fff;}

.dropmenudiv1 a, .dropmenudiv2 a, .dropmenudiv3 a{
width: 224px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
text-align:center;
}

.dropmenudiv2 a {width: 224px}
.dropmenudiv3 a {color: #999999; width: 224px}

* html .dropmenudiv1{ /*IE hack*/
width: 223px;
}

* html .dropmenudiv2, * html .dropmenudiv3{ /*IE hack*/
width: 224px;
}

.dropmenudiv1 a:hover {background-color: #FABE90;}

.dropmenudiv2 a:hover {background-color: #DDDDDD;}

.dropmenudiv3 a:hover {background-color: #EBEBEB;}