﻿	.clear{
		clear:both;
	}
	
	#leftMenu{
		float:left;

	}
	/*
	General rules
	*/
	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}
	
	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a {
	    font-family: Arial,Helvetica,sans-serif;
	    font-size: 11px;
		color: #fff;
		text-decoration:none;	
		display:block;
		clear:both;
		padding: 4px 5px;	
	}
	
#dhtmlgoodies_slidedown_menu a:hover {
color:#000
}
	
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-bottom:1px;
		font-weight:normal;
		background-color:#D52C8F;
		padding-left:15px
}
		
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{
	/* Sub menu items */
		margin-bottom: 1px;
	background-color: #FFDDFF;		
}

	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{
	background-image: url('../images/bg_nav_arrow_inactive.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 7px;
}

	#dhtmlgoodies_slidedown_menu li.parent a.slMenuItem_depth1  {
	background-image: none;
	background-image: url('../images/bg_nav_arrow_down.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px 9px;
}


	#dhtmlgoodies_slidedown_menu li a:hover.slMenuItem_depth1 {
	/* Sub menu items */
	/*background-color: #FF99FF;*/
	color: #000;
	background-image: none;
}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a:hover{
		color: #000;
	}


	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {
	/* Sub menu items */
}


	#dhtmlgoodies_slidedown_menu a.slMenuItem_depth2 {
	/* Sub menu items */
	color: #D52C8F;
}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a:hover.slMenuItem_depth2 {
	color: #000;	
}

	#dhtmlgoodies_slidedown_menu li a:hover.slMenuItem_depth2 {
	/* Sub menu items */
	color: #000;
}

	#dhtmlgoodies_slidedown_menu li.current a.slMenuItem_depth2  {
	/* Sub menu items */
	border: 1px solid #FFDDFF;
	background-color: #FFF;
	color: #D52C8F;
}

	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}

	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul {
		margin-left:0px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}

