ul,li{padding:0; margin:0;}
.chromestyle{
width:652px;
overflow:hidden;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
visibility: hidden;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
left:0;
border: 1px solid #B4B4B4; /*THEME CHANGE HERE*/
z-index:100;
background-color: white;
padding-top:3px;
width: 500px;
visibility: hidden;
margin-left:0px;
overflow:hidden;
text-align:left;
}
