/* CSS Document */
/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
.menu9{
	position:relative;


	*background:url(menu9_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:98%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	background-image: url(../imagens/BASS_17.jpg);
	background-repeat: repeat-x;
}
.menu9 li{
	float:left;
}
.menu9 li a{
	float:left;
	display:block;
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 18px;
	height:46px;
	line-height:46px;
	text-align:center;
	cursor:pointer;
}
.menu9 li a b{
	float:left;
	display:block;
	padding:0 36px 0 18px;
}
.menu9 li.current a{
	color:#fff;
	background:url(menu9_hover_left.png) no-repeat;	
	*background:url(menu9_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menu9 li.current a b{
	color:#fff;
	background:url(menu9_hover_right.png) no-repeat right top;	
	*background:url(menu9_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menu9 li a:hover{
	color:#fff;
	background:url(menu9_hover_left.png) no-repeat;
	*background:url(menu9_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menu9 li a:hover b{
	color:#fff;
	background:url(menu9_hover_right.png) no-repeat right top;
	*background:url(menu9_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
