#nav
{
	font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, Sans Serif;
	position: absolute;
	left: 0px;
	top: 69px;
	width: 750px;
	height: 20px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav ul {
	background: white;
	border: solid 1px #83daee;
	margin-right: 1px;
}

#nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.root
{
	background: url(../artwork/button.jpg);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	padding: 7px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}

#nav a.root:hover
{
    /* change the style of the root menu hover here */
}

#nav a.parent {
	width: .4em;
	background: url(../images/ico_right.gif) right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	top: 25px;
	left: -999em;
	height: auto;
	width: 14.9em;
	\width: 14.4em;
	w\idth: 14.4em;
	margin: 0;
	white-space: nowrap;
}

#nav li li {
	padding-right: 0em;
	width: 14.4em;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover 
{
    /* hover of root nav element */ 
}

#nav ul li:hover, #nav ul li.sfhover 
{
	background-color: #83daee;
}
