/* CSS Document */
.topLevel{
	color:				#000000;
	font-family:		tahoma;
	font-size:			11px;
	font-weight:		bold;	
	text-decoration:	none;	
}

.topLevelWhite{
	color:				#FFFFFF;
	font-family:		tahoma;
	font-size:			11px;
	font-weight:		bold;	
	text-decoration:	none;	
}

.subMenu{	
	padding-left:5px;
	color:				#000000;
	font-family:		tahoma;
	font-size:			11px;
}

a.subMenu{
	color:				#000000;
	font-size:			11px;
	font-family:		arial;
	text-decoration:	none;
}

a.subMenu:hover{
	text-decoration:	underline;
}

.hidden{
	position:absolute;
	z-index:-1;
	visibility:hidden;
}

.menu{
	background-color:	#EAEDF0;
}

