div.suckerwrapper { width: 100%; height:30px; background-color:none;  text-align:center; margin-bottom: 20px; margin-top: 2px; }
table.suckerdiv td { background-color:none;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 10;
	text-align:center;
}

#nav {  
	font-size: 14px;
	font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, san-serif; 
	letter-spacing: .08em;
}

#nav a, #nav .title {
	display: block;
	/*padding: 6px .781em;
	padding: 6px 21px 6px 13px;*/
	padding: 6px 16px 6px 14px;
	text-decoration: none;
	color: #333333;
}

#nav .title { color: #c0cce4; font-weight:bold; }

#nav li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	width: auto;	
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	text-align: left; 
	background-color: #f4f2e5;
	margin-right:2px;	
}

#nav li.last { border-right: none; }

#nav ul li.parent a { 
	background-image: url(../images/arrow.png); 
	background-position: 96% 63%; 
	background-repeat: no-repeat;
	padding-right: 29px;

}
#nav ul li.parent li a{ background-image: none; }

#nav ul { margin-left: 16px; }

#nav li a {

}

#nav li a:hover {
	background-color: #e6e1d0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 19.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0px 0px 0px 0px;
	border-top:1px #c6c4b4 solid;
}

#nav li ul li { 
	width: 18em; 
	margin:0; 
	line-height: 14px;
	background-color: #e6e1d0;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px #c6c4b4 solid;
}

#nav li ul li a { font-weight: bold; padding-left: 10px;}

/*#nav li ul li.first { border-top: 1px solid #f4f2e5; padding-top: 1px; }
#nav li ul li.last { border-bottom-width: 0px; border-right: 1px solid #f4f2e5; }*/

#nav  li.divider {
	border: none;
	border-top:2px #c0cce4 solid;
	margin: 2px 4px;
	background-color: none;
	width: 96%;
	border: none;
}

#nav li ul li a:hover {
	background-color: #c6c4b4;
	background-color: #cfc8b1;
}

#nav li.shover ul  {
	background: #f4f2e5; z-index:10;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -2.3em 0 0 19em;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}


#content {
	clear: left;
	color: #ccc;
}

tr.navtr { background:none; } 