#navtop
{
	display:inline;
	text-decoration: none;
	font-weight:bold;
	font-size:8pt;
	color: #006699;
	text-align:center;
	text-transform: uppercase;
	vertical-align:middle;
	text-transform: uppercase;
	list-style: none;
}
#navtop ol { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	text-decoration: none;
	text-align:left;

}

#navtop li { /* all list items */
	float: left;
	position: relative;
	width: 12em;
	text-transform: uppercase;
	text-decoration: none;
	padding-top:5px;
	white-space:nowrap;

}
#navtop li ol li { /* all list items */
	float: left;
	position: relative;
	width: 18em;
	text-transform: uppercase;
	text-decoration: none;
	padding-top:5px;
	padding-left:5px;
	background-image: url(../pcs/top_menu.jpg);
	border-bottom:solid 1px #006699;

}
#navtop li ol { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	text-transform: uppercase;
	text-decoration: none;



}

#navtop li>ol { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	text-transform: uppercase;
	text-decoration: none;

}

#navtop li:hover ol, #navtop li.swan ol { /* lists nested under hovered list items */
	display: block;
	text-decoration: none;
	padding-top:5px;
	padding-left:5px;


}
#navtop a
{
	text-transform: uppercase;
	text-decoration: none;
	color:#006699;

}
#navtop a:visited
{
	text-transform: uppercase;
	text-decoration: none;
	color:#006699;


}


