#menucontent {
        position: absolute;
        top:-34px;
        margin:0 auto;
        width:912px;
	clear:left;
	z-index:199;
}

#menucontent p, #menucontent span {
	padding:0;
	margin:0;
}

#menu{
        margin-top:0;
        margin-bottom:0;
        margin-left:auto;
        margin-right:auto;
        width:908px;
	height:18px;
	color: #999;
	background-color: #c4c4c4;
	border:2px solid #666f80;
        padding:4px 0px 4px 0px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
}

#nav, #nav ul {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	color: #666f80;
	background-color: transparent;
	width:908px;
}

/*
#nav a {
	display: block;
	text-decoration: none;
	text-align: left;
	background-color: #8c99af;
	color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
	margin:2px auto;
	padding:2px 2px;
}
*/
#nav li { /* main nav links */
	display: block;
	float: left;
	background-color: #c4c4c4;
	margin:0 14px;
	width: 101px;  /*must have width for opera */
/*	border: 1px solid #666f80; */
}

#nav li a {
	float: left;
	display: block;
	/*width: 101px;*/
	width: 115px;
	text-decoration: none;
	text-align: center;
	background-color: #8c99af;
	color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	padding:2px 0px;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 0;
}
#nav li a:hover {
	background-color: #666f80;
}

/* Items underneath menu must be cleared since these are floats */

#nav li ul { /* should be secondary menu dropdown */
	position: relative;
	width: 128px;
	display: none;
	top: 0px;
	height: auto;
	border-top: 0px solid #666f80;
	border-left: 2px solid #666f80;
	border-right: 2px solid #666f80;
	border-bottom: 2px solid #666f80;
	background-color: #c4c4c4;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
	margin: 0 -12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
}
#nav li li { /* secondary menu items */
	padding: 2px 0;
	width: 128px; 
	margin: 0 auto;
}


#nav li ul a { /* individual secondary menu item links */
	padding: 4px 2px;
	width: 116px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	background-color: #8c99af;
	color: #fff;
	margin: 0 4px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display: none;
}

#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 {
	display: block;
}

