/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
/*.sf-menu ul {
	position: absolute;
	display: none;
	top: 101%;
	left: -29px;
	z-index: 99;

}*/

.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 {
	
	border:0px solid red;
}

ul.sf-menu li#roundbdr ul li ul {
    top: 0;
	left:-80%;
	width:145px;
	border:0px solid red;
}
.ie9 ul.sf-menu li#roundbdr ul li ul{left:-80%;}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
	/*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: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	
	
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	/*background: green;
	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;*/
}
.sf-menu ul li {
	/*background: pink;*/
}
.sf-menu ul ul li {
	/*background: pink;*/
}




.sf-menu li#roundbdr ul{
    position: absolute;
	display: none;
	
	z-index: 99;
    background: url(../images/menubarfull.png) no-repeat;
	background-position:-1px bottom;
	-webkit-border-radius: 6px 0px 6px 6px;
	-moz-border-radius: 6px 0px 6px 6px;
	-ms-border-radius: 6px 0px 6px 6px;
	-o-border-radius: 6px 0px 6px 6px;
	border-radius: 6px 0px 6px 6px;
	}
	ul.sf-menu li#roundbdr ul.submenu-sec{width:180px;border:0px solid red;margin-left:-29px;top:97%}
	@media screen and (min-width:0\0) {  
		ul.sf-menu li#roundbdr ul.submenu-sec{width:180px;border:0px solid red;margin-left:-27px;top:97%}
	}


.sf-menu li#roundbdr ul li ul {
     background:url(../images/menubarfull.png) no-repeat;
	background-position:-1px bottom;
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-ms-border-radius: 6px 0px 0px 6px;
	-o-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	}
ul.sf-menu li ul li:hover{ background-color: #1c78cb;}
ul.sf-menu li ul li.lastsubhover:hover{
 background-color: #1c78cb;
	-webkit-border-radius: 0px 0px 0px 6px;
	-moz-border-radius:  0px 0px 0px 6px;
	-ms-border-radius:  0px 0px 0px 6px;
	-o-border-radius:  0px 0px 0px 6px;
	border-radius:  0px 0px 0px 6px;
}
ul.sf-menu li ul li.firstsubhover:hover{
 background-color: #1c78cb;
	-webkit-border-radius: 6px 0px 0px 0px;
	-moz-border-radius:  6px 0px 0px 0px;
	-ms-border-radius: 6px 0px 0px 0px;
	-o-border-radius:  6px 0px 0px 0px;
	border-radius:  6px 0px 0px 0px;
}

ul.sf-menu li ul a.arrowicon{padding-left:12px;padding-right:8px;}

ul.sf-menu li ul li.lasthover:hover{
 background-color: #1c78cb;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius:  0px 0px 6px 6px;
	-ms-border-radius:  0px 0px 6px 6px;
	-o-border-radius:  0px 0px 6px 6px;
	border-radius:  0px 0px 6px 6px;
}
ul.sf-menu li ul li.firsthover:hover{
 background-color: #1c78cb;
	-webkit-border-radius: 6px 0px 0px 0px;
	-moz-border-radius:  6px 0px 0px 0px;
	-ms-border-radius:  6px 0px 0px 0px;
	-o-border-radius:  6px 0px 0px 0px;
	border-radius:  6px 0px 0px 0px;
}
ul.sf-menu li ul a.left-arrow{

border:0px solid red;
background: url("../images/left-arrow.png") center left no-repeat;
margin-left:5px;

}


/*#lgn-txt span.my-carmel-lgn-txt{

float: left;
background: url("../images/box-btns.png") no-repeat -10px -112px ;
padding:0px;
width:16px;
color:#fff;
height:30px;
margin-right:15px;
}*/
.sf-menu li.parentlogin{
border:0px solid green;

}


.sf-menu li.parentlogin a.account-txt{
padding:0;
margin:0;
height:34px;
overflow:hidden;
padding:0 10px;
}
.ie9 .sf-menu li.parentlogin a.account-txt{padding:0;
margin:0;
height:32px;
overflow:hidden;
padding:0 10px;}

.sf-menu li.parentlogin:hover a.account-txt:hover,.sf-menu li:hover a.account-txt {
background: url(../images/menubarfull.png) no-repeat;
background-position:-5px bottom;
-webkit-border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-ms-border-radius: 6px 6px 0px 0px;
-o-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}

.sf-menu li.sfHover {

background: url(../images/menubarfull.png) no-repeat;
background-position:-2px bottom;
-webkit-border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-ms-border-radius: 6px 6px 0px 0px;
-o-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
	/* background-color: #1c78cb;*/
	
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li.sfHover ul li.arrowmover:hover{background:#1c78cb;}



