body {
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

ul li {
position:relative;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 2px;
	font-size: 10pt;
	background-color: #A6D2FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efefef;
	border-right-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	font-family: Arial;
	font-weight: bold;
	text-indent: 12px;
}

/* 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-color: #000000;
	background-image: url(bullet_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
} /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 159px;
	top: 0;
}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000066;
}
