#servicesTD{
	background-image:url("../images/slices_04.png");
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	background-color:red;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	padding:0;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	color: #FFF;
	font-size: 0.8em;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:-1px;
	background-color: #58574B;
	padding: 10px;
	width:120px;
	cursor:pointer;
	text-decoration:none;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
}
