/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #6d9502;
	width: 742px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #6d9502;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	font-weight: bold;
	font-size: 12px;
	padding:5px;
	text-align: center;
	cursor:pointer;
	background-image: url('../images/menubkg.jpg') repeat-x top;
}
li.menu-mainel {
	border-right: 1px solid #6d9502;
	border-left: 1px solid #b9e24b;
	width: 74px;
	background-color: #a5db23;
	background-image: url('../images/menubkg.jpg');
}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a, .dropdown ul li a, .dropdown ul li.submenu a {
	text-decoration:none;
	color: #000000;
	width:100%;
	font-weight: normal;
}

.dropdown a:hover, dropdown ul li a:hover , dropdown ul li.submenu a:hover{
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
}

li.menu-mainel a, li.menu-mainel a:active, li.menu-mainel a:visited, li.menu-mainel a:link{
	text-decoration:none;
	color:#000000;
	width:100%;
	font-weight: bold;
}
li.menu-mainel a:hover{
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
}
/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #6d9502;
	border-top:0;
	margin-left:-1px;
	font-weight: bold;
	font-size: 10px;
	width: 200px;
	text-align: left;
	background-color: #a5db23;
	background: url('../images/menubkg.jpg') repeat-x top;
	height: 20px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 4px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	width: 200px;
	background-color: #a5db23;
	background-image: url('../images/menubkg.jpg') repeat-x top;
}

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