/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	border-left:1px solid #bebebe;
	color: #403f3f;
	display: inline;
	float: right;
	font-weight: normal;
	position: relative;
	text-decoration: none;
}
.sf-menu ul li {
	background-color:#f4f4f4!important;
	border:none;
	border-bottom:1px solid #bebebe;
	direction:rtl;
	text-align:right;
	width: 100%;
}
.sf-menu a {
	color: #403f3f!important;
	display: block;
	padding: 4px 15px;
	text-decoration:none!important;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	right: 0;
	top: 1.9em; /* match top ul list item height */
	z-index: 9999999999;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
	text-decoration: none;
	text-align: right;
	/*background-color:#d6d6d6;*/
}
.sf-menu li ul li:hover 
{
    background-color:#e7e6e6!important;
}
/*** 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;
}
.sf-menu .topNav_red {
	background:url(images/topNav_red.gif) repeat-x top;
}
.sf-menu .topNav_blue {
	background:url(images/topNav_blue.gif) repeat-x top;
}
.sf-menu .topNav_green {
	background:url(images/topNav_green.gif) repeat-x top;
}
.sf-menu .topNav_orange {
	background:url(images/topNav_orange.gif) repeat-x top;
}
.sf-menu .topNav_turkiz {
	background:url(images/topNav_turkiz.gif) repeat-x top;
}

