/* this is the main UL element*/
#mmenu_dd{
display:none;
float:left;
	margin:0;
	padding:0;
	list-style:none;
	-moz-padding-start:0;
	padding-left:5px;
	position:relative;
		z-index:1000000;
visibility:visible;
width:924px;
height:47px;
overflow:hidden;
}

#mmenu_dd ul ul li
{
	margin-right: 5px;
	height:35px;
	 background-image:url(../img/bt_off.gif); 
	 	 background-repeat:no-repeat;
}

#mmenu_dd li
{
	margin-right: 5px;
	height:35px;
	 background-image:url(../img/bt_off.gif); 
	 background-repeat:no-repeat;
}
/* these are the inner menus*/
#mmenu_dd ul{
	margin:0;
	padding:0;
	list-style:none;
	z-index:1000000;
}

#mmenu_dd ul ul{
	margin:0;
	padding:0;
	list-style:none;
	z-index:1000000;
}



#mmenu_dd a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
#mmenu_dd ul li{
	border-top:0;
	margin-left:-1px;
			z-index:1000000;
}

#mmenu_dd ul li ul li{
	border-top:0;
	margin-left:-60px;
			z-index:1000000;
}

/* these are the LIs that contains a submenu*/
#mmenu_dd li.submenu-down{
 
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/

#mmenu_dd li.submenu-left{

	
}

#mmenu_dd ul li ul li.submenu-left{
	width:179px;
}

#mmenu_dd li.submenu-left{
	width:179px;
}
#mmenu_dd ul li
{
	width:179px;
	background-image: url(../img/dd_item.png);
	background-position: center bottom;
	height:auto;
			z-index:1000000;
				 background-repeat:no-repeat;
}

#mmenu_dd ul li ul li
{
  
	width:179px;
	background-image: url(../img/dd_item.png);
	background-position: center bottom;
	overflow: hidden;
	height:auto;
		 background-repeat:no-repeat;
}

#mmenu_dd ul li a 
{
  	visibility:visible;
	color:#5f5f5f;
	font-size:12px;
	font-family:Arial;
	background-image: none;
float:none;
font-weight:normal;
height:auto;
margin-right:0;
padding: 6px 10px 4px 12px;
text-align:left;
z-index:1000050;	
}

#mmenu_dd ul li ul li a 
{
	visibility:visible;
	color:#5f5f5f;   
	font-size:12px;
	font-family:Arial;
	width:157px;
	background-image: none;
float:none;
font-weight:normal;
height:auto;
margin-right:0;
padding: 6px 10px 4px 12px;
text-align:left;
		z-index:1000050;	
}


#mmenu_dd ul li a:hover {background-image: none;}
.dd_first
{
	background-image: url(../img/dd_first.png) !important;
	height: 13px !important;
}

#mmenu_dd ul li ul li a:hover {background-image: none;}
.dd_first     
{
	background-image: url(../img/dd_first.png) !important;
	height: 13px !important;
}

.dd_last
{
	background-image: url(../img/dd_last.png) !important;
	padding-bottom:10px;
	
}