ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 158px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	font: normal 11px verdana;
	}
	
ul li.hover_menu {
	position: relative;
	/*background-image:url(images/contour_menu.gif);*/
	background-repeat:no-repeat;
	
	}
	
li.hover_menu ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	/*background: #fff;  IE6 Bug */
	padding-top:6px;
	padding-bottom:9px;
	text-align:center;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	}
ul li a:hover {
	color:#000000;
}

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

li:hover ul, li.over ul { 
	display: block; 
	
	} /* The magic */
#menu_1 {
background-image:url(images/bkg_menu1.gif);
background-repeat:no-repeat;
}
#menu_2 {
background-image:url(images/bkg_menu2.gif);
background-repeat:no-repeat;
}
#menu_3 {
background-image:url(images/bkg_menu3.gif);
background-repeat:no-repeat;
}
#menu_4 {
background-image:url(images/bkg_menu4.gif);
background-repeat:no-repeat;
}
#menu_5 {
background-image:url(images/bkg_menu5.gif);
background-repeat:no-repeat;
}
#menu_6 {
background-image:url(images/bkg_menu6.gif);
background-repeat:no-repeat;
height:43px;
}
#menu_7 {
background-image:url(images/bkg_menu7.gif);
background-repeat:no-repeat;
}
#menu_8 {
background-image:url(images/bkg_menu8.gif);
background-repeat:no-repeat;
}
#menu_9 {
background-image:url(images/bkg_menu9.gif);
background-repeat:no-repeat;
}
#menu_10 {
background-image:url(images/bkg_menu10.gif);
background-repeat:no-repeat;
height:43px;
}
