/*** DEMO SKIN ***/
/* Change skin of elements here */

.sf-menu > ul {
	width:100%;
}

#wMenu .sf-menu ul {
	float:	left;
}
#wMenu .sf-menu > ul > li {
	margin-left:10px; /*Margin between items*/
}

#wMenu .sf-menu > ul > li > a {
	font-family: 'Neuton', arial, serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}

#wMenu ul ul li a {
	color:#6632CC;
}

#wMenu ul ul li {
	border-bottom:1px solid #E4E4E4;
}

#wMenu ul li li ul {
	border-left:1px solid #E4E4E4;
}

#wMenu .sf-menu ul li {
	width:auto;
	padding:5px;
}

#sidebarLeft .sf-menu ul li {
	width:180px;
	padding:2px;
}
#sidebarLeft .sf-menu>ul>li {
	padding:5px 2px 0px 2px;
}

#wMenu .sf-menu>ul>li { 
	text-align:center;
}

#sidebarLeft .menulink {
	color:#4d4d4d;
	font-size:14px;
	font-family: 'Neuton', arial, serif;
}

#sidebarLeft li {
	border-bottom:1px solid #e4e4e4;
}

.sf-menu>ul>li.iehover>a { /*Active item style from the top menu*/
	color:#ccc;
}

.sf-menu ul ul .iehover a { /*Active item style from the top menu*/
	color:#000;
}

.sub-menu li {
	padding-top:inherit;
}

.sub-menu a {
	color:#4d4d4d;
}

.sf-menu ul li li { /*Submenu style*/
	background:	#eeeeee;
	text-align:	left;
}
.sf-menu ul li li li { /*Subsubmenu style*/
	background:	#eeeeee;
}
.sub-menu li:hover, .sub-menu li.sfHover,
.sub-menu a:focus, .sub-menu a:hover, .sf-menu ul ul ul a:active {
	background:		#e4e4e4;
	outline:		0;
}

/*** arrows **/
.sf-menu ul a.sf-with-ul {
	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-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:			0.4em;
	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 */
.sf-menu ul ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul ul a:focus > .sf-sub-indicator,
.sf-menu ul ul a:hover > .sf-sub-indicator,
.sf-menu ul ul a:active > .sf-sub-indicator,
.sf-menu ul ul li:hover > a > .sf-sub-indicator,
.sf-menu ul 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;
}
