.chromestyle{
width: 98%;
font-weight: bold;
font-size: 13px;
}

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

.chromestyle ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.chromestyle ul li{
	display: block;
	text-align: left;
	float: left;
}

.chromestyle ul li a{
	display: block;
	line-height: 40px;
	color: #FFF;
	margin: 0;
	text-decoration: none;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.chromestyle ul li:first-child a {
	padding-left: 20px!important;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(theme/fleche-hov.png) left center no-repeat;*/ /*THEME CHANGE HERE*/
	background-color: rgba(0,13,44,0.91);
}

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

.dropmenudiv{
	position:absolute;
	top: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:19px;
	z-index:100;
	background-color: rgba(0,13,44,1);
	width: 280px;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #3FA9F5;
	text-align: left;
	padding: 10px 15px 10px 10px;
	border-left: 5px solid #3FA9F5;
	font-weight: bold;
	margin-bottom: 1px;
}

.dropmenudiv a:hover {
	color: #fa0;
	background-color: transparent!important;
	border-left: 5px solid #Fa0;
}

.dropmenudiv a:last-child {
	border-bottom: 0 none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3FA9F4;
}