/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation,
.sf_subnavigation,
.sf_subnavigation2 { display: none; }
.sf_navigation_top {
    clear: both;
    float: left;
    width: 100%;
}

.sf_navigation_top ul {
    margin: 0;
    height: auto !important; height: 1%;
    padding-left: 15px;
	list-style-type: none;
}

.sf_navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation_top ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.sf_navigation_top ul li a {
	height: 44px;
	margin: 0 0 0 1px;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	line-height: 44px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation_top ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}
