ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

ul li {
	position: relative;
	width:148px;
	border: 1px solid #ccc;
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:148px;	
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	display:none;
	background-color: #1D2F63;
}
li ul li{border:none;}
/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:2em;
	height:2em;
	padding:0 5px;
	background-color: #1D2F63;
}
/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: #263E84;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #fff;
   background-color: #313DA4;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	display:block  } /* The magic */
