/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	height:20px;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 0;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 5px;
	left: 100%;
}


/*** SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0px;
}
.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
	padding-top:8px;
	/*min-width: 12em; *//* allow long menu items to determine submenu width */
	/**width: 12em; *//* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: 0 0px 2px 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
-moz-opacity: 0.50;
-khtml-opacity: 0.50;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter:alpha(opacity=50);
}

.sf-menu a:hover,
.sf-menu a:active{
	font-weight:200;
}

a.current,
a.current:visited,
a.current:hover,
 a.current:active
.sf-menu a.current,
.sf-menu a.current:visited,
.sf-menu a.current:hover,
.sf-menu a.current:active{
	font-weight:600;
}
.sf-menu li {
	width:auto;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	padding:0 5px 0px 0;
}
.sf-menu ul li {
	height:13px;
	padding: 4px 2px 8px 2px;
	/*border-bottom:1px solid rgba(255, 0, 0, .5);*/
	width:135px;
}

.sf-menu ul a {	
	font-size:13px;
	-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter:alpha(opacity=70);
}
.sf-menu ul ul li {
	background: #f9f8f4;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
