
/* ------------------------------------
NAVIGATION
------------------------------------ */

.sf_navigation_top { display: none; }
.sf_navigation {
    clear: both;  
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
    padding-left: 0;
	width:100%;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.sf_navigation ul li a {
	height: 43px;
	margin: 0 0 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 43px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}


/* nav images and colors */

.sf_navigation {
	background-color: #fff;
	background-image: url(images/nav_bkgd_tile_1.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
	background-color: #fff;
	background-image: url(images/nav_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sf_navigation ul li a {
	color: #111;
	background-image: url(images/nav_right_edge_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sf_navigation ul li a:hover {
	color: #fff;
	background-image: url(images/nav_right_edge_hilite_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf_navigation ul li a:visited {
	color: #111;
	
}


#menu{position:absolute;margin-top:0px;background:url(images/nav_bkgd_tile_1.jpg) repeat-x left top;height:43px;width:798px;z-index:25;}
#menu a {text-decoration:none;}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#29577B;border-bottom:1px solid #000;padding:10px;margin:1px;margin-top:13px;margin-bottom:-13px;}

#menu ul:hover .item a{color:#fff;text-decoration:none;display:block;}
#menu ul:hover .item a:hover{color:#999;}

#menu ul{text-align:center;font-size:.8em;width:110px;float:left;margin:0px;padding:10px;background:url(images/nav_bkgd_tile_1.jpg);list-style:none;}
#menu ul:hover { background:url(images/nav_right_edge_hilite_1.jpg) repeat-x left top; }

.clear{clear:both;height:10px;}
