﻿.sfNav, .sfNav ul {
	margin: 0 !important;
    padding: 0 !important;
    float: left;
}

.sfNav li {
    list-style: none;
	float: left;
    display: block;
}

.sfNav li a {
    font-size: 80%;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
	display: block;
    text-decoration: none;
    padding: 7px 20px;
    border-right: solid 1px #333;
    height: 15px;
}

nav .sfNav li a {
    height: 15px;
}

.sfNav li ul li a {
    text-transform: none;
}

.sfNav li a.level1 {
    /* [ CSS 3 Enhancements ] */
    border-right: none;
    color: #fff;
    text-shadow: none;
}

.sfNav li ul li:last-child a {
    /* [ CSS 3 Enhancements ] */
    border-radius: 0 0 10px 10px;
}

.sfNav li.level1 a:hover, .sfNav li.level1 a:focus, .sfNav li.level1 a.active, .sfNav li.level1 a.selected {
    color: #fc0;
}

.sfNav li ul { 
	position: absolute;
	background-image: url("../../images/shadow_bg_90.png");
	left: -999em; 
    min-width: 175px;
    /* [ CSS 3 Enhancements ] */
    border-radius: 0 0 10px 10px;
}

.sfNav li ul li {
    clear: both;
    width: 100%;
    float: none;
}

.sfNav li:hover ul,
.sfhover {
	left: auto !important;
}

.sfNav li.level0.first a {
    border-radius: 5px 0 0 0;
}
