.chromestyle{
	font-weight: bold;
	letter-spacing: 10px;
}

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

.chromestyle ul{
	border: 0px none #BBB;
	margin: 0;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 1px;
	padding-left: 1px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff
	text-decoration: none;
	border-right: 0px solid #DADADA;
	padding-top: 4px;
	padding-bottom: 4px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
	position:absolute;
	top: 4px;
	border: 0px solid #BBB;
	border-bottom-width: 0;
	font:bolder normal 12px/18px Arial;
	z-index:100;
	width: 200px;
	letter-spacing: 5px;
	visibility: hidden;
	background-color: #F9F9F9;
	left: 548px;
	text-indent: 5px;

}


.dropmenudiv a{
	display: block;
	border-bottom: 0px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #494949;
	text-align: left;
}

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

.dropmenudiv a:hover{
	background-color: #E9E9E9;
	font-weight: normal;
	color: #FFFFFF;
}
