/* CSS Document */
/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
.menu9{
	position:relative;
	padding:0 0 0 0;
	margin:-8px 0 0 0;
	background:url(images/menu9_bg.png) repeat-x;






	*background:url(images/menu9_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:100%;
}
.menu9 li{
	float:left;
}
.menu9 li a{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:10px;
	font-weight:bold;
	height:46px;
	line-height:40px;
	text-align:center;
	margin-left: 5px;
	padding: 0 0 0 8px;
}
.menu9 li a b{
	float:left;
	display:block;
	padding:0 10px 0 5px;
}
.menu9 li.current a{
	color:#fff;
	background:url(images/menu9_hover_left.png) no-repeat;	
	*background:url(images/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(images/menu9_hover_right.png) no-repeat right top;	
	*background:url(images/menu9_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menu9 li a:hover{
	color:#fff;
	background:url(images/menu9_hover_left.png) no-repeat;
	*background:url(images/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(images/menu9_hover_right.png) no-repeat right top;
	*background:url(images/menu9_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
