/* this is the main UL element*/
.dropdownCont{margin:0 0 8px;background:url(../image/menu.png) no-repeat; height:44px;}
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

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

/* these are all the LIs in the menu*/
.dropdown li{
	line-height:44px; background:url(../image/menu.png) no-repeat right 0;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	display:block;padding:0 17px;; line-height:44px;font-size:14px;font-weight: bold;
}

.dropdown a:hover{
	text-decoration: none;
	background:url(../image/menu1.png) no-repeat center 0;
	color:#f3e290;
}

.dropdown a:link,.dropdown a:visited,.dropdown a:active{color:#FFFFFF}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #f3e290;
	border-top:0;
}

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

.dropdown li.submenu-down ul{ width:115px;}

.dropdown li.submenu-down ul li{background:none;background-color:#e3212a; z-index:999;}
.dropdown li.submenu-down ul li a:link,.dropdown li.submenu-down ul li a:visited{color:#FFFFFF}
.dropdown li.submenu-down ul li a:hover{
	color:#f3e290;
	text-decoration: underline;
	background:none;
}

.dropdown li.submenu-down ul li a:active{color:#f3e290}



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