a {
text-decoration:  none;
font-weight: bold;
border: none;
 }
a:hover {
text-decoration:  underline; 
border: none;
 }
 
.box1 {
	/*border: 1px solid #ccc;*/
	width: 180px;
	height: 90px;
	float: center;
	padding: 0;
	/* background-color: #eeffff;
	   overflow: hidden; */
}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#sub, #sub ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border-width: 1px 0;
	margin: 0;
        font-size: 12px;
        white-space: nowrap
}

#sub a {
	display: block;
	width: 250px;
	color: #000080;
	text-decoration: none;
	padding: 5px 0 0 0;
}

#sub li {
	float: center;
	padding: 0 3px;
	width: 250px;
}

#sub li:hover ul ul, #sub li:hover ul ul ul, #sub li.suhover ul ul, #sub li.suhover ul ul ul {
	left: -999em;
}

#sub li:hover ul, #sub li li:hover ul, #sub li li li:hover ul, #sub li.suhover ul, #sub li li.suhover ul, #sub li li li.suhover ul {
	left: auto;
}

#sub li:hover, #sub li.suhover {
	background: #009696;
}
	