/* CSS Document */
/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
.menu9{
	position:relative;
	padding:0 0 0 0px;
	margin:0 auto 0 auto;
	background:url(menu9_bg.png) repeat-x;
	*background:url(menu9_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:100%;
}
.menu9 li{
	float:left;
	padding-left:5px;
}
.menu9 li a
{
    float: left;
    display: block;
    color: #CCCCCC;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;
    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 */
}


