.clear{
		clear:both;
	}
	

	#leftMenu
	{
		width:140px;
		padding-left:5px;
		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{		
		width:140px;	
		visibility:hidden;
	}

	/*
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		
		clear:both;
		width:170px;	
		padding-left:2px;	

	}
	
	
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
		
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:#223388;
	}	
	#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:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}



#hor_menuediv {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #818ca2;
	z-index:auto;
	width: 783px;

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#hor_menubar {
	width: 783px;
}
#hor_menubar, #hor_menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#hor_menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #333;
}
#hor_menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-position: right center;
}
#hor_menubar li {
	float: left;
	width: 9em;
}
#hor_menubar li {position: relative;}

/* hide from IE mac \*/
#hor_menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#hor_menubar li ul, #hor_menubar ul li  {
	width: 12em;
}
#hor_menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#hor_menubar li ul {
	position: absolute;
	display: none;
	background-color: #818ca2;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;

}
#hor_menubar li:hover a, #hor_menubar a:focus,
#hor_menubar a:active, #hor_menubar li.p7hvr a {
	background-color: #9aacce;
}
#hor_menubar li:hover ul, #hor_menubar li.p7hvr ul {
	display: block;
}
#hor_menubar li:hover ul a, #hor_menubar li.p7hvr ul a {
	background-color: transparent;
}
#hor_menubar ul a:hover {
	background-color: #9aacce!important;
}