/* Le code à MAT!*/

	.clear{
				clear:both;
			}
			#dropMenu2{
				background: #A92727 url(images/bouton_menu_over.png) repeat-x scroll left top;
				color:#fff;
				font-size:12px;
				height:24px;
				line-height:24px;
				margin-left:-10px;
				margin-right:-10px;
				/*margin-top:-15px;*/
				border-top:1px solid #A92727;
				padding : 3px 0px 3px 0px;
			}

		#dropMenu2 a{
			color:#fff;
		}

			#dropMenu2 .menuElement{
				display:inline-block;
				width:120px;
				position:relative;
				border-right: 1px dotted #FFFFFF;
				/*border-left: 1px dotted #FFFFFF;*/
				vertical-align:top;
				height : 24px;
				margin-top : -1px;
			}

			#dropMenu2 .menuElement h5{
				/*background: url(../img/arrow-right.gif) no-repeat left;*/
				margin:0px;
				padding: 0 0px 0px 10px;
				height:24px;
				line-height:24px;
				white-space: nowrap;
				cursor: default;
				font-size:14px;
				font-weight:normal;

			}

			#dropMenu2 .menuElement.current{

				background-color:#333;
				height : 28px;
				
			}

			#dropMenu2 .subMenu{
				background-color:#333;
				position:relative;
				left:-1px;
				height:24px;
				line-height:24px;
			}

			#dropMenu2 .subMenuChoices{
				display:none;
				position:absolute;
				left:150px;
				top:0px;
				background-color:#333;
				width:200px;
				z-index:100;
				border:1px solid #333;
				-moz-box-shadow: 3px 3px 3px #333;
				-webkit-box-shadow: 3px 3px 3px #333;
				box-shadow: 3px 3px 3px #333;
			}


	 		#dropMenu2 .leftaligned .subMenuChoices{
				left:-400px;
			}


			#dropMenu2 .sublist a{

				color:#fff;
				display:block;
				text-decoration:none;
				padding:3px;
				margin:0px;
				background-color:#333;
				-moz-box-shadow: 3px 3px 3px #333;
				-webkit-box-shadow: 3px 3px 3px #333;
				box-shadow: 3px 3px 3px #333;

			}

			#dropMenu2 .subMenuChoices a{

				color:#fff;
				display:inline-block;
				width:194px;
				text-decoration:none;
				padding:3px;
				margin:0px;

			}

			#dropMenu2 .sublist a:hover 
			{
				color: #fff;
				background:#666 url(images/dropmenubg.png) repeat-x;
			}

			#dropMenu2 .subMenu h5{
				background : none;
				margin:0px;
				height:24px;
				line-height:24px;
				width:100%;
			}

			div.sublist{
				width:150px;
				display:none;
				position:absolute;
				top:24px;
				left:0px;
				background-color:#333;
				color:#fff;
			}

/*
 * jquery.ui.potato.menu
 *
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 *
 * Version: 1.0
 */
/*
#sportsSubMenu.groupSubMenu{
	margin: -15px -10px 15px -10px;
}

#sportsSubMenu ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
#sportsSubMenu .potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#sportsSubMenu ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	float:left;
}
#sportsSubMenu ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	border:0;
}
#sportsSubMenu ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
	background-color: #333;
}

#sportsSubMenu ul.potato-menu li.potato-menu-item ul.potato-menu-group li.potato-menu-item {
	float: none;
	display:block;
}

#sportsSubMenu ul.potato-menu ul.potato-menu-group li.potato-menu-item a:hover {
	background: #990000 url(images/000to900.png) repeat-x scroll left top;
}*/

