.navigationText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#222222;
	padding-bottom: 2px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	}

	
ul li {
	position: relative;	
	}
	
li ul {
	background-image: url(../images/trans_grey.png);
	background-repeat: repeat;
	position: absolute;
	left: 215px; /* Set 1px less than menu width */
	top: 0;
	display: none;	 
	width:130px;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	padding: 5.4px;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
