ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 134px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
        background:#e4e4e4;
        border: 1px solid black;
        border-bottom: 0;
        color:#000000;
        text-align:right;
        }
	

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px;
        border-bottom: 1px solid black;
	}
	
ul a:hover, ul a:active {
        background:#336699;
        color:white;
        padding-right:2;
        }

li:hover ul, li.over ul { 
	display: block;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */