p { 
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 16pt;
	}
	
a:link{
background-color: transparant;
color: #FFFFFF;
text-decoration: none;
font-family: Univers, Verdana, Tahoma, Arial;
font-weight: 400;
}

a:visited{
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
font-family: Univers, Verdana, Tahoma, Arial;
font-weight: 400;
}

a:hover{
background-color: transparant;
color: #000040;
text-decoration: none;
font-family: Univers, Verdana, Tahoma, Arial;
font-weight: 400;
}

a:active{
background-color: transparent;
color: #000040;
text-decoration: none;
font-family: Univers, Verdana, Tahoma, Arial;
font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: transparant;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000040;
	background: transparant; /* IE6 Bug */
	padding: 0px;
	border: transparant;
	border-bottom: 0;
	margin-bottom: -2px;	
	}

/* 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: #000040; background: transparant} /* Hover Styles */
		
li ul li a { padding: 0px 11px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */