/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
		
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			140px; /* left offset of submenus need to match (see below) */
		
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	/*<!--color: #ffcc00;-->*/
	
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		100;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0px;
}

/** CUSTOM STYLE #menu controls the look, placement and postioning of the menu bar*/

#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	background: #474747 url(../img/shiny-menu-olay_4B.png) repeat-x left top;
	padding: 0px;
	border-top: 8px solid #141414;
	border-bottom: 3px solid #202020;
	border-left: 1px #ffcc00;
		
}

.sf-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.children li a {
	padding: 0px;
	border-top: 8px solid #141414;
}
/*Controls the height and look of the menu bar - first padding controls width of the button, line height controls the height of the buttton bar, the image is the separator between the menu items-  in this case it's a little yellow box centered over the menu name*/
.sf-menu a {
	padding: 0 30px;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	background: transparent url(../img/bg-menu-a.png) no-repeat center ;
	color: #FFCC00;	

/*this controls the border around the page children*/
}
.sf-menu li ul {
	border: 2px solid #ffcc00;
	border-top: 3px solid #ffcc00;
}
.sf-menu li li ul, .sf-menu li li li ul {
	border: 5px solid #474747;
	border-top: 5px solid #474747;
	border-right: 1px solid #ffcc00;
	border-right-style: solid;	/*border-bottom: 1px solid #ffcc00;*/
	
/*This controls the font color*/
}
.sf-menu a, .sf-menu a:hover, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#202020;
}
.sf-menu li li {
	background:		#545454;
}
.sf-menu li li li {
	background:		#545454;
} /*this controls the look of the drop down menus...a color here overlays the menu obscuring the type - an image in the background changes the look of the button on hover*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	outline-color: -moz-use-text-color;
	color: #777777 ;
	background: url(../img/bg-menu-a_GLOW.png) no-repeat center;
	/*background: url(../img/shiny-menu-olay_3.png) repeat-x left top;*/
}
.sf-menu li li a, .sf-menu li li a:hover {
	padding: 10px 20px;
	line-height: 1;
	background: #545454 url(../img/) no-repeat center;
}/*controls the look of the children drop down menus and image here will show up in the buttons*/
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #ffcc00 /*url(../img/shiny-menu-olay_3.png) repeat-x left top*/;
	outline:		0;
}

.sf-menu .children li a:focus, .sf-menu .children li a:hover, .sf-menu .children li a:active {
	background: #545454!important;
}