
/*** ESSENTIAL STYLES ***/
#menuElem, #menuElem * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menuElem {
	line-height:	1.0;
}
#menuElem ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	
}
#menuElem ul li {
	width:			100%;
}
#menuElem li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menuElem li {
	float:			left;
	position:		relative;
}
#menuElem a {
	display:		block;
	float:left;
	position:		relative;
}
#menuElem li:hover ul,
#menuElem li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	/**/z-index:		99;
	width:195px;
}
ul#menuElem li:hover li ul,
ul#menuElem li.sfHover li ul {
	top:			-999em;
}
ul#menuElem li li:hover ul,
ul#menuElem li li.sfHover ul {
	left:			193px; /* match ul width */
	top:			0;
}
ul#menuElem li li:hover li ul,
ul#menuElem li li.sfHover li ul {
	top:			-999em;
}
ul#menuElem li li li:hover ul,
ul#menuElem li li li.sfHover ul {
	left:			193px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#menuElem {
	float:			left;
	/*margin-bottom:	1em;*/
	height:32px;
}
#menuElem a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;*/
	text-decoration:none;
}
#menuElem a, #menuElem a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fcfcfc;
	font-weight:bold;
	padding:10px 12px 5px 12px;
	background:url(../../../images/menu/mainMenuDiv-Right.gif) no-repeat top right;
}
#menuElem li {
	/*background:		#BDD2FF;*/
	background:url(../../../images/menu/mainMenuDiv-Left.gif) no-repeat top left;
	margin:0px 1px 0px 1px;
}
#menuElem li li {
	/*background:		#AABDE6;*/
	background:none;
	width:195px;
}
#menuElem li ul li a{
	/*background:		#AABDE6;*/
	background:url(../../../images/menu/SubMenuBG.gif) no-repeat center right !important;
	border-bottom:1px solid #d4ba8b !important;
	padding:10px 25px 10px 10px !important;
	display:block !important;
	width:160px !important; /*195px*/
	color:#15140f !important;
	font-weight:normal !important;
}
#menuElem li li li {
	/*background:		#9AAEDB;*/
	background:none;
}
#menuElem li:hover, #menuElem li.sfHover,
#menuElem a:focus, #menuElem a:hover, #menuElem a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/
#menuElem a.sf-with-ul {
	padding-right: 	25px;
	display:block;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#menuElem a .sf-with-ul {
	padding-right: 	25px!important;
}
.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/menu/arrows-ffffff.png') no-repeat -100px -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 */
#menuElem ul .sf-sub-indicator { background-position:  -10px 0;
background:none;
 }
#menuElem ul a > .sf-sub-indicator { background-position:  0 0;
background:none;
}
/* apply hovers to modern browsers */
#menuElem ul a:focus > .sf-sub-indicator,
#menuElem ul a:hover > .sf-sub-indicator,
#menuElem ul a:active > .sf-sub-indicator,
#menuElem ul li:hover > a > .sf-sub-indicator,
#menuElem 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/menu/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;
}
