/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: bold;
	width: 100%;
	z-index: 50000;
}

.underlinemenu ul{
	margin: 0;
	text-align: left;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.underlinemenu ul li{
display: inline;
}




.underlinemenu ul li a{
	color: #FF8A18; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0083ff;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;


}


.underlinemenu ul li a.actif span {
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 2px;
	padding-bottom:6px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
}




.underlinemenu ul li .underlinemenu ul li a.selected{
border-bottom-color: black;

}





.underlinemenuactive {
	font-weight:bold;
	color: #555555;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	text-decoration: none;/*	border-bottom: 3px solid gray; /*bottom border is 3px*/

}
