#menunavigation{
	font: 11px Arial;
	width:170px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	letter-spacing: 1px;
	color: #3b6e8e;
}

#menunavigation a{
	color:#3b6e8e; /* menu text color*/
	text-decoration:none;
	padding: 4px; /* padding between submenus */
	display:block;
	/* Fix IE */
	height:auto !important;
	height:1em;
	/* Done fixing */
}

#menunavigation a:hover{
	background:#dddddd; /*mouse over background*/
	color: #3b6e8e;
	text-decoration:none;
}

.div_absolute {
	/* this makes TDs a container with their own coordinate system.
	 absolutely-positioned elements will be offset relative to them */
	position: relative;
}

