
/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  height: 80px;
  width: 980px;
  line-height: 40px;
  padding-left: 0px;
  background-image: url('../img/menu-bg.jpg');
  background-repeat: repeat-x;
  margin-left: -1px;
}
.sf-right {
  float: left;
  width: 0px;
}
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {
 	float: left;
 	width: 980px;
	height:37px;
	line-height: 37px;
        padding-left: 18px;
}


.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
    background-image: url('../img/menu-bg-hover.jpg')!important;
    background-repeat: repeat-x;
    background-position: left 1px;
}
.sf-menu li {
	float: left;
	position: relative;
        width: 155px;
        height: 37px;
        border-left: 2px solid #ffffff;
        text-align: center;
        color: white;
        text-transform: uppercase;
}
.sf-menu li.last {
        border-right: 2px solid #ffffff;
}
.sf-menu a {
	display: block;
	position: relative;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
}

.sf-contener #searchbox {
    margin-top: 5px;
    margin-left: 10px;
}

.sf-contener #searchbox .text {
    position: relative;
    top: -9px;
    background-image: url('../img/input_search.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center top;
    border: none;
    width: 217px;
    height: 25px;
    margin-right: -5px;
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.sf-menu li li {
	border:1px solid #ea6ea3;
	background-color: white;
        color: #60524A;
        z-index: 999;
}
.sf-menu li li ul {
    position: relative;
    left: 155px;
    top: -38px;
}
.sf-menu li li li {
        display: block;
        width: 155px;
        height: 37px;
	border:1px solid #ea6ea3;
	background-color: white;
        color: #60524A;
}
.sf-menu li li a, .sf-menu li li li a {
    color: #60524A;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.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('../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 */
	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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/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;
}
li.sf-search {
  background: inherit;
  float: right;
  line-height: 31px;
  height:30px;
}

li.sf-search.hover {
  background-color:#EA6EA3;
  float: right;
  line-height: 31px;
}

li.sf-search input {
  -moz-border-radius:5px;
  padding: 3px 0;
  background-color:#FFF;
  padding-left: 20px;
  margin-top: 4px;
}
