#nav {
        background: url(/images/top_nav_bkgd.gif) repeat-x bottom;
        border: 1px solid #5fa9c2;
	border-bottom: none;
	height: 30px;
	margin:  -4px 4px 0 4px;
	padding: 0;
}

#nav ul {
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	margin: 0 50px;
	text-align: center;
	width: inherit;
}

#nav a {
	border: none;
	color: #77390f;
	display: block;
	text-decoration: none;
	padding: 4px 20px;
}

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

#nav li {
        background-color: transparent;
        border-left: 1px solid #fff;
        border-right: 1px solid #a3cfea;
	float: left;
	list-style: none;
	padding: 0;
	text-align: center;
}

#nav li a:hover {
	background: #fff;
}

#nav li ul {
	background: transparent;
        border: 1px solid #5fa9c2;
	font-weight: normal;
	height: auto;
	left: -999em;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
}

#nav li li {
        background: #bde4f5;
        border: 1px solid #5fa9c2;
	border-bottom: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#nav li ul a {
        color: #316f8a;
	font-size: 80%;
}

#nav li ul a:hover {
	background: #fff;
	font-weight: bold;
}

#nav li ul ul {
	margin: 0 0 0 160px;
	position: absolute;
	top: 24px;
}

#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: #fff;
}

#navLeft a {
	border: 0;
        border-right: 1px solid #a3cfea;
	width: 0;
}

#navRight a {
	border: none;
	/*border-left: 1px solid #fff;*/
	width: 1px;
}
	
#navRight a:hover, #navLeft a:hover {
	background: none;
}

.menuindent {
        margin-left: 20px;
}


