
/*** ESSENTIAL STYLES ***/
.sf-contener {
		float:left;
  clear: both;
  width:960px;
		margin:0px;
		padding:0px;
	font-weight:bold;
}
.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
}
.sf-menu, .sf-menu * {
		margin:0px;
		padding:0px;
	list-style:		none;
}

.sf-menu {
  width:950px;
  float:left;
  height: 33px;
		margin:0px;
		padding:0px 0px 0px 10px;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			20em;  left offset of submenus need to match (see below) */
	width:		600px;
}
.sf-menu ul li {
	/*width:			100%; */
	float:left;
	width:200px;
	font-weight:normal;
			
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	z-index:100;
}
.sf-menu li {
	float:			left;
	position:		relative;
		z-index:100;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:     #282c2f;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.7em; /* match top ul list item height */
	z-index:		99;
}
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 a {
  border: 0;
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		 12px 25px 9px 0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#da0f00;
}

.sf-menu li li {
	background:		#333;/*#AABDE6;*/
}
.sf-menu li li li {
	background:		white;/*#9AAEDB;*/
}
.sf-menu a:hover, .sf-menu a:active { text-decoration:underline}
.sf-menu a:active { text-decoration:underline; color:#ccc}

.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 {
/*background:white url('../img/texture.gif');*/
background-color:#999999;	
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.25em; /* 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:			1.2em;
	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-menu  ul a { padding:3px 5px;}
.sf-menu  ul a:hover{ text-decoration:none}




li.sf-search {
	float: right;
	height: 27px;
	width: 410px;
	margin-top:3px;
	padding-top:3px;
}
#header li.sf-search #searchbox label {float:left; padding-top:5px; width:140px;}
#header li.sf-search #searchbox #search_query  {display:inline; width:200px; padding:3px 5px;}
#header li.sf-search #searchbox #topsearch_button {display:inline; width:31px; height:23px; background:transparent url(../img/button_search.gif) no-repeat 0px 0px; border:none;}

/*
*** shadows for all but IE6 ***
.sf-shadow ul {
	background:	url('../img/texture.gif');
	padding: 0 6px 6px 0;

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




#searchbox input#search_query  {display: inline; width:200px; padding:3px 5px;}
#searchbox label {display:inline-block; padding-top:5px; width:140px;}
#search_button {display: inline;}


#header #search_block_top {
	float: right;
	height: 28px;
	width: 435px;
	padding-right:50px;
	background-color:#00CC00
}
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top label {
	float: left;
	width: 150px;
	height: 18px;
	padding-top:5px;
	display: block;
}
#header #search_block_top input#search_query { width:200px; padding:3px 5px;}

/* block left column "Quick search" */

