﻿/*** ESSENTIAL STYLES ***/
.sf-menu ul {
	left: 0;
	right:auto;
}
.sf-menu > li {
	float: right;
}
.sf-menu li:last-child a {padding-left:0px !important;}
.sf-menu li:first-child a {padding-left:0px !important;}
.sf-menu ul ul {
	right: 100%;
	left:auto;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: right;
}
.sf-menu a {
	border-right: 1px solid #fff;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-left: 2.5em;
	*padding-left: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	right:auto;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	border-right-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-right-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-right-color: white;
}
