@font-face {
 font-family: MyCustomFont;
 src: url("../GOTHIC.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../GOTHIC.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyCustomFont2;
 src: url("../GOTHICB.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont2;
 src: url("../GOTHICB.ttf") /* TTF file for CSS3 browsers */
}


#stylefour{
	font-family: MyCustomFont;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	display:block;
	height:50px;
	background:transparent #fff repeat-x top left;

	
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}
#stylefour ul li{
	
	display:block;
	float:left;
	margin:0;
	border-right:0px solid #ccc;
	}

#stylefour ul li a{
	font-weight:bold;
	font-size:15px;
	display:block;
	float:left;
	/*color:##024071;*/
	text-decoration:none;
	padding:15px 20px 0 20px;
	height:30px;
	background:transparent #FFF no-repeat top right;
	margin-right:0px;
		border-right:0px dotted #006;
	margin-right:-1px;

	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#fff;
	background:#024071;
	}