<style>

A:link{
    FONT-SIZE: 12pt;
    COLOR: #0000cc;
    FONT-FAMILY: verdana,helvetica;
    TEXT-DECORATION: underline
}
A:active
{
    FONT-SIZE: 12pt;
    COLOR: #cc00cc;
    FONT-FAMILY: verdana,helvetica;
    TEXT-DECORATION: underline
}
A:visited
{
    FONT-SIZE: 12pt;
    COLOR: #cc0000;
    FONT-FAMILY: verdana,helvetica;
    TEXT-DECORATION: underline;
}
 A:hover {background-color: orange}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	}

li {
	position: relative;
border-bottom: 1px solid #0c0;
	}


li ul {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
	background-color: red
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: none;
	padding: 0px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

li:hover ul, li.over ul { 
	display: block; }



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

</style>
