	@CHARSET "UTF-8";
#chromemenu {
	float: right;
}
#chromemenu:after {
/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#chromemenu ul {
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right; /*set value to "left", "center", or "right"*/

}
#chromemenu ul li {
	display: inline;
}
#chromemenu ul li a {
	float: left;
	font-weight: normal;
	padding: 6px 0 1px 10px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 12px;
	color: #6D1E8B;
	margin: 0 0 0 40px;
}
#chromemenu ul li a span.menuNum {
	display: block;
	padding: 0;
	text-decoration: none;
	letter-spacing: normal;
	font-size: 11px;
	color: black;
	text-align: left;
}
#chromemenu ul li a:hover span.menuNum {
	font-weight: bold;
}
#chromemenu ul li a span.menuNom {
	font-size: 12px;
}
/*BUG IE*/
/* chaque image du menu doit avoir une url différente sinon le gif n'est jouer
qu'une seule fois pour tous les menus */
#chromemenu ul li a.over {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.over1 {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.over2 {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.over3 {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.over4 {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.over6 {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.over5 {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#chromemenu ul li a.active {
	color: #afa7a0;
	background: url(../data/Image/Ineo/downimage_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
	
#chromemenu ul li a [onmouseover]:after {
/*HTML to indicate drop down link*/
	/*content: " v";
*/
	/*content: url(../data/Image/Ineo/downimage.gif);*/
	color: black;
/*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	line-height: 14px;
	z-index: 100;
	background-color: #363896;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 11px;
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8;
	}
.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	margin: 7px 0;
	text-decoration: none;
	font-weight: normal;
	color: white;
}
.dropmenudiv a:hover {
	color: #c6b0cd;
}