#menu{
	background-image: url("../images/menu_back.png");
    height: 39px;
    margin-bottom: 6px;
	float:left;
	width:703px;
}

.main_links, .other_links{
	list-style:none;
	margin:0;
	padding:0;
}

.other_links li, .main_links li{
	text-align:center;
	vertical-align:middle;
	line-height:33px;
	height:39px;
	color:#fff;
	font-size:11px;
	display:inline-block;
	list-style-type:none;
}
.other_links li a, .main_links li a{
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	padding: 3px 46px 0;
	color:#fff;
}
.main_links li{
	background-position:right;
	float:left;
}
.other_links li{
	background-position:left;
	float:right;
}
.main_links li a:hover, .other_links li a:hover{
	cursor:pointer;
	color:#afcf67;
}

#search_div{
	width:200px;
	padding-right:20px;
	position:relative;
	top:9px;
}

#search{
	width:150px;
	height:16px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px 2px 2px 4px;
	margin:0;
	float:right;
	display:inline;
	border-right:#FFF;
}

#search_button{
	background:url(../images/search_button.png) no-repeat scroll 0 0 transparent;
	width:22px;
	height:22px;
	border:none;
	padding:0;
	margin:0 0 0 0px;
	float:right;
	display:inline;
}
#search_button:hover{
	background:url(../images/search_button.png) no-repeat scroll 0 -22px transparent;
	cursor:pointer;
}

#menu img{
	margin-bottom:-2px;
	margin-left:-15px;
	margin-right:10px;
}