#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 40px 0 40px;
		   	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;
padding:8px 0 8px 0;*/
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;
}

#dropmenudiv .sub{
top-margin:15px;
font-size:11px;
line-height:14px;
border-bottom:none;

}

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

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

.sub a {
	margin-top:5px;
	margin-bottom:5px;
}
