#menu {
	display: block;
	width: 1000px;
	height: 40px;
	background: #70f9b4;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
}

#menu ul {
	position: absolute;
	top: 0;
	left: 5px;
	height: 40px;
}

#menu ul li {
	position: relative;
}

#menu ul li, #menu ul li a {
	float: left;
	display: block;
}

#menu ul li a {
	height: 45px;
	line-height: 40px;
	color: #fff;
font-size:14px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(img/menu_l.png) no-repeat right;
	text-decoration: none;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#menu ul li.current-cat ul li a {
	color: #76b5e2;
}
#menu ul li.current-cat ul li a:hover {
	color: #76b5e2;
}
#menu ul li a:hover {
	color: #76b5e2;
}
#menu u ul li a:hover {
	color: #76b5e2;
}

/* sub menu style */
#menu ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background: #fff;
	padding: 5px 5px 10px 5px;
	border: 1px solid #ccc;
	border-top: 0;
	height: auto;
	width: 190px;
}

#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #1d568c;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eee;
	background: none;
}

/* Search form fo header area */
.searchform{
	position: absolute;
	left: 800px;
	top: 11px;
	height: 20px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 133px;
	height: 15px;
	background: url(img/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #76b5e2;
	padding: 3px 3px 2px 3px;
}

.searchbutton {
	width: 40px;
	height: 20px;
	background: url(img/search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(img/search_go.png) no-repeat bottom}