#menu {
	display: block;
	width: 1000px;
	height: 30px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/menu.png) no-repeat;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
}

#menu ul {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	height: 30px;
	width: 975px;
}

#menu ul li {
	position: relative;
	float: left;
	display: block;
	text-transform: uppercase;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #adadad;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/menu_l.png) no-repeat right;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
	color: #000;
}
#menu ul li.current-cat ul li a {
	color: #555;
}
#menu ul li.current-cat ul li a:hover {
	color: #297eb9;
}
#menu ul li a:hover {
	color: #000;
}
#menu u ul li a:hover {
	color: #000;
}

/* sub menu style */
#menu ul ul {
	float: none;
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 5px 3px 10px 3px;
	border: 1px solid #ccc;
	border-top: 0;
	height: auto;
	width: 190px;
	z-index: 10;
	font-size: 0.9em;
	text-transform: uppercase;
	opacity: 0.85;
	filter: alpha(opacity = 85);
}

#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: #000;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 0 0 0;
	margin: 1px 0 0 0;
	background: none;
	border-bottom: 1px dotted #ddd;
}
#menu ul ul li a:hover {background: #eee;color:#000}

/* Search form fo header area */
.searchform{
	overflow: hidden;
	display: block;
	float: right;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	height: 20px;
	width: 145px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 85px;
	height: 15px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	padding: 3px 1px 2px 0px;
}

.searchbutton {
	width: 40px;
	height: 20px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/search_go.png) no-repeat bottom}