#stylefour {
		position:relative;
		display:block;
		height:47px;
		font-size:11px;
		font-weight:bold;background:transparent url(../images/bgOFF.gif) repeat-x top left;
		font-family:Arial,Verdana,Helvitica,sans-serif;
}

#stylefour ul{
		margin:0;
		
		padding:0;
		
		list-style-type:none;	
		width:auto;
}

#stylefour ul li{ 
			display:block;
		  	float:left;
		  	margin:0;
}

#stylefour ul li a{ 
		    	display:block;
		    	float:left;color:#FFFFFF;
		   	text-decoration:none;
		   	padding:15px 35px 0 34px;
		   	height:34px;
		    	background:transparent url(../images/off_hover.jpg) no-repeat top right;
}

#stylefour ul li a:hover,#stylefour ul li a.current{ 
							color:#75baf5;
						     	background:#fff url(../images/on_hover.jpg) no-repeat top right;

}

body.current #stylefour ul li a:hover,#stylefour ul li a.current{ 
							color:#75baf5;
						     	background:#fff url(../images/on_hover.jpg) no-repeat top right;

}

#dropmenudiv{
width:204px;
position:absolute;
border-bottom-width: 0;
font:normal 11px Arial,Verdana,Helvitica,sans-serif;
line-height:18px;
z-index:100;
background:url(../images/drop_down_bg.jpg) bottom center no-repeat;;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
}

#dropmenudiv a:hover{ 
background-color: #ffffff; color:#00396b;
}