
/*** ESSENTIAL STYLES ***/
.sf-contener {
    height:50px;
    text-align: right;
    width: 100%;
	float:right;
	
}
.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu li:hover {
	 background-color:#80a71e;
}
ul.sf-menu:before{
	position:absolute;
	content:url("../img/shadow-left.png");
	top:35px;
	left:-7px;
	width:7px;
	height:170px;}
ul.sf-menu:after{
	position:absolute;
	content:url("../img/shadow-right.png");
	top:35px;
	right:-7px;
	width:7px;
	height:170px;}
ul.sf-menu {
	margin: 65px 0;
	background: url(../img/menu.jpg) repeat-x scroll 0 0 transparent;
   /* border-top: 3px solid #1576A8; */
    float: left;
    height: 50px;
	width: 100%;
    /*padding-left: 15px; */
	position:absolute;
	top: 145px;
	z-index: 100;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	background:url(../img/default/menu3.jpg);
}
.sf-menu li {
	background: url("../img/br-menu.png") repeat-y scroll 0 center transparent;
	height:50px;
	float:			left;
	position:		relative;
	padding: 0 15px;line-height: 50px;
}
.sf-menu a {
	color: #1576A8;
    display: block;
    font-family: Helvetica;
    font-size: 17px;
    font-weight: normal !important;
    line-height: 40px;
    position: relative;

    text-transform: capitalize;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	width:auto;
}
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:			200px; /* 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:			200px; /* match ul width */
	top:			0;
} */

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	display:block;
	line-height:50px;
	border: 0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFFFFF;
	white-space:nowrap;
	text-transform:uppercase;
}
.sf-menu li li {
	background: #FFF; 
	padding:0;
}
.sf-menu li li li {
	background:	#1576A8;
	padding:0;
}
.sf-menu li li a,.sf-menu li li li a{
	color:#666 !important; 
	text-transform:none;
	text-align:left;
	padding:0 15px;
	font-size:12px;
	border-top:1px solid #EEEEEE;
	font-family:arial;
	text-shadow: none;
	width:950px;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
   /*border-top: 1px solid #666; */
    /* color: #111111; */
   /* margin-top: -3px; */
}
.sf-menu ul li:hover{
	background:#FFF;
}
.sf-menu ul li.sfHover{
	color:#F00;
}
.sf-menu ul li a:hover{
	color:#1ba1e2 !important;
}
.sf-menu ul li a:focus, .sf-menu ul li a:active {
	outline:		0;
}
/*** arrows **/
.sf-menu a {
/* trigger IE7 hasLayout so spans position accurately */
	 padding: 0 10px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('../img/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 */
	background-position: 0 -99px;
    top: 18px; /* 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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	margin-top:16px;
	background:	url('../img/shadow.png') no-repeat bottom right;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
li.sf-search p{height: 33px;}
li.sf-search {
  	background: none!important;
    padding: 0;
  /*line-height: 25px; */
}
/*
@-moz-document url-prefix() { 
  li.sf-search  {
	margin:8px 0;
  }
}*/
li.sf-search form#searchbox:hover input#search_query_top{
	-moz-transition: width 0.5s ease 0s;
	-o-transition: width 0.5s ease 0s;
	-ms-transition: width 0.5s ease 0s;
	-webkit-transition: width 0.5s ease 0s;
    width: 130px;
	padding-left:10px;
}
li.sf-search input#search_query_top{
	border: 0 none;
    height: 32px;
    width: 0;
}
li.sf-search input.button {
	background: url("../img/bg-search.png") no-repeat scroll right center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 33px;
    margin: 0 -5px 0 0;
    padding: 0;
    width: 57px;
	line-height:33px;
}

/* hack IE7 */
/*
.sf-menu a, .sf-menu a:visited {height:34px;}
.sf-menu li li {
	min-width:200px;
	background:#726f72;
}*/