#nav {
        width: 190px;
		margin:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		
}




ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	list-style-type: none;	
	list-style-image: none;
	
	
	}
#nav  a { text-decoration:none;}	
	
	
	
ul li {
    list-style: none; 
	position: relative;	
	border-bottom: 1px solid white;
	border-left:1px solid white;
	list-style-type: none;	
	list-style-image: none;
	list-style: none;
	
	}
	
li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	list-style: none;
	
	
	
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color:#06538A;
	padding: 10px;
	/*border: 1px solid #ccc;*/ /* IE6 Bug */
	border-bottom: 0;
	
	}
	


#nav li ul li { list-style: none; }
	
	#nav li ul li a {
        color: white;
        background-color: #39BAF0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
}
	
	
	
	#nav li ul li a:hover {
        color: black;
        background-color: #39BAF0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		
		
}

.text{
  background-color: #39BAF0; width:200px; padding:0 1em 1em 1em;     margin:-7px 0 0 0; font-size:10px; }
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; text-decoration:none; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */