#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 15px 0 14px;
		   	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;
height:80px;
top-margin:2px;
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{
top-margin:2px;
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:ffffff;
border-top:dotted 1px #fff;
}

#dropmenudiv .sub{
top-margin:10px;

font-size:11px;
line-height:14px;
border-bottom:none;

}

#dropmenudiv .sub a {
border:none;
display:block;
padding-left:28px;
width:172px;
}

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