#menu {
	position:absolute;
	top:25px;
	left:308px;
	background-image:url(../img/menu_bg_1.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	z-index:100;
}
#menu .start {
	position:absolute;
	left:0;
	z-index:3;
	display:block;
	width:6px;
	height:41px;
	float:left;
	background-image:url(../img/menu_start.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#menu .end {
	position:absolute;
	right:0;
	z-index:3;
	display:block;
	width:6px;
	height:41px;
	float:left;
	background-image:url(../img/menu_end.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#menu h2 {
	display:block;
	position:relative;
	height:39px;
	float:left;
	padding:0;
	background-image:url(../img/menu_bg_1.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:11px;
	line-height:14px;
	border:1px solid #81a801;
	border-width:1px 0 1px 1px;
	text-transform:uppercase;
}
#menu h2.sIFR-replaced {
	cursor:pointer;
	height:28px; /* 39 */
	padding:11px 20px 0 20px;
}

#menu h2:hover, #menu h2.open {
	background-image:url(../img/menu_bg_2.jpg);
}

#menu h2 a { /* not sifr */
	font-size:11px;
	line-height:14px;
	display:block;
	position:relative;
	height:100%;
	text-decoration:none;
	padding:11px 0 0 0;
	font-size:11px;
	line-height:14px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	width:152px;
	text-align:center;
}

#submenu {

}
#submenu .btn {
	margin:3px 0 0 0;
}
#submenu .btn a {
	background-image:url(../img/submenu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#submenu .btn a:hover {
	background-image:url(../img/submenu_hover.jpg);
}
#submenu .btn a { font-weight:bold; }
#search {
	position:relative;
	display:block;
	height:39px;
	padding:0 10px 0 0;
	border:1px solid #c96e13;
	border-width:1px 0 1px 1px;
	float:left;
	background-image:url(../img/menu_bg_search.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#search input {
	margin:0;
	padding:0;
	border:none;
}
#search input.submit {
	position:absolute;
	left:-14px;
	top:0px;
}
#search span {
	display:block;
	float:left;
	background-image:url(../img/search_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:100px;
	height:23px;
	padding:0;
	margin:7px 0 0 17px;
}
#search span input {
	width:92px;
	height:17px;
	padding:4px 4px 2px 4px;
	background-color:transparent;
}
