
/*** ESSENTIAL STYLES ***/
#menu-principal, #menu-principal * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu-principal {
	line-height:	1.0;
}
#menu-principal ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
	
}
#menu-principal ul li {
	width:			100%;
	
}
#menu-principal li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background-color: #5c5c5c;	
}
#menu-principal li li li:hover {
	background-color: #2D2D2D;	
}
#menu-principal ul:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	
}
#menu-principal li {
	float:			left;
	position:		relative;
	
}
#menu-principal a {
	display:		block;
	position:		relative;
}
#menu-principal ul {
	background-color: #2D2D2D;
}
#menu-principal ul  ul {
	background-color: #5c5c5c;
}
#menu-principal li:hover ul,
#menu-principal li.sfHover ul {
	left:			0;
	top:			2.4em; /* match top ul list item height */
	z-index:		99;
}
ul#menu-principal li:hover  li ul,
ul#menu-principal li.sfHover  li ul {
	top:			-999em;
	
	
}
ul#menu-principal li li:hover ul,
ul#menu-principal li li.sfHover  ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#menu-principal li li:hover li ul,
ul#menu-principal li li.sfHover  li ul {
	top:			-999em;
	background-color: #5c5c5c
}
ul#menu-principal li li li:hover ul,
ul#menu-principal li li li.sfHover  ul {
	left:			10em; /* match ul width */
	top:			0;
	
	
}

/*** arrows **/
#menu-principal  a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	color:#FFFFFF;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') 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*/
	background-color: #5c5c5c;
}

/* point right for anchors in subs */
#menu-principal ul .sf-sub-indicator { background-position:  -10px 0; }
#menu-principal ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu-principal ul a:focus > .sf-sub-indicator,
#menu-principal ul a:hover > .sf-sub-indicator,
#menu-principal ul a:active > .sf-sub-indicator,
#menu-principal ul li:hover > a > .sf-sub-indicator,
#menu-principal ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	background-color: #5c5c5c;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

