﻿/* original was stickyheader.css from Just Search - but without the jscript, it's not really sticky, so I renamed it */
/* seems to be derived from http://www.htmldog.com/articles/suckerfish/dropdowns/ and http://msyk.es/blog/suckerfish-drop-down-menu-improved/ */
/* modified by -Jc. 01-07-2014 */

#top-nav, #top-nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	margin: 0 auto;
    z-index:9999;
}

#top-nav a {
	display: block;
	width: auto;
	padding-left:5px;
	padding-right: 20px;
	height: 33px;
	line-height:33px;
	color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

#top-nav li {
	float: left;
	width: auto; 
	background-color: #c92021;
    text-align:left;
}

#top-nav li ul { 
	position: absolute;
	width: 165px;
	left: -999em;
	color: #fff;
    text-decoration: none;
}

#top-nav li ul li{
	width:165px; 
	background-color:#c92021;
}

#top-nav li ul li a{
	height: 25px;
	line-height: 25px;
}

#top-nav li ul li a{
	width:140px;
}

#top-nav a:hover{
	background-color:#ba1010;
}

#top-nav li ul ul { 
	margin: -2em 0 0 13.3em;
}

#top-nav li:hover ul ul, #top-nav li:hover ul ul ul, #top-nav li.sfhover ul ul, #top-nav li.sfhover ul ul ul {
	left: -999em;
}

#top-nav li:hover ul, #top-nav li li:hover ul, #top-nav li li li:hover ul, #top-nav li.sfhover ul, #top-nav li li.sfhover ul, #top-nav li li li.sfhover ul {
	left: auto;
}