
/*** ESSENTIAL STYLES ***/
.menu_brand, .menu_brand * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu_brand {
	padding-left: 60px;
	line-height:	1.0;

}
.menu_brand ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index:1000;
}
.menu_brand ul li {
	width:			10em;
	text-align: left;
}
.menu_brand li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu_brand li {
	float:			left;
	position:		relative;
}
.menu_brand a {
	display:		block;
	position:		relative;
}
.menu_brand li:hover ul,
.menu_brand li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		1000;
}
ul.menu_brand li:hover li ul,
ul.menu_brand li.sfHover li ul {
	top:			-999em;
}
ul.menu_brand li li:hover ul,
ul.menu_brand li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu_brand li li:hover li ul,
ul.menu_brand li li.sfHover li ul {
	top:			-999em;
}
ul.menu_brand li li li:hover ul,
ul.menu_brand li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu_brand {
	float:			left;
	margin-bottom:	1em;
}
.menu_brand li a {
	border-left:	0px solid #fff;
	border-bottom:	1px solid #fff;
	text-decoration:none;
	padding-top: 0.3em;
	padding-right: 2em;
	padding-bottom: 0.3em;
	padding-left: 0em;
}
.menu_brand li li a {
	border-left:	0px solid #fff;
	border-bottom:	1px solid #fff;
	padding: 		.3em .5em;
	text-decoration:none;
}

.menu_brand a, .menu_brand a:link, .menu_brand a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999999;
}
.menu_brand li {
	background-color: #fff;
}
.menu_brand li li {
	background-color: #cccccc;
}
.menu_brand li li li {
	background-color: #E0E0E0;
}
.menu_brand a:focus, .menu_brand a:hover, .menu_brand a:active {
	background-color: #fff;
	color:			#ec1c24;
	display: block;
	outline:		0;
}
.menu_brandli li a:focus, .menu_brand li li a:hover, .menu_brand li li a:active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec1c24;
}
.menu_brand li:hover,  .menu_brand li li:hover  {
}

/*** arrows **/
.menu_brand a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-rrr.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu_brand ul .sf-sub-indicator { background-position:  -10px 0; }
.menu_brand ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu_brand ul a:focus > .sf-sub-indicator,
.menu_brand ul a:hover > .sf-sub-indicator,
.menu_brand ul a:active > .sf-sub-indicator,
.menu_brand ul li:hover > a > .sf-sub-indicator,
.menu_brand ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.menu_brand a, .menu_brand a:visited, .menu_brand LI A{
	color:#646464;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

L.menu_brand LI UL LI A, .menu_brand LI UL LI A:LINK, .menu_brand LI UL LI A:ACTIVE, .menu_brand LI UL LI A:VISITED {
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

.menu_brand LI.active a, .menu_brand LI a:hover, .menu_brand LI LI a:hover  {
	color: #ec1c24;
}
