/* this is the main UL element*/
.dropdown {
	display:none;
}

/* these are the inner menus*/
.dropdown ul {
	background: #efefef;
}

/* these are all the LIs in the menu*/
.dropdown li {
	padding: 0 5px 0 5px;
	/*width:130px;*/
	cursor:pointer;
}

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

/* these are the LIs that only belong to submenu*/
.dropdown ul li {
	width: 122px;
	margin-left:-1px;
	padding: 2px 4px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down {
	/*width:140px;*/
}

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

#navigation li.top {
	height: 25px;
	padding: 15px 5px 0 5px;
	margin: 0 20px 0 0;
}

#navigation li.top a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #103f19;
}

#navigation li.top a:hover,
#navigation li.top a.current {
	color: #faba00;
}

#navigation ul ul {
	background: #FABA00;
}

#navigation li.sub a {
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 11.7px;
	color: #000;
	background: #FABA00;
	padding: 4px 0 4px 4px;
	width: 118px;
}

#navigation li.sub a:hover,
#navigation li.sub a.current {
	background: #155822;
	color: #fff;
}
/*
#navigation li.top { width: 80px; }
#navigation li#menupage-1 { width: 50px; }
#navigation li#menupage-2 { width: 104px; }
#navigation li#menupage-3 { width: 128px; }
#navigation li#menupage-6 { width: 114px; }
#navigation li#menupage-7 { width: 50px; }
#navigation li#menupage-9 { width: 70px; }
*/