#header_menu
{
	width: 920px;
	margin: 0 auto;
	height: 33px;
	background: #fff url(../img/menubar_main_back.png) repeat-x;
}

#header_bar
{
	background: #fff url(../img/menubar_main_back.png) repeat-x;
}

#header_menu ul
{
	float: left;
	margin: 0;
	margin-left: 20px;
}

#SearchForm
{
	color: #4391BD;
	z-index: 9;
	display: inline;
	float: right;
	height: 33px;
	position: relative;
	width:148px;
}

#SearchForm div
{
	background: transparent url(../img/SearchBox.png) no-repeat scroll 0 50%;
	height: 33px;
	width: 126px;
	float:left;
}

#SearchForm input.Textbox 
{
	background-color: transparent;
	border: 0 none;
	font-size: 14px;
	height: 18px;
	width: 106px;
	vertical-align: middle;
	margin-top: 8px;
	margin-left: 10px;
	float:left;
}


#SearchForm input.searchbtn {
background:transparent url(../img/buttons/search.png) no-repeat;
display:block;
height:22px;
text-decoration:none;
width:22px;
float:right;
border:0px;
margin-top:5px;
}

#SearchForm input.searchbtn:hover {
background:transparent url(../img/buttons/search-hover.png) no-repeat;
}

#header_menu li
{
	border-right: 1px solid #7ba7b9;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#header_menu .Catalog
{
	background: transparent url(../img/menubar_catalog_back.png) repeat;
	border-left: 1px solid #7ba7b9;
}
#header_menu .Catalog a
{
	color: #5549b8;
}

#header_menu .Selected
{
	background: transparent url(../img/menubar_selected.png) repeat;
}
#header_menu .Selected a
{
	color: #3c3c3e;
}

#header_menu .NotSelected
{
	background: transparent url(../img/menubar_notselected.png) repeat;
}
#header_menu .NotSelected a
{
	color: #fff;
}

#header_menu li a
{
	color: #fff;
	display:block;
	float:left;
	height:27px;
	padding:6px 15px 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
}

