.horizontal {
	display:block;
	width: 675px;
	height: 25px;
	float:right;	
}

.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.horizontal ul li a {
	display: block;
	height: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 9px;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	color: #715942;
	text-decoration: none;
	font-weight:bold;
}


.horizontal ul li a:hover
{
    color:#282525;
}

.sep
{
    float:left;
    height:29px;
    width:2px;
    background-image:url(../images/sep.gif);
    background-position:center;
    background-repeat:no-repeat;
}