/**
 * Multi Level Drop Down Menu 3.0 - CSS Temp
 * April 17, 2010
 * Corey Hart @ http://www.codenothing.com
 */ 


 
#multi-ddm {
	list-style: none;
	padding: 0;
	margin: 0;
   height: 36px;
   xfloat: left;
     display: table;
     width:100%;
}
 
#multi-ddm ul {
	xxxfloat: none;
  width:100%;
	margin: 0px;
  xheight: 100%; 
       
  xoverflow: hidden;
  xtable-layout: fixed; 
  

}
 
#multi-ddm li {

display: table-cell;
	xxfloat: left;
	mxxargin: 0px;
  
   width: auto;
  table-layout: fixed;
  max-width: 200px !important;
  
border-left-width: 2px;
border-left-style: solid;
border-left-color: #000000;

-webkit-box-sizing: border-box;   
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
  xxwidth: auto;
  height: 100%;  
  text-align: center;
    xposition: relative;
    xleft: -2px;
}

#multi-ddm li:first-child{
border-left-width: 0px;
border-left-style: none;
border-left-color: #000000;
}

#multi-ddm li:last-child{
padding-right:1px;
border-right-width: 0px;
border-right-style: none;
border-right-color: #000000;
}

#multi-ddm li li {
	float: none;
  display: block;
  
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: #000000;
  
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: #000000;
  
}

#multi-ddm li a {
	display: block;
	width: 100%;
  min-width: 120px;
	text-align:center;
   xdisplay: table-cell;
	padding-top: 6px;
	padding-bottom: 6px;
  
	text-decoration: none;
	color: #f0f0f0;
	font-weight: bold;
	xbackground-color: #ffff00;
	xxxborder-right: 1px solid #c5c5c5;
  xxheight: 100%;
  line-height: 24px;
}

#multi-ddm li ul a {

  display: block; 
  margin-top:0px;
	xmax-width: 240px;
  width: 200px;
  font-size: 15px;
	padding: 8px;
	xxxxborder-right: 1px solid #545454;
	border-top: none;
	xxxxfont-size: 10pt;
	xxbackground-color: purple;
  xbackground-color: #0069ba;
	text-align: left;
  xopacity: 0.92;
  color: #fafafa;
  background-color: rgba(0,105,186,0.85);
  xxxxwebkit-filter: blur(10px);
  xxxxfilter: blur(10px); 
}

#multi-ddm li a.parent-hover {
	xxbackground-color: orange;
  background-color: #5e5d5b;
	xxxxborder-right: 1px solid #545454;
}


#multi-ddm li ul li{
  padding-top:0px;
  
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(250,250,250,0.7);
}


#multi-ddm li ul li:last-child{
  
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  xxxxborder-bottom-color: rgba(250,250,250,0.3);
}

  
#multi-ddm li ul {
	display: none;
	list-style: none;
	position: absolute;
  xxxleft: 0px;
	margin: 0px;
	z-index: 90;
	padding: 0px;
  width: auto;
  

  
  xborder-left-width: 1px !important;
  xborder-left-style: solid !important;
  xborder-left-color: #000000;
  
  xborder-right-width: 1px !important;
  xborder-right-style: solid !important;
  xborder-right-color: #000000;

}           

#multi-ddm li ul li a.first {
	border-top: 1px solid black;
}

#multi-ddm li ul li a.child-hover1 {
	background-color: #da001a;
}

#multi-ddm li ul li a.child-hover2 {
	background-color: black;
	color: white;
}

#multi-ddm li ul li a.child-hover3 {
	background-color: purple;
	color: white;
}

#multi-ddm li ul li a.child-hover4 {
	background-color: blue;
	color: white;
}

#multi-ddm li ul li ul {
	margin: -26px 0 0 163px;
	position: absolute;
}

#multi-ddm span {
	float: right;
}
