.zag {
color: #6ccff6;
font-size: 9px;
font-family: verdana;
font-weight: bold;
}

.menu a {
color: #ffffff;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}

.menu a:hover {
color: #f49ac0;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}

.other {
color: #193d55;
font-family: verdana;
font-size: 10px;
}

.other a {
color: #193d55;
font-family: verdana;
font-size: 10px;
}



ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 220px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
/* Width of Menu Items */

	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
li:hover ul { display: block; } /*  The magic */
.stc{
	 position:relative; left:-10px; padding-left:30px; background-color: #143C84;
font-family: verdana;
font-size: 11px;
text-decoration: none; display:block;  height:25px; width:250px  }




