.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle div{
padding-left:2px;
};

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top:1px solid white;
width:750px;
padding: 4px 0;
margin: 0;
text-align:left;
background-color:#808080;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li{
color:#444;
}

.chromestyle ul li a{
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle a{
background-color:#808080;
font-family:verdana;
color:white;
}

.chromestyle ul li a:hover{
background-color:#3366CC;
color:white;
text-decoration:none;
}

.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 ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #808080;
font-family:verdana;
font-weight:normal;
z-index:100;
background-color:#e0e0e0;
NOT_width:180px;
visibility: hidden;
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: 0px;
padding: 2px 3px;
text-decoration: none;
font-weight: normal;
color:#444;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
}

.dropmenudiv a:hover{
background-color:#3366CC;
text-decoration:none;
color:white;
}