/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

div.menuContainer {
	height: 46px; 
	margin: 20px 0 0 0; 
	text-align: center; 
	padding: 0px 0px 0 160px
	}

.menu { 
	height:40px; 
	position:relative;  
	z-index:100;
	/*width: 400px;*/
	}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	height:40px; 
	line-height:40px; 	
	color: white;
	text-decoration: none;
	padding: 0 25px;
	font-size: 14px;
	}
.menu ul {
	padding:0; 
	margin:0;
	list-style: none;
	text-align:center;
	}
.menu ul li {
	position:relative;
	padding: 0 0 0 2px;
	margin:0;
	display:-moz-inline-box; 
	display:inline-block;
	vertical-align:top; 
	*zoom:1; 
	*display:inline;
	background: url(/design/img/mm_bet_new.gif) 0 5px no-repeat; 
	text-align: left;
	}
	.menu ul li:first-child {
		background: none;
		}
.menu ul li ul {
	display: none;
	padding:0; 
	margin:0;
	/*background-color:#9f1a00;*/
	background-color: #7f2442;
	width:245px;
	position:absolute; 
	top:39px; 
	left:2px;
	z-index:1000;
	}


.menu ul li:hover a, .menu ul li.active a  {
	color: white; 
	background:url(/design/img/mm_bgr.gif) 0 -40px repeat-x;
	}
	
.menu a {
	text-decoration: none !important;
	}
	
.menu ul li ul li {
	background-image:none;
	padding:0;
	margin:0;
	height:auto; 
	line-height:1;
	display:block;
	width:245px;
	border-top:1px solid #b75340;
	}
	.menu ul li li:first-child { 
		border-top: none;
		}
	.menu ul li:hover li a, .menu ul li.active li a{
		background-image: none;
		}

.menu ul li:hover ul {
	display:block;	
	}

.menu ul li:hover ul li ul {display: none;}
.menu ul li ul li a, .menu ul li:hover ul li a {
	display:block; 
	padding:12px 20px 15px 20px;
	height:auto; 
	color:#FFF;
	text-decoration: underline !important;			
	font-size: 12px;
	line-height:1;
	}
.menu ul li ul li a:hover {
	/*background:#a9311a;*/
	background: #a72b54;
	color: #e8b3c4; 
	text-decoration: underline;	
	}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:245px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:245px;}

