.chromestyle{
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
	background: #303030;
	color: #0C8EE6;
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
}

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

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

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

.chromestyle ul li a:hover{
	/*background: #DEE5E9;*/
	color: #DEE5E9;
}



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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #096CAE;
	border-bottom-width: 0;
	font-size: 10px;
	line-height:15px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


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

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

.dropmenudiv a:hover{
	color: #0C8EE6;
	background-color: #DEE5E9;
}
