
.chromestyle{
width: 800px;
font-weight: bold;
background: #363534;
position: absolute;
z-index:100;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position: absolute;
	margin-top: 7px;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:15px;
	z-index:99;
	width: 160px;
	visibility: hidden;
	margin-left: -8px;
	background-image: url(../images/menu_background.png);
	background-repeat: repeat;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: #363534;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #da2128;
}

