/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
		margin:10px 0 0px 0;
		 background: url('/wp-content/themes/e7y/images/commentbg.png');
	padding:0;
	list-style:none;
}

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


	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	
}

.dropdown a:hover{
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
 margin: 0px 0px 0px 0px; padding: 3px 15px 5px 5px; width: 190px; border-bottom: 1px dotted #888888;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	margin:0 0 10px 0;

width: 200px; display: block; font-family:verdana; text-decoration:none; font-size:11px; color: #777777;
	
}

.dropdown a{ font-family:verdana; text-decoration:none; font-size:11px; color: #777777;}
.dropdown a:hover {color: #888888;}

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