/* menu site integrated */
#menu-sfx {
	background:transparent url(sfx_menu_tiny.png) repeat-x scroll left bottom;
	height:30px;
	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 18px 6px 18px !important; 
	padding:6px 0px 6px 0px;
	cursor:pointer;
	border-right:1px solid #000;
	width:auto !important;
	width:86px;
}

.dropdown .large{
	width:200px;
}

/* 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:200px;

}
.dropdown ul li a{
	font-weight:normal;
	font-size:11px;	
	width:200px;
}
.dropdown ul li a:hover{	
	font-weight:normal;
	font-size:11px;	
	width:200px;	
}
.dropdown ul li a:visited{	
	font-weight:normal;
	font-size:11px;	
	width:200px;	
}

/* 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{
}

.dropdown li.importantTab {
	border-right:0px;
	background:url(sfx_menu_tiny_important.png) repeat-x scroll left top;
	color:#fff;
	float:right;
}
.dropdown li.importantTab a {
	color:#fff
}
.dropdown li.importantTab a:hover {
	color:#fff
}
