.nav/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	width:115px;
	background-color:#0593e3;
	cursor:pointer;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	color:#fff;
	width:100%;
}
/* these are the LIs that only belong to submenu*/

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	width:120px;
	height:50px;
	line-height:50px;
	font-size:14px;
	background:none;
	background:url(../images/1_02_i.gif) right no-repeat;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	width:120px;
	height:50px;
}