

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

.chromestyle ul{
padding: 0;
margin: 0;
}

.chromestyle ul li{
	display: inline;
	padding-right: 20px;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
}


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

.dropmenudiv {
	margin-left: 3px;
	position:absolute;
	top: 0;
	padding: 7px 0 2px 0;
	font: normal 11px Lucida Grande;
	line-height: 18px;
	z-index:100;
	background-color: #222;
	width: 200px;
	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;
	padding: 2px 0 4px 0;
	text-decoration: none;
	color: #999;
	text-align: left;
	padding-left: 4px;
	background: #222;
	text-shadow: #111 2px 2px 2px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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