.chromestyle{
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	background: #303030;
}

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

.chromestyle ul{
	/*border-top: 1px solid #BBB;*/
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #D5DDE8;
	padding: 4px 5px 4px 3px;
	margin: 0;
	text-decoration: none;
	font: small-caps bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.2em;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
}



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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	font-size: 10px;
	line-height:15px;
	z-index:100;
	background-color: white;
	width: 300px;
	visibility: hidden;
	text-align: center;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #303030;
}

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

.dropmenudiv a:hover{
	color: #0380B8;
	background-color: #D5DDE8;
}
