/* CSS Document */
/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
.menub{
	position:relative;
	padding:0 0 0 34px;
	margin:0 0 0 27px;
	background:url(../images/bkg-nav_ctr.jpg) repeat-x;
	height:45px;
	list-style:none;
	width:910px;
}
.menub li{
	float:left;
}
.menub li a{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:  tahoma, arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0 0 0 18px;
	height:45px;
	line-height:45px;
	text-align:center;
	cursor:pointer;	
}
.menub li a b{
	float:left;
	display:block;
	padding:0 26px 0 10px;
}
.menub li.current a{
	color:#000;
	background:url(../images/bkg-nav_lft.jpg) no-repeat;	
	background-position:left;
}
.menub li.current a b{
	color:#000;
	background:url(../images/bkg-nav_rt.jpg) no-repeat right top;	
}
.menub li a:hover{
	color:#000;
	background:url(../images/bkg-nav_lft.jpg) no-repeat;
	background-position:left;
}
.menub li a:hover b{
	color:#000;
	background:url(../images/bkg-nav_rt.jpg) no-repeat right top;
}


