.chromestyle{
width: 820px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	
	z-index:100;	
	color: #ffcc33;
    text-decoration: none;
    padding: 0px;
    margin:0px;
    background-color: #cfa400;
   
    text-align:left;
    margin-top:-1px;
    	margin-left: -10px;
    	
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: 9px;
border:1px outset;
line-height:19px;

padding-right: 7px;
text-decoration: none;

color: #FFFFFF;
}


.dropmenudiv a:hover{
    color: #000000;
    text-decoration: none;
    border: inset;
    background-color: #ffcc33;
    border:1px outset;
}





