ul {
	border-bottom:1px solid #0059d2; 
	border-top:1px solid #0059d2; 
margin:1px;             /* controls width bt.top and bottom of text  */
width: 150px;        
	list-style-type:none; 
	padding:0;
	
		}

ul li {
	position: relative; 
}
	
li ul {
/*width:275px;*/
	position: absolute;
	left:149px;                    /* Set 1px less than menu width */
	top: 0;
	display: none;	
	}

																		/* Styles for Menu Items */
ul li a {
	border-left:2px solid #0059d2;
	border-top:2px solid #0059d2; 
	border-bottom:0 none;   
	
	background:#0066F0; 
	display: block;
	text-decoration: none;
	text-align:left;
	color: #FFFFFF;
	
	    /* IE6 Bug */
	padding:4px;
	font-family:Verdana; 
	font-size:8pt;
	 text-transform:none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { 
color: #FFFFff; 
background: #0060dd; 
text-decoration:underline; 
font-family:Verdana; 
font-size:8pt;
padding-right:1px;
	border-right: 3px double #99CCFF; }    
 
 /* Hover Styles */
		
li ul li a { padding-left: 2px;
padding-top:2px; 
padding-right:4px;
padding-bottom:2px
	  } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
