element.style {
width: 99%;
position: relative;
}
.menu9{
	position:relative;
	padding:0 0 0 15px;
	margin:0 auto 0 auto;
	background:url('../Images/menu9_bg.png') repeat-x;
	*background:url('../Images/menu9_bg.gif') repeat-x;/* for IE browser due to png hacks */
	height:50px;
	list-style:none;
	width:100%;
    top:110px;
    left: -2px;
}
.menu9 li{
	float:left;
}
.menu9 li a{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 18px;
	height:30px;
	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('../Images/menu9_hover_left.png') no-repeat;	
	*background:url('../Images/menu9_hover_left.gif') no-repeat;/* for IE browser due to png hacks */
	color:#0d0707;
	height: 40px;
	/*background-position:left top;*/
}
.menu9 li.current a b{
	/*color:#fff;
	height: 40px;
	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 */
	color:#0d0707;
}
.menu9 li.mouseout a
{
    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 */
	color:#0d0707;
	height: 40px;
	background-position:left top;
}
.menu9 li.mouseout a b
{
    height: 40px;
	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 */
	color:#0d0707;
}
.menu9 li a:hover{
	color:#fff;
	height: 40px;
	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 top;
	
}
.menu9 li a:hover b{ 
	color:#fff;
	height: 40px;
	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.active {
        color:#fff;
	    height: 150px;
	    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 top;
        }
        
        .menu9 li a.active b{
      color:#fff;
	height: 150px;
	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 */
	
        }
        
.text {
	width: 100px;
	height: 100px;
	margin-left: 150px;
	margin-top: -120px;
	background-color: #F7C793;
}
.image {
	background-color: #F7C793;
	width: 100px;
	height: 100px;
	margin-left: -100px;
	margin-top: 30px;
}
