/*Son of Suckerfish 
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/

/*
#nav li.toplevel
{
	background-image: url(leaf.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 11px;
}
*/
#nav li.toplevelseperator
{
	padding-top: 2px;
}

#nav, #nav ul {
/* moved the float to a container	float: left;*/
/*	font-size-adjust:.50;*/
/*	width: 50em;*/
	list-style: none;
	line-height: 1.5em;
/*
	background: white;
	font-weight: bold;
*/
	padding: 0;
/*
	border: solid #eda;
	border-width: 1px 0;
*/
	margin: 0;
}

#nav a, #nav img {
	display: block;
/*
	width: 7em;
    w\idth: 3.5em;
*/
/*
	color: #7C6240;
	text-decoration: none;
*/
	padding: 0.25em .3em;
}

#nav li li, #nav li li a {
	width: 100%;
}

#nav li li a.hasChildren {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
    list-style: none;
	float: left;
/*
	padding: 0;
	width: 10em;
*/
}

#nav li ul {
	position: absolute;
	z-index: 10;
	left: -999em;
/*	height: auto;*/
	width: 14.4em;
	background:#999999 none repeat scroll 0 0;
/*
	w\idth: 10.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
*/
}

/*
#nav li li {
	padding-right: .25em;
	width: 10.5em
}
*/

/*
#nav li ul a {
	width: 13.5em;
	w\idth: 8em;
}
*/

#nav li ul ul {
	margin: -1.65em 0 0 10.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, 
#nav li.hover ul ul, #nav li.hover ul ul ul, #nav li.hover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, 
#nav li.hover ul, #nav li li.hover ul, #nav li li li.hover ul, #nav li li li li.hover ul {
	left: auto;
}

/*
#nav li:hover, #nav li.hover {
	background: #eda;
}
*/


