/***************************************************************************************/
/***********************************  HEADER  **************************************/
/**************************************************************************************/

#header_wrap {
	background: #88c01d url('../img/header_bg.gif') 0px 0px repeat-x;
	height: 150px;
	width: 100%;
}

#header_wrap #header {
	background: transparent url('../img/header_spotlight.png') 0px bottom no-repeat;
	height: 121px;
	margin: 0px auto;
	padding-top: 29px;
	width: 980px;
}

#header_wrap #header #h_logo {
	background: transparent url('../img/header_logo.png') 0px 0px no-repeat;
	border-bottom: 0px;
	float: left;
	height: 92px;
	display: block;
	text-indent: -9999px;
	width: 238px;
}

#header_wrap #header #h_ad {
	float: right;
}

/**************************************************************************************/
/************************************  MENU  ***************************************/
/*************************************************************************************/

#menu_wrap {
	background: transparent url('../img/menu_bg.png') 0px 0px repeat-x;
	height: 49px;
	position: relative;
	width: 100%;
	z-index: 1;
}

#menu_wrap #menu {
	font-size: 20px;
	height: 37px;
	letter-spacing: 1px;
	line-height: 37px;
	list-style-type: none;
	margin: 0px auto;
	width: 980px;
}

#menu_wrap #menu > li {
	background: transparent url('../img/menu_separator.png') 0px 6px no-repeat;
	color: #fff;
	display: block;
	float: left;
	text-shadow: 0px 1px 0px #16608b;
	padding: 0px 29px;
	position: relative;
}

#menu_wrap #menu > li:first-child {
	background: transparent;
}

#menu_wrap #menu > li a {
	border: 0px;
	color: #fff;
}

#menu_wrap #menu > li form {
	display: inline;
}

#menu_wrap #menu > li input[type=text] {
	background: transparent url('../img/menu_search.png') 0px 0px no-repeat;
	color: #4d4d4d;
	font: normal normal normal 16px/30px "Delicious", sans-serif;
	height: 30px;
	margin-top: 4px;
	padding: 0px 5px 0px 30px;
	position: absolute;
	right: -152px;
	top: 0px;
	width: 132px;
}

#menu_wrap #menu > li ul {
	background: #16608b url('../img/menu_submenu_bg.gif') 0px 0px repeat;
	border: 1px solid #16608b;
	border-top: 0px;
	display: none;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	list-style-type: none;
	left: 0px;
	position: absolute;
	.top: 37px;
	padding-bottom: 5px;
	width: 100%;
}

#menu_wrap #menu > li:hover ul {
	display: block;
}

#menu_wrap #menu > li ul li {
	padding: 0px 10px;
}

#menu_wrap #menu > li ul li a {
	border-bottom: 1px dotted #fff;
}

#menu_wrap #menu > li ul li a:hover {
	border: 0px;
}
