/* this is the main UL element*/

.color{color:#a58c01; font-size:16px;}
			
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	margin-top:50px;
	list-style:none;
	border:0px solid #444; text-align:right;
	font-family:"Franklin Gothic Medium Cond"; 
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:0px solid #444;
	list-style:none; 
}


/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;text-align:right;border:0px solid #444;
	padding-right:0px;padding-left:0px; width:115px; font-weight:bold;
	 
	cursor:pointer;
}
.big{ text-transform:uppercase;}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{ color:#6d6d6d;font-family:"Franklin Gothic Medium Cond";
	text-decoration:none; font-size:12px;
	text-decoration:none;
	}

.dropdown a:hover{
	text-decoration:none;color:#a58c01;
}

.down{
border:0px solid #444; font-weight:normal; font-size:11px; font-family:"Franklin Gothic Medium Cond"; 
	border-top:0;background-image:url('../images/arrow-top.png');
	background-position:right; background-repeat:no-repeat;
	margin-left:0px; text-align:right;width:auto; padding-right:7px;
}

.down:hover{color:#a58c01;}
/* these are the LIs that only belong to submenu
these are the LIs that contains a submenu
.dropdown li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:0px;
}

 these are the LIs that contains a submenu and which are in a sub-menu themselve
.dropdown ul li.submenu{
background-image:url('expand_right.gif');
	background-position:center right;
	padding:0px;text-align:right;
	
}*/