/*///http://www.htmldog.com/articles/suckerfish/dropdowns////////*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 1px;
}

#nav a {
	display: block;
	/*width: 11em;*/
	color:#FFFFFF;
	text-decoration:none;
	padding-top:.25em;
	padding-bottom:.50em;
	padding-left:.25em;
	
}
#nav a:hover {
	text-decoration:underline;
	background:#666666;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	background:#bababa;
	border:#FFFFFF 1px solid;
	margin-right: .25em;
	/*padding-right: .25em;
	padding-bottom: .25em;*/
}
#nav #fourth {
	width: 12em;
}
#nav #fifth {
	width: 10em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#bababa;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration:underline;
	background:#666666;
}

#nav ul li, #nav ul li a {
	width:17em;
}
#user-nav {
	padding: 0px;
	width: 100%;
	float:left;
	border:#DFDFDF 1px solid;
	margin-bottom: 25px;
}
#site_navigation {
	width: 100%;
        list-style: none;
        line-height: 1;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
	padding-bottom: 5px;
}

#site_navigation li {
	float: left;
	list-style: none;
        margin-right: 50px;
	width: auto;
}

#site_navigation a {
        display: block;
        text-decoration:none;
        padding-left: 25px;
}

#site_navigation a:hover {
        text-decoration:underline;
}
