/********************************************************************************/
/* dhtml dropdown nav menu                                                      */
/*  - based on sons of suckerfish: http://www.htmldog.com/articles/suckerfish/  */
/********************************************************************************/

.navbar * {
    margin: 0;
    padding: 0;
    font-weight: bolder;
    color: white;
    line-height: 100% !important;
	z-index: 999 !important;
}
.navbar {
    position: absolute;
    left: 242px;
    top: 151px;
    font-size: 11px;
	z-index: 999 !important;
}

#staff_nav {
    position: absolute;
    left: 242px;
    top: 170px;
	z-index: 900 !important;
}

.navtop ul li {
	border: 2px solid #E3B413 !important;
}

#staff_nav .navtop {
    color: #5A383C !important;
}

#staff_nav .navtop a {
    font-weight:bold !important;
}

.navbar ul {
	height: 18px;
	list-style: none;
}

.navbar li {
	float: left;
}

.navbar ul ul, .navbar ul ul ul  {
	background-color: white !important;
}

.navbar a:link, .navbar a:visited {
	display: block;
	text-decoration: none !important;
	padding: 0.25em 1em;
	font-weight: normal;
}

.navbar li ul {
	border: 2px solid #E3B413 !important;
	position: absolute;
	left: -999em;
	height: auto;
	width: 18em;
	font-weight: normal;
}

.navbar li {
    height: 20px;
}

.navbar li li {
	width: 16em
}

.navbar li ul a {
	width: 16em;
	w\idth: 13em;
}

.navbar li ul ul {
	margin: -1.75em 0 0 16em;
}

.navbar a.daddy {
	background: url(/images/rightarrow2.gif) center right no-repeat;
}

.navbar li:hover ul ul, .navbar li:hover ul ul ul, .navbar li.sfhover ul ul, .navbar li.sfhover ul ul ul {
	left: -999em;
}

.navbar li:hover ul, .navbar li li:hover ul, .navbar li li li:hover ul, .navbar li.sfhover ul, .navbar li li.sfhover ul, .navbar li li li.sfhover ul {
	left: auto;
}
.navbar li:hover, .navbar li.sfhover {
	background: white;
}

.navbar li:hover *, .navbar li.sfhover *{
    color: #C42822;  /*	Text Links: #C42822 (red) */
}

a:hover {
	color: #6C904D !important; /*	Roll Over: #6C904D (green) */
}
