.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style: none;
}

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

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

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	background-opacity: 0.5;
	font-family: "Helvetica Neue", Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	display: inline;
	margin-left: 10px;
	border-bottom: 1px solid #666666;
	text-align: center;
	width: 100px;
	line-height: 22px;
	color: #000000;
}

.dropdown a:hover{
	text-decoration:underline;
	color: #000000;
}
.dropdown ul li a{
	text-align: center;
	margin-top: 2px;
	color: #FF9900;
	border-bottom: none;
	width: 100px;
	background-image: url(../images/35Black.png);
}
.dropdown/* these are the LIs that contains a submenu*/
 >li:first-child{
	color: #FF0000;
}

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

