/* header */

#horizontal-menu-wrapper {
	background-color: #008fbb;
	background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4DBCE9),color-stop(1, #008fbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #4DBCE9, #008fbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6–IE9 */
}

#header > ul > li > a {
	text-decoration: none;
	font-weight: normal;
	color: #222222;
	color: #fff;
}
#header > ul > li:hover > a {
	color: #fff;
}
#header > ul > li > a.current {
	background-color: #000;
	color: #fbfbfb;
}
#header .main-pages {
	margin-left: 10px;
	float: left;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 900;
}
#header ul li {
	position: relative;
	float: left;
}
#header .main-pages li ul {
	display: none;
	color: #ababab;
	position: absolute;
	top: 40px;
	width: 100%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #000;
	background-image: -moz-linear-gradient(top, #000000, #222222); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #222222)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#000000, #222222); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #000000, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#222222'); /* IE6–IE9 */

	background-color: #008fbb;
	background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4DBCE9),color-stop(1, #008fbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #4DBCE9, #008fbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6–IE9 */



}
#header .main-pages li ul {
	width: auto;
	left: 5px;
	padding-bottom: 5px;
}
#header .main-pages li ul li {
	display: block;
	float: none;
	white-space: nowrap; 
}
#header .main-pages li ul li a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0 10px 5px 10px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	white-space: nowrap; 
}
#header .main-pages li ul li a:hover {
	text-decoration: underline;
	color: #D1E751;
	color: #ddd;
}
#header .main-pages li.kids:hover > a {
	background-color: #000;
	background-color: #4DBCE9;
}
#header .main-pages li:hover ul {
	display: block;
}





/*

#filter input[type=text], #filter input[type=password], #filter textarea {
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 14px;
	color: #07637a;
	width: 368px;



	border: solid 1px #d5d3be;
	width: 60%;

	height:24px;
	padding: 3px;


}
#filter label {
	width: 100px;
	display: inline;
	font-weight: normal;
	font-size: 14px;
	padding-right: 20px;

	border: solid 0px #d5d3be;

	float:left;
	display:block;
	width: 20%;
	text-align: right;
	line-height:32px;
	padding-right: 10px;
}

#filter div.input {
	padding: 0px;
}

#filter input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
#filter form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), to(#808080));
	background-image: -webkit-linear-gradient(top, #DCDCDC, #808080);
	background-image: -moz-linear-gradient(top, #DCDCDC, #808080);
	border-color: #808080;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
#filter form .submit input[type=submit]:hover {
	background: #5BA150;
	background: #808080;
}
*/