.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	line-height: 22px;
}

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

/* these are all the LIs in the menu*/
.dropdown li{
	margin:2px;
	cursor:pointer;
	text-align: center;
	width: 125px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#000000;
	background-image: url(../images/button_BG_Op.png);
	background-opacity: 0.5;
	border:1px solid #000000;
	font-family: "Lucida Grande", Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	display: inline;
	margin-left: 0px;
}

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

/* these are the LIs that only belong to submenu*/
.dropdown ul li a{
	background-image: url(../images/button_BG.png);
	width: 220px;
	text-align: left;
	margin-left: 0px;
	margin-top: 2px;
	background-repeat: repeat-x;
}
.dropdown/* these are the LIs that contains a submenu*/
 >li:first-child{
	width: 100px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	color: #000000;
	width: 100px;
}

