.menuContainer{
	position:absolute; 
	visibility:hidden;
	overflow: hidden;
}
.menu {
	position: relative;
	display: block;
}

.menu
{
	border: 1px solid black;
	border-color: #eeeeee #333333 #333333 #eeeeee;
}

A.menuitem, A.menuitem:hover
{
	display: block;
	width: 100%;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #D7E1EE;

	padding: 2px;
	padding-left: 9px;

	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
		
	-moz-box-sizing	: border-box;
}

A.menuitem:hover
{

	background-color: #B0C5DE;
}

A.menuitemf, A.menuitemf:hover
{
	display: inline;
	width: 100px;
	clear: none;
	margin: 0px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding: 2px;
	background-color: #aaaaaa;
	border: 1px solid #aaaaaa;
	-moz-box-sizing	: border-box;
}

A.menuitemf:hover
{
	background-color: #aaaaff;
	border-color: #666666 #eeeeee #eeeeee #666666;
}