ul.sf-list {width: 100%;}
.sf-list, .sf-list li {
	width:	100%;
}


/*** ESSENTIAL STYLES ***/
.sf-list, .sf-list * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-list {
	line-height:	1.0;

}
.sf-list ul {
	position:		relative;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-list ul li {
	width:			100%;
}
.sf-list li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-list li {
	float:			left;
	position:		relative;
}
.sf-list a, sf-list span {
	display:		block;
	position:		relative;
}
.sf-list li:hover ul,
.sf-list li.sfHover ul {
	position:		relative;
	left:			0;
	top:			0; /* keep it together*/
	z-index:		99;
}
ul.sf-list li:hover li ul,
ul.sf-list li.sfHover li ul {
	top:			-999em;
}
ul.sf-list li li:hover ul,
ul.sf-list li li.sfHover ul {
	left:			0; /* keep it together */
	top:			0;
	position:		relative;

}
ul.sf-list li li:hover li ul,
ul.sf-list li li.sfHover li ul {
	top:			-999em;
}
ul.sf-list li li li:hover ul,
ul.sf-list li li li.sfHover ul {
	left:			0; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-list {
	float:			left;
	margin-bottom:	0;
}
.sf-list a, .sf-list li .separator, .sf-list span.separator {
	height:40px;
	line-height:38px;
	text-decoration:none;
	padding:0 20px 0 0px;
}

.sf-list li li a {	
	height:35px;
	line-height:35px;
	
}
.sf-list li li {
	width:100%;
	background:#ddd;
}

.sf-list li li li {
}

/*.sf-list li:first-child, .sf-list li.first-child {
}

.sf-list li:last-child, .sf-list li.last-child {
}
*/
/*** arrows **/
.sf-list a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-list .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-gray.png') no-repeat 0 -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-list a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			15px;
		right: 15px;

	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

.sf-list ul ul .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
.sf-list a:focus > .sf-sub-indicator,
.sf-list a:hover > .sf-sub-indicator,
.sf-list a:active > .sf-sub-indicator,
.sf-list li:hover > a > .sf-sub-indicator,
.sf-list li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-list ul .sf-sub-indicator { background-position:  0 -100px; }
.sf-list ul a > .sf-sub-indicator { background-position:  0 -100px; }
/* apply hovers to modern browsers */
.sf-list ul a:focus > .sf-sub-indicator,
.sf-list ul a:hover > .sf-sub-indicator,
.sf-list ul a:active > .sf-sub-indicator,
.sf-list ul li:hover > a > .sf-sub-indicator,
.sf-list ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -100px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-list .sf-shadow ul {
	background:	transparent;
}
.sf-list .sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-list li span.pjoveralltitle{padding-left:10px;}
.sf-list li span.pjmenunosub {padding-left:5px;}

.sf-list li li.sfHover, .sf-list li li:hover {background:#fff;}

.sf-list .pjmenutitle {line-height: 25px;}

.sf-list .pjmenusub {display: block;font-size:11px;margin-top:-1.5em;padding:0;}

.sf-list .pjmenu-top, .sf-list .pjmenu-bottom {height:0;}