
/* SLIDE DOWN MENU */

.clear {
	clear: both;
}

/* 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 {
	padding: 13px 0 0 0;
	#padding: 2px 0 0 0;
	visibility: hidden;
	width: 240px; 
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	clear: both;
	width: 240px;
	height: 24px;
	padding-left: 0px;
}
#dhtmlgoodies_slidedown_menu a:hover {
	background-image: url('../images/img10B.gif');
	background-repeat: no-repeat;
	background-position: top;
}

/* A tags */
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	width:240px;
	height:24px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	background-image:url('../images/img10A.gif');
	background-repeat:no-repeat;
	background-position:top right;
	line-height:24px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
	text-align: left;
	background-image:url('../images/img10C.gif');
	background-repeat:no-repeat;
	background-position:top right;
	width:240px;
	height:24px;
	line-height:22px
}
