.search{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color:#ccc;
	width:160px;
	height:20px;
	font-size:11px;

}

.menutab{ 
    background-image:url(images/menubg.gif);
    height:27px;
	border-left:#292929 solid 1px;
	border-right:#292929 solid 1px;
	border-bottom:#292929 solid 1px;
	border-top:#292929 solid 1px;}
.leftab{ 
    background-image:url(images/bg1.jpg);
    }	
.menu{
	margin: 0 ;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	list-style: none;
	position: relative;
	padding: 0;
	list-style: none;
	text-align:center;
	padding-left:30px;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 5px 0 12px; /*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 15px; /*Padding of menu items*/
}

.menu li.current a, .menu li a:hover{
	color: #fff;
	background: url(images/menu_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration:none;
}

.menu li.current a b, .menu li a:hover b{
	color: #fff;
	text-decoration:none;
	background: url(images/menu_right.gif) no-repeat right; /*right tab image path*/
}