/* menu site integrated */
#menu-sfx {
	background:transparent url(sfx_menu_tiny.png) repeat-x scroll left bottom;
	height:32px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width:960px;
}
#menu{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

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


/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:6px 20px 6px 20px !important; 
	padding:6px 0px 6px 0px;
	cursor:pointer;
	border-right:1px solid #000;
	width:auto !important;
	width:90px;
}

.dropdown .large{
	width:150px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#AE9962;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
}

.dropdown a:hover{
	text-decoration:none;
	color:#AE9962;
	font-weight:bold;
	text-transform:uppercase;
}
.dropdown a:visited{
	color:#AE9962;
	font-weight:bold;
	text-transform:uppercase;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #666;
	border-top:0;
	margin-left:-1px;
	background:#000;
	text-align:left;
	padding-left:4px;	
	font-weight:normal;
	font-size:11px;	
	width:130px;

}
.dropdown ul li a{
	font-weight:normal;
	font-size:11px;	
	width:130px;
}
.dropdown ul li a:hover{	
	font-weight:normal;
	font-size:11px;	
	width:130px;	
}
.dropdown ul li a:visited{	
	font-weight:normal;
	font-size:11px;	
	width:130px;	
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;	
}

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