.sf_navigation{
	margin: 3px auto 0 auto;
	width:360px;
        padding-left:5px;
        clear: both;
	height: auto !important;
}
.sf_navigation ul{
	margin: 0;
        background:#9B0504;
	list-style-type: none;
	padding: 0px 0px 0px 0px
	height: auto !important; height: 16px;
	clear: both;
}

.sf_navigation ul li{
	float: left;
        background:#9B0504;
        border-right:1px solid #FFF;
	white-space:nowrap;
	height: 12px;
        width: auto !important; width: 5px; /*for IE*/
}
.sf_navigation ul li a{
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	display: block;
	font-size:10px;
        background:#9B0504;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
	color: #fff;
	float: left;
	
}
