/*** ESSENTIAL STYLES ***/
.rekiniReferences ,
.rekiniReferences  > a ,
.rekiniReferences  a > span
/*,.rekiniReferences  > a:hover ,
.rekiniReferences  a > span:hover*/
{
	color:#F37536 !important;
	font-weight: bold !important;
	cursor:pointer;
	text-decoration:none;
	decoration:none;
	text-decoration-style:none;
	border:0;
}
	
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu{
		
		float: left;
		position: relative;
		
}
.sf-menu li {
	position: relative;
	z-index: 999;
}
.sf-menu  ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
/*
was .sf-menu > li {
*/
.sf-menu  li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	white-space: nowrap;
}


/*** DEMO SKIN ***/
.sf-menu  > LI {
/*
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;             
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;  
*/
-moz-border-radius:10px;             
    border-radius: 10px;  
	height:24px;

	
    float: left;
    margin: 0px 3px;
	background: #E4E4E4;
}
.sf-menu LI A {
/*
    background: url("/r/gfx/bg06a.png") no-repeat scroll 100% 0px transparent;
*/
	background: transparent;
    color: #606060;
    float: left;
	vertical-align:top;
}

.sf-menu LI A SPAN {
    float: left;
	background: transparent;
/*
    background: url("/r/gfx/bg07a.png") no-repeat scroll 0% 0% transparent;
*/
    cursor: pointer;
    /*
	padding: 7px 15px 0px;
	*/
	padding: 5px 10px !important;
    line-height: normal;
}

.sf-menu {
	border: 1px solid transparent;
	width:100%;
	
	margin-bottom: 1em;
	float: left;
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
    font-weight: bold;
    color: #606060;
	padding-top: 4px;
}
.sf-menu  ul {

	/*
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	*/
	min-width: 20em; 
	*width: 100%; 
	width: 100%; 
	border: 1px solid #909090; 
}
/*
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; 
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; 
}
*/
.sf-menu a {
	color: #13a;
	text-decoration: none;
}

.sf-menu li {
/*	background: #BDD2FF;*/
	white-space: nowrap; 
	*white-space: normal; 
	-webkit-transition: background .2s;
	transition: background .2s;
}


.sf-menu ul  li {
	position: relative;
	width:100%;
	float:none;
	clear:both;
	min-height:25px;
	/*
	background: url("/r/gfx/bg_x2_g.png") no-repeat scroll 100% 0px transparent;
	*/
	background:none;
	background-color:#E8E8E8;
	
    margin: 0px 0px;
	
	-moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;             

    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;  
}

/*
.sf-menu ul ul li {
	background: #9AAEDB;
}
*/
.sf-menu ul  {
	background-color:#E8E8E8;
    margin: 0 0px !important;
}
.sf-menu > li:last-child {
  float:right;
/*  background: orange; */
/*	background: url("/r/gfx/bg_x2_g.png") no-repeat scroll 100% 0px transparent; */
}

.sf-menu ul > li:last-child {
  float:none;
  clear:both;
}

.sf-menu li:hover > a,
.sf-menu li.sfHover > a
{ 
	/* color: #f3ae00; -> #F37536; */
	color: white; 
	text-decoration: none; 
	}
.sf-menu li:hover > span,
.sf-menu li.sfHover > span { 
	/*background: url("/r/gfx/bg08a.png") 100% 0 no-repeat; 
	border: 2px solid orange;
	*/
	
	}
.sf-menu > li:hover,
.sf-menu > li.sfHover,
.sf-menu > li.activated :hover{ 
	/*
	background: url("/r/gfx/bg_x2_b.png") 100% 0 no-repeat ; 
	*/
	-moz-border-radius:10px;             
    border-radius: 10px;  
	background:#909090;
}
.sf-menu  li.activated ul:hover{ 
	-moz-border-radius:0;
    border-radius: 0;  
}
.sf-menu  li.activated { 
	/*
	background: url("/r/gfx/bg_x2_b.png") 100% 0 no-repeat ; 
	*/
	-moz-border-radius:10px;             
    border-radius: 10px;  
	background:#B9B9B9;
	}
.sf-menu  li.activated >a{ 
	color: black; 
}
.sf-menu  li.activated:hover  >a{ 
	color: white; 
}
.sf-menu  > li .sf-with-ul:hover,
.sf-menu > li.sfHover .sf-with-ul  { 
	-moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	
	-moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;  

	background:#909090;
	}
.sf-menu ul > li:hover,
.sf-menu ul > li.sfHover,
.sf-menu li ul  li.activated :hover{ 
	/*
	background: url("/r/gfx/bg_x2_b.png") 100% 0 no-repeat ; 
	*/
	-moz-border-radius:0;
    border-radius: 0;  
	background:#909090;
	}
.sf-menu li ul  li.activated { 
	/*
	background: url("/r/gfx/bg_x2_b.png") 100% 0 no-repeat ; 
	*/
	-moz-border-radius:0;
    border-radius: 0;  
	background:#B9B9B9;
	}
.sf-menu  li ul  li.activated >a{ 
	color: black; 
}
.sf-menu  li ul  li.activated:hover  >a{ 
	color: white; 
}
/*.sf-menu li a:hover SPAN,
.sf-menu li a.sfHover SPAN { background: url(/r/gfx/bg09a.png) no-repeat; }
*/
/*
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	-webkit-transition: none;
	transition: none;
}
*/
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	color:#606060;
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}


/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #606060; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(96,96,96,0.8);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-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-left-color: white;
}
