/*** Login Dropdown STYLES ***/

.logindropdown{
	float:right;
	margin:0px 0 0px 0;
	color: #FFFFFF; 
	cursor: default;
	font-size: 17px; 
	width:auto;
}
.logindropdown .sf-menu {
	float:left;
	margin:0 auto;  
	height:auto; 
	width:auto; 
	padding:0;
	}

.logindropdown .sf-menu ul {
	min-width:10em;
	width:100px;
	border:1px solid #0d7aa0;
	margin-top:10pt;
}
.logindropdown .sf-menu li{
	background: linear-gradient(to bottom, #2cbcf0 0%, #0d7aa0 40%, #0d7aa0 60%, #1593c0 100%);
	padding:5pt 7pt;
}
.logindropdown .sf-menu li span{
	font-size:11pt;
}
.logindropdown .sf-menu ul li{
	width:100% !important;
	float:right;
	box-sizing:border-box;
	}
.logindropdown .sf-menu li li {
	background: linear-gradient(to bottom, #2cbcf0 0%, #0d7aa0 40%, #0d7aa0 60%, #1593c0 100%);
	height:auto;
	min-height:25px;
	color:#FFFFFF;
	padding:1px 10px;
	xborder-bottom:1px solid #333;
	xtext-align:center;
}
.logindropdown .sf-menu li li:hover, .logindropdown .sf-menu li li.sfHover,
.logindropdown .sf-menu li li a:focus, .logindropdown .sf-menu li li a:hover, .logindropdown .sf-menu li li a:active {
	background:	none;
	outline:		0;
}
.logindropdown .sf-menu li li:hover{
	background:#fff !important;
	}
.logindropdown .sf-menu li:hover ul,
.logindropdown .sf-menu li.sfHover ul {
	right:			0px;
	top:			1em; /* match top ul list item height */
	z-index:		90;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right:			0px;
	top:			2.5em; /* match top ul list item height */
	z-index:		90;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	/*float:left;*/ width:1024px; margin:0 auto;  /*margin-top:20px;*/ height:44px;
}
.sf-menu ul {
	margin-top:14px;
	min-width:170px;
	width:175px;
}
.sf-menu a {
	
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
}
.sf-menu li {
	
}

.sf-menu li li li {
	background:		#1595C2;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	xbackground:		#C3EFFF;
	outline:		0;
	xcolor:#FFFFFF;
}
.sf-menu li li {
	background:		#fff;
	height:auto;
	/*min-height:45px;*/
}
.sf-menu li li:hover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	/*background:		#fff;*/
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sfHover a.sf-with-ul {
	color:#404040;
}
.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:			.8em;
	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 .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*traffic lights on CRM*/
.trafficlights{
	float:left;
	margin:0;
	color: #FFFFFF; 
	cursor: default;
	font-size: 17px; 
	width:80px;
}
.trafficlights .sf-menu {
	float:left;
	width:90px;
	margin:0 auto; 
	height:30px; 
	}
.trafficlights .sf-menu ul {
	border:2px solid #000;
	background:#fff;
	min-width:6em;
	width:6em;
}
.trafficlights .sf-menu ul li{

	}
.trafficlights .sf-menu li li {
	background:#fff;
	height:auto;
	float:none;
	min-height:25px;
	color:#FFFFFF;
	padding:2px 5px;
	xborder-bottom:none;
	xtext-align:center;
}
.trafficlights .sf-menu li li a{
	background:url(../images/grey.png) no-repeat !important;
	color:#000;
	font-weight:normal;
	font-size:12px;
	line-height:24px;
	height:24px;
	padding: 0 0 0 30px;
}
.trafficlights .sf-menu li li a.red{
	background:url(../images/red.png) no-repeat !important;
}
.trafficlights .sf-menu li li a.orange{
	background:url(../images/orange.png) no-repeat !important;
}
.trafficlights .sf-menu li li a.white{
	background:url(../images/white.png) no-repeat !important;
}
.trafficlights .sf-menu li li a.black{
	background:url(../images/black.png) no-repeat !important;
}
.trafficlights .sf-menu li li a.yellow{
	background:url(../images/yellow.png) no-repeat !important;
}
.trafficlights .sf-menu li:hover, .trafficlights .sf-menu li.sfHover,
.trafficlights .sf-menu a:focus, .trafficlights .sf-menu a:hover, .trafficlights .sf-menu a:active {
	background:	none;
	outline:		0;
}
.trafficlights .sf-menu li li:hover{
	
	}
.trafficlights .sf-menu li:hover ul,
.trafficlights .sf-menu li.sfHover ul {
	right:			0px;
	top:			1em; /* match top ul list item height */
	z-index:		90;
}
