
/*** ESSENTIAL STYLES ***/
.sf-contener {
  
  
  margin:0px 10px 0px 0px ;
  border: solid 1px black;	
  float: right;  
    border: 0px solid green;   
    overflow: hidden;
    width: 78%;
}

.sf-menu {
  width:99%;
  float:right;
  height: 35px;  
  
  line-height:	1.2;
  border: solid 1px #f8f8f8;    	
  behavior: url(http://aerolab.ayz.pl/ronson/themes/prestashop/img/ie-css3.htc);
       border-radius: 5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;  
	  
	  
	  -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);	

background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbe310));
background: -moz-linear-gradient(top,  #fff,  #fbe310);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbe310');
}


.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
}
 .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	border: solid 0px blue; 
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
	border: solid 1px blue; 
}
.sf-menu ul li a{
	width:			100%;
	color:         #75c705;
	border: solid 1px blue; 
	margin:0px 0px 0px 20px;
	
}




.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	border: solid 0px blue; 
	position:relative;
	left: 50px;
	padding:0px 0px 0px 0px;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:         #282c2f;	
	border: solid 0px blue; 
}





.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99;
	border: solid 0px blue;
}
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;
	margin-bottom:	1em;
	padding-top:0.2em;
	
}

.sf-menu ul {
border: solid 1px blue;
	
}
.sf-menu a {
  
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		 5px 15px 9px 0;
	
	margin:4px 0px 0px 0px;
	text-decoration:none;
	border: solid 0px red;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0D266D;
	font-size:13px;
	font-weight:bold;
}
.sf-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#464546;
}

.sf-menu li li {
	background:		white;/*#AABDE6;*/
	border: solid 1px blue;
}
.sf-menu li li li {
	background:		white;/*#9AAEDB;*/
}



.sf-menu a{color:#0D266D}
.sf-menu a:hover {
text-decoration: underline;
color:#464546
}
.sf-menu a:active {color:#000}



.sf-menu a:active {color:#464546}

.sf-menu li.noBack {background:white}
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	3em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.6em;
	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 {
	margin-top:0.4em;
	border-right:1px dotted #D4D4D4;
	border-bottom:1px dotted #D4D4D4;

}
.sf-shadow ul a { padding:.75em 1em;}
.sf-shadow ul a:hover{ text-decoration:none}
.sf-shadow ul.sf-shadow-off {
	background: white;
}


.sf-search {
  background: inherit;
  float: right;
  line-height: 30px;
}

#searchbox{
border: 0px solid red;
background:  url('../img/bg.png') repeat-x top right;

}



.sf-search input {
  padding:2px 3px 3px 0px; 
  margin:0px 10px 0px 0px;  
  width:125px;
  color:#2e3191;
  border: 1px solid #2e3191;
 
  behavior: url(http://aerolab.ayz.pl/alldeco/themes/prestashop/img/ie-css3.htc);
       border-radius: 3px;
      -moz-border-radius:3px;
      -webkit-border-radius:3px;
}