/*** ESSENTIAL STYLES ***/
body.gg_category3 .sfg-contener {
	display:block;
    clear: both;
    width:980px;
    /*margin:auto;*/
}
.sfg-contener {
	display:none
}
.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
}
.sfg-menu, .sfg-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sfg-menu {
	width:938px;
	margin-top:-3px;
	float:left;
	height: 30px;
	line-height:	1.2;
	border: 2px solid #e32121;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	
	  font-family:"SackersGothicStdMedium",  Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

body.gg_category3 .sfg-menu{
/*background:#E20612;*/
}

.sfg-menu ul {
	background:white;
	padding:1em;
	position:		absolute;
	top:			-999em;
	width:			120px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E20612;
	border-right-color: #E20612;
	border-bottom-color: #E20612;
	border-left-color: #E20612;
}
body.gg_category3 .sfg-menu ul{
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E20612;
	border-right-color: #E20612;
	border-bottom-color: #E20612;
	border-left-color: #E20612;

}

.sfg-menu ul li {
	width:			100%;
}
.sfg-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sfg-menu li {
	float:			left;
	position:		relative;
}
.sfg-menu a {
	display:		block;
	position:		relative;
	color:         #282c2f;
	text-transform:uppercase;
}

.sfg-menu .lieninactif {
	display:		block;
	position:		relative;
	color:         #282c2f;
	text-transform:uppercase;
	border: 0;
	/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		 9px 25px 9px 0;
	text-decoration:none;
	color:#E20612;
	font-size: 10px;
	cursor: pointer;
}



.sfg-menu li:hover ul,
.sfg-menu li.sfHover ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99;
}
ul.sfg-menu li:hover li ul,
ul.sfg-menu li.sfHover li ul {
	top:			-999em;
}
ul.sfg-menu li li:hover ul,
ul.sfg-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sfg-menu li li:hover li ul,
ul.sfg-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sfg-menu li li li:hover ul,
ul.sfg-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sfg-menu {
	float:			left;
}
.sfg-menu a {
  border: 0;
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		 9px 25px 9px 0;
	text-decoration:none;
	color:#E20612;
}


.sfg-menu a:visited {
  border: 0;
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		 10px 25px 9px 0;
	text-decoration:none;
	color:#E20612;
}	
	
	
.sfg-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color:#E20612;
	/*font-weight:    bold;*/
	font-size:10px
}
.sfg-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#da0f00;
}

.sfg-menu li li a, .sfg-menu li li li a{
	color:black;
	padding:0.3em 1em 0.3em 0
}


.sfg-menu li li a:visited, .sfg-menu li li li a:visited{
	color:black;
	padding:0.3em 1em 0.3em 0
}

.sfg-menu li li a i, .sfg-menu li li li a i {
	display:none
}
.sfg-menu a:hover, .sfg-menu a:active { text-decoration:underline}
.sfg-menu a:active { text-decoration:underline; color:#e20612;}

.sfg-menu li.noBack {background:white}
.sfg-menu ul li:hover, .sfg-menu ul li.sfHover,
.sfg-menu ul li a:focus, .sfg-menu ul li a:hover, .sfg-menu ul li a:active {
outline:		0;
}
/*** arrows **/
.sfg-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 */
.sfg-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sfg-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sfg-menu ul a:focus > .sf-sub-indicator,
.sfg-menu ul a:hover > .sf-sub-indicator,
.sfg-menu ul a:active > .sf-sub-indicator,
.sfg-menu ul li:hover > a > .sf-sub-indicator,
.sfg-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 {
	border:3px solid black;
	background:white;
	padding: 0 2px 6px 2;
}
.sf-shadow ul a { padding:0.3em 1em 0.3em 0; color:#E20612}
.sf-shadow ul a:hover{ text-decoration:underline}
.sf-shadow ul.sf-shadow-off {
	background: white;
}
li.sf-search {
  float: right;
  background:black
}
body.gg_category3 li.sf-search{
background:#E20612;
}

li.sf-search input {
  padding:5px 3px 4px 3px;
  border:none;
  padding-left: 20px;
  width:116px;
  color:#cfc6c6;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  background:white url('../img/block-search.gif') no-repeat left center;
}