/********** Nav bar and drop-down menus **********/
#cnonav
{
	padding: 0px;
	margin: 0px;
	width: 715px;
	list-style: none;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	clear: both;
	background: #3cc;
}

/**html #cnonav {

	margin-right: 0px;

	} */

#cnonav ul
{
	position: relative;
	z-index: 1000000;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #ccc;
}

/* 2nd-level nav list */
#cnonav li ul
{
	position: absolute;
	width: 15em;
	left: -999em;
	border-left: 1px solid #2c7373;
}

/* 2nd-level nav list */
#cnonav a
{
	white-space: nowrap;
	display: block;
	color: #000;
	text-decoration: none;
}

#cnonav li
{
	white-space: nowrap;
	float: left;
	background-color: #3cc;
	border-right: 1px solid #2c7373;
	border-bottom: 1px solid #2c7373;
	border-left: 1px solid #8cd3d3;
	padding: 0px 15px;
}

#cnonav li ul li
{
	margin: 0px;
	padding: 0px 12px;
	width: 100%;
	background-color: #8cd3d3;
	border-bottom: 1px dotted #fff;
}

/* 2nd-level nav item */
#cnonav li ul .last { border-bottom: 1px solid #2c7373; }
#cnonav li:hover, #cnonav li.sfhover { background-color: #2c7373; }

#cnonav li:hover ul, #cnonav li.sfhover ul
{
	left: auto;
	margin-left: -16px;
}

/* Left margin must equal padding of #cnonav li + 1. */
#swNav span#swRegistration
{
	font-family: georgia,'Trebuchet MS','Times New Roman',serif;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	padding: 1px 4px 0 0;
	text-align: right;
}

#swNav span#swRegistration a { color: #fff; }

#swNav li {list-style:none;}
