.menu ul {  
	margin: 0;  
	width:170px;
	font-weight:bold;
	list-style:none;
	text-align:left;
	color:#000000;
	background-image:url('../images/bg-childmenu.jpg');
}

.menu li { 
	position: relative;
}

.menu ul li a {
	padding-left:10px;
}

.menu li ul { 
	position: absolute;  
	left: 169px; /* Set 1px less than menu width */  
	top: 0;
	border-top: 1px solid #ceebfb;
	border-right: 1px solid #ceebfb;
	border-bottom: 1px solid #ceebfb;
	display: none;
}
/*MENU LINKS*/
/* Styles for Menu Items */
.menu li a { 
	display: block;
	height:18px;
	text-decoration: none;  
	color: #000000;  
	background: #fff; /* IE6 Bug */  
	background-image:url('../images/bg-childmenu.jpg');
}

.menu li a:hover {
	/* background: #ceebfb; */
	color: #0c2670;  	
	background-image:url('../images/bg-childmenu.jpg');
}

.menu ul li ul li a {
	margin: 0;  
	width:160px;
	height:18px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	background-image:url('../images/bg-childmenu.jpg');
}

.menu ul li ul li a:hover {
	background: #ceebfb; 
}

/* Holly Hack. IE Requirement \
* html ul li {  
	float: left;  
	height: 1%;
}

* html ul li a {  
	height: 1%;
}
*/
/* End */
.menu li:hover ul, li.over ul {  
	display: block;
} 
