#menu {
display: block;
width: 910px;
height: 50px;
background: url(menu/dolphin_bg.gif) repeat-x;
margin: 0px 0 0 0;
position: relative;
z-index: 10;
}

#menu ul {
position: absolute;
top: 0;
left: 0px;
height: 50px;
}

#menu ul li {
position: relative;
}

#menu ul li, #menu ul li a {
float: left;
display: block;
}

#menu ul li a {
text-decoration:none;
height: 30px;
line-height: 30px;
color: #fff;
font-weight: bold;
font-size:15px;
padding: 0 10px 0 10px;
background: url(menu/menu_l.png) no-repeat right;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
color: #297eb9;text-decoration:none;
}
#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: #FFD200;

}
#menu u ul li a:hover {
color: #297eb9;
}

/* sub menu style */
#menu ul ul {
display: none;
position: absolute;
top: 30px;
left: -1px;
background:url(menu/m1.gif);
padding: 5px 5px 0px 5px;
border-top: 0;
height: auto;
width: 190px;

}

#menu ul ul li {
float: none;
display: block;

position: static;
}

#menu ul ul li a {
float: none;
font-weight: bold;
color: #fff;
height: 32px;
line-height: 22px;

padding: 5px 5px 0 5px;

text-decoration:none;
}
.cat-item{ margin-top:-3px;}
.searchform {
	position: absolute;
	top: 10px;
	bottom: 5px;
	right: 15px;
	height: 20px;
	border:0px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 133px;
	height: 15px;
	background: url(menu/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	background-color:#fff;
	padding: 3px 3px 2px 3px;
}

.searchbutton {
	width: 40px;
	height: 20px;
	color:#fff;
	background: url(menu/searfch_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(menu/searfch_go.png) no-repeat bottom}