/* For more information on these menus look up "Suckerfish Menus" */

#nav, #nav ul {
	float: left;
	width: 550px;   /* width of nav bar*/
	list-style: none;
	line-height: 1;
	background: white;
        font-size: 10pt;
	padding: 0;
	border: solid #FEBB50;     /* main, sub, subsub,*/
	border-width: 0px 0;      /*controls main, only*/
	margin: 0 0 0px 2px;
}

#nav a {
        font-family: "Century Gothic", Century, Verdana, serif;
        font-size: 10pt;
        font-weight: 600;
	display: block;
	width: 91px;    /* main level only*/
	w\idth: 80px;
	color: #674CAD;             /*all the text -- the hover stuff overrides this*/
	text-decoration: none;      /*main, sub, subsub,*/
	padding: 2px 0px 2px 7px;        /* T R B L*/
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	color: #674CAD;             /*all the text -- the hover stuff overrides this*/
        font-family: "Century Gothic", Century, Verdana, serif;
        font-size: 10pt;
        font-weight: 600;
	float: left;
	padding: 0;
	width: 91px;   /*controls main, only -- spacing between main menu items*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;  /* box for subs */
	w\idth: 175px;
	font-weight: normal;
	border-width: 0.25em;   /* subs, subsubs */
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 165px;
}

#nav li ul a {
        font-family: "Century Gothic", Century, Verdana, serif;
        font-size: 10pt;
        font-weight: 300;
	width: 180px;        /* subs and subsubs -- approx box width minus left padding*/
	w\idth: 175px;
}

#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 {
	background: #FEBB50;               /* hover background color for all menu blocks */
}

#nav a:hover {       /* CK added not part of original styles */
    color:#01885E;   /* hover text color for all menu blocks */
}



/* CK This is some other stuff I have played with to fine tune but was not 
part of the original styles.  
#nav_container {font-size:9pt;}
#nav a:link, #nav a:visited, #nav a:active {background:#000000;color:#FFFFFF;}
#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active {background:#FFFFFF;color:#000000;}
#nav li ul a:hover {color:#FF0000;}
*/
