#top { /* secondary menu */
	width:880px;
	float:left;
	background-color:#618cba;
	padding:0 10px;
	margin:5px 0 1px 0;
	}
#sec_menu {
	float:right;
	font-size:85%;
	font-weight:bold;
	padding:1px 0;
	color:#fff;
	}
#sec_menu a {
	color:#fff;
	text-decoration:none;
	}
#sec_menu a:hover {
	color:#fff;
	text-decoration:underline;
	}

#bannerad {  /* --- banner ad --- */
	width:780px;
	height:90px;
	float:left;
	background-color:#fff;
	margin:5px 60px;
	}

#calocbanner { /* --- caloc banner --- */
	width:900px;
	height:125px;
	float:left;
	margin:0 0 2px 0;
	color:#000;
	background-color:#fff;
}

#menuarea {  /* --- drop down menu--- */
	font-size:small;
	font-family:arial, helvetica, sans-serif;
	width:900px;
	float:left;
	background:#fff;
	margin:0 auto;
	}
#nav, #nav ul {
	float:left;
	width:900px;
	list-style:none;
	line-height:1;
	background:#f4a052;
	background:url(../images/menu-grad.jpg) center center repeat-x;
	font-weight: bold;
	padding: 0;
	border:0px solid #f4a052;
	margin: 0 0 0 0;
	}
#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.25em 1em;
	}
#nav a.flyout {
	background: url(../images/rightarrow.gif) center right no-repeat;
	}
#nav li {
	float: left;
	padding: 0;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border:0.25em solid #81a3c8;
	margin: 0;
	}
#nav li li {
	padding-right:1em;
	width:13em;
	background:#81a3c8;
	}
#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 {
	background:#f4a052;
	}

#footer {  /* footer */
	width:895px;
	float:left;
	font-size:85%;
	background-color:#fff;
	padding:5px 0 20px 5px;
	margin-top:1px;
	border-top:3px solid #f4a052;
	}
#footer-right {
	float:right;
	margin-right:10px;
	font-size:85%;
	color:#000;
	}
#footer-right a {
	color:#000;
	text-decoration:underline;
	}
#footer-right a:hover {
	color:#000;
	text-decoration:none;
	}
