ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 148px;
	border-bottom: 1px solid #ccc;
	text-align:left;
	}
ul.nav li.nav {
	position: relative;
	}
li.nav ul.nav {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	z-index:10;
	}
ul.nav li.nav a.nav{
	display: block;
	text-decoration: none;
	background: #A8BAD2;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; font-style: normal; 
    font-weight: bold; 
    font-variant: normal; 
    color: #FFFFFF; 
    text-decoration: none
	}
/* Fix IE. Hide from IE Mac \*/
* html ul.nav li.nav { float: right; height: 1%; }
* html ul.nav li.nav a{ height: 1%; }
/* End */

li:hover ul.nav, li.over ul.nav { display: block; }