.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
	padding: 5px 5px 5px 5px;
}
.menu_selected, .left_menu {
	padding:0px; margin:0px; height: 20px;
	display: block;
}

.menu_selected a {
	color:#FFF;
	font-family: Tahoma;
	font-size:12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	text-decoration: none;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

.menu_selected a:hover {
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.left_menu a {
	color:#FFF;
	font-family: Tahoma;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	margin: 0px;
	text-decoration: none;
	text-decoration: none;
	letter-spacing: 1px;
}

.left_menu a:hover {
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
	
/*
General rules
*/
#dhtmlgoodies_slidedown_menu {
	padding: 0px 0px 0px 0px;
}
#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 */
/* All A tags - i.e menu items. */

/*
A tags 
*/
.left_menu .slMenuItem_depth1{	/* Main menu items */
		padding: 3px 5px 0px 5px;
}
.left_menu .slMenuItem_depth1:hover {	/* Main menu items */
	font-weight: bold;
}
.menu_selected .slMenuItem_depth1{	/* Main menu items */
		padding: 3px 5px 0px 5px;
		font-weight: bold;
}
.menu_selected .slMenuItem_depth1:hover{	/* Main menu items */
	font-weight: bold;
}





.left_menu .slMenuItem_depth2{	/* Main menu items */
		margin: 0;
		padding: 0px 3px 0px 15px;
		color: #FFF;
		font-size: 11px;
		letter-spacing: 1px;
}
.left_menu .slMenuItem_depth2:hover {	/* Main menu items */
		background-image: url(buttonover.jpg);
		background-repeat: no-repeat;
		background-position: left;
}
.menu_selected .slMenuItem_depth2{	/* Main menu items */
		background-image: url(buttonover.jpg);
		background-repeat: no-repeat;
		background-position: left;
		padding: 0px 3px 0px 15px;
		margin: 0;
		font-size: 11px;
}
.menu_selected .slMenuItem_depth2:hover{	/* Main menu items */
		background-image: url(buttonover.jpg);
		background-repeat: no-repeat;
		background-position: left;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
}

/* 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{
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 li {
	margin:0px;
	padding-left: 30px;
 <!--[if IE]>height: 17px; <![endif]-->
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	margin-left:0px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	margin-left:0px;
}
