/* this is the main UL element*/
.UvumiDropdownMenu{
	display:none;
	margin:0;
	padding:20px 0 0 0;
	list-style:none;	
}

/* these are the inner menus*/
.UvumiDropdownMenu ul{
	margin:0;
	padding:0;
	border-top:1px solid #e5e7c9;
	list-style:none;
}

/* these are all the LIs in the menu*/
.UvumiDropdownMenu li{
	margin:0;
	padding:10px 5px;
	width:180px;	
	background-color:#fff;
	cursor:pointer;
	border-bottom:1px solid #ccc;
	font-size:96%;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.UvumiDropdownMenu a{
	text-decoration:none;
	color:#746f6f;
	width:100%;
	font-size:96%;
}

.UvumiDropdownMenu a:hover{
	color:#090;
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.UvumiDropdownMenu ul li{
	border:1px solid #e5e7c9;
	border-top:0;
	margin-left:-1px;
	padding:6px;
	width:180px;	
}

.UvumiDropdownMenu>li:first-child{
	border-top:1px solid #e5e7c9;
}

/* these are the LIs that contains a submenu*/
.UvumiDropdownMenu li.submenu-down{
	background:#fff url('../images/expand_down.gif') center left no-repeat;
	padding-left:20px;
	width:180px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.UvumiDropdownMenu li.submenu-left{
	background:#fff url('../images/arrow_green.gif') center right no-repeat;
	padding-right:20px;
	width:166px!important;
	_width:180px;
	color:#746f6f;
	font-size:14px;
}