div.suckerwrapper { width: 100%; background-color: #1e376b;}
table.suckerdiv td { background-color: #5573b4;}

#sub, #sub ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 10;
}

#sub {  font-size: 12px;}

#sub a {	
	color:#1c2541;
        font-weight:bold;
        text-decoration:none;
}

#sub li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	width:auto;
        margin-left:2px;
        border-top:2px #7b90a1 solid;
	background-color: #c9d0e8;	
	font-size: 13px;
	list-style: none;

	display: block;
	padding: 4px 12px;
	color:#7d85a0;
	line-height: 14px; 
        font-weight:bold;     	
}

#sub li.menu-title { background-color:#66849c; border-color:#7b85a9; font-weight:bold; color:white; }
#sub li.last { border-right: none; }

#sub ul li.parent a{ background-image: url(/images/arrow.png); background-position: 97% 50%; background-repeat: no-repeat; }
#sub ul li.parent li a{ background-image: none; }

#sub li a {
	
}

#sub li a:hover {
	/*background-color: #454f6d;
	color: #ffffff;*/
	text-decoration: underline;
}

#sub li ul { /* second-level lists */
	position: absolute;
	border: 1px #999999 solid;
	width: 19em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0px 0px 0px -1px;
	
}

#sub li ul li, #sub li.last ul li { 
	width: 100%; 
	margin:0; 
	line-height: 14px;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	border-width:1px 1px 1px 1px;
}

#sub li ul li a:hover {
	background-color: #EAEAEA;
	border-color:#666666;
}

#sub li ul ul { /* third-and-above-level lists */
	margin: -2.3em 0 0 19em;
}

#sub li:hover ul ul, #sub li:hover ul ul ul, #sub li.sfhover ul ul, #sub li.sfhover ul ul ul {
	left: -999em;
}

#sub li:hover ul, #sub li li:hover ul, #sub li li li:hover ul, #sub li.sfhover ul, #sub li li.sfhover ul, #sub li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#content {
	clear: left;
	color: #ccc;
}


/* ---------------------- SUBMENU GENERAL ------------------------- */

#station-menu { width:auto; height:40px; margin:0 auto; margin-top:0px; margin-left:70px;  }
#sub { margin:0 auto; }

div.white { background-color:white; }

#chooser, #chooser-top { position:absolute; margin:-14px 0 20px 72px;  }
#chooser select, #chooser-top select { border:none; background-color:#66849c; color:white; font-weight:bold; font-size:11px; font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, san-serif; text-transform:uppercase;  }