/**
*
* CSS D-MENU
*
*/


/*MAIN MENU CONTAINER*/

div.mm{
	position: absolute;
	z-index: 5;		
	width: 500px;
	height: 36px;
	font-family: Arial, Verdana;
	font-size: 14px;
	color:#000;
	margin-top:3px;
}

/*MAIN MENU LIST*/

div.mm ul{	
	list-style-type: none;	
	display: block;			
	margin: 0px;
	padding: 0px;	
	z-index: 5;
}
	
/*MAIN ITEMS*/

div.mm ul li{
	
	float: left;
	display: block;	
	color: #000;
}

div.mm li a img{
	position: relative;
	/*float: right;*/
	padding: 0 0 3px 5px;
	margin: -8px 0 0 6px;
	top:	2px;
	border:0px;
	display:	inline;
}

div.mm ul li a
{
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	background: none;
	padding: 0 15px 7px 15px;
}

div.mm ul li a:hover
{
	color:#fff;
}

div.mm ul li a:active
{
	color:#fff;
}

/*FIRST LEVEL PULL DOWN*/

div.mm ul li ul
{
	position: absolute;	
	visibility: hidden;
	display: block;
	z-index: 6;		
	background: #00abbf;
	border-left:	4px solid #000;
	border-right:	4px solid #000;
	border-bottom:	4px solid #000;
	width: 180px !important;
}

div.mm ul li ul li 
{
	min-height: 20px;
	display: block !important;
}

div.mm ul li ul li a 
{
	font-weight: normal;
	text-transform: none;
	color: #fff;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	margin-left:-12px;
}

div.mm ul li ul li a:hover
{
	font-weight:			normal;	
	color:					#000;	
}

li.mmMainActive
{
	color: #fff;
	/*background-color: #f7f7f7;	*/
}

div.mm li.mmItemActive
{
	color: #fff;
	/*background-color: #f7f7f7;	*/
}

div.mm li.mmItemInactive
{
	color: #000;	
	border-bottom: none;
}

img.arrow_off
{	
	background-image: url( ../images/top_arrow_down_off.jpg );
	background-repeat: no-repeat;
	width:8px;
	height:5px;
}

img.arrow_on
{	
	background-image: url( ../images/top_arrow_down_on.jpg );
	background-repeat: no-repeat;
	width:8px;
	height:5px;
}
