/*** ESSENTIAL STYLES ***/
.left-menu, .left-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.left-menu {
	line-height:	1.0;
	width:	178px;
}
.left-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.left-menu ul li {
	width:			100%;
}
.left-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.left-menu li {
	float:			left;
	position:		relative;
	width:	178px;
}
.left-menu a {
	display:		block;
	position:		relative;
}
.left-menu li:hover ul,
.left-menu li.sfHover ul {
	left:	        180px;
	top:			0; /* match top ul list item height */
	z-index:		99;
}
ul.left-menu li:hover li ul,
ul.left-menu li.sfHover li ul {
	top:			-999em;
}
ul.left-menu li li:hover ul,
ul.left-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.left-menu li li:hover li ul,
ul.left-menu li li.sfHover li ul {
	top:			-999em;
}
ul.left-menu li li li:hover ul,
ul.left-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** WEH SKIN ***/
#leftNavOther{padding-left:5px;}
.left-menu li{width:180px; padding:1px 0;}
.left-menu ul li{border:1px solid #817c76; border-top:0; border-bottom:0; width:178px;}
/*.left-menu li{border:1px solid #817c76; border-top:0; border-bottom:0; width:178px; padding:1px 0;}
.left-menu li.first{border-top:1px solid #817c76;}
.left-menu li.last{border-bottom:1px solid #817c76;}*/
.left-menu li a sub{font-size:8px;}
.left-menu li a{padding:6px 0 0 3px; height:18px; width:177px; position:relative; font-family:Verdana; color:#666; font-size:11px;}

.left-menu li{background: url(images/btnLeftNavSub.png) repeat-x 0 0;}
.left-menu li:hover, .left-menu li.sfHover{background-position:0 -52px; outline: 0;}
.left-menu ul a:HOVER{text-decoration:underline;}
.left-menu a:focus, .left-menu a:hover, .left-menu a:active{outline: 0;}
.left-menu ul{margin-left:0px;}
.left-menu ul li.firstChild{border-top:1px solid #817c76;}
.left-menu ul li.lastChild
{
    border-bottom:1px solid #817c76; 
    -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/*** arrows **/
.left-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
ul.left-menu .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			6px;
	top:			8px; /* 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 */
}
ul.left-menu a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			8px;
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
ul.left-menu a:focus > .sf-sub-indicator,
ul.left-menu a:hover > .sf-sub-indicator,
ul.left-menu a:active > .sf-sub-indicator,
ul.left-menu li:hover > a > .sf-sub-indicator,
ul.left-menu li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.left-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.left-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.left-menu ul a:focus > .sf-sub-indicator,
.left-menu ul a:hover > .sf-sub-indicator,
.left-menu ul a:active > .sf-sub-indicator,
.left-menu ul li:hover > a > .sf-sub-indicator,
.left-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
#leftNavOther .sf-shadow ul, .leftNavOther .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;
}
#leftNavOther .sf-shadow ul.sf-shadow-off, .leftNavOther .sf-shadow ul.sf-shadow-off {
	background: transparent;
}
