.menub{
	position:relative;
	padding:0 0 0 0px;
	margin:0 0 0 0;
	background:url(../images/menub_bg.gif) repeat-x;
	height:46px;
	list-style:none;
	width:100%;
}
.menub li{
	float:left;
}
.menub li a{
	float:left;
	display:block;
	color:#000000;
	text-decoration:none;
	padding:0 0 0 18px;
	height:46px;
	line-height:46px;
	text-align:center;
	cursor:pointer;	
}
.menub li a b{
	float:left;
	display:block;
	padding:0 36px 0 18px;
}
.menub li.current a{
	color:#fff;
	background:url(../images/menub_hover_left.gif) no-repeat;
	background-position:left;
}
.menub li.current a b{
	color:#fff;
	background:url(../images/menub_hover_right.gif) no-repeat right top;
}
.menub li a:hover{
	color:#fff;
	background:url(../images/menub_hover_left.gif) no-repeat;
	background-position:left;
}
.menub li a:hover b{
	color:#fff;
	background:url(../images/menub_hover_right.gif) no-repeat right top;
}

