﻿.menu_main
{
	height: 55px;
	background: url(../../../../images/controls/menu/bg.png);
	width: 100%;
	position:relative; z-index:500;
}
.menu_item
{
	width: 156px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	text-align: center;
	float: left;
	color: White;
	cursor:pointer;
}

.SearchAndDeals
{
	width:100%;
	
	
}


.menu_item a
{
	cursor:pointer;
}
.menu_item:hover
{
	background: url(../../../../images/controls/menu/itemOver.png);
}
.menu_tab
{
	width: 156px;
	height: 54px;
}
.menu_tab0
{
	background: url(../../../../images/controls/menu/tab0.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_tab1
{
	background: url(../../../../images/controls/menu/tab1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_tab2
{
	background: url(../../../../images/controls/menu/tab2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_tab3
{
	background: url(../../../../images/controls/menu/tab3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_tab4
{
	background: url(../../../../images/controls/menu/tab4.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu_tab5
{
	background: url(../../../../images/controls/menu/tab5.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.menu_sep
{
	background: transparent url(../../../../images/controls/menu/separator.png) repeat scroll 0 0;
	float: left;
	height: 35px;
	margin-top: 11px;
	width: 2px;
}
.menu_search
{
float:right;
height:35px;
}

.menu_search .input150
{
	 margin-top:16px;  float:left;
	 height:16px;
	 width:140px;
}
.menu_search .btn 
{
float:left;
margin-left:5px;
margin-top:14px;
}