/* CSS Document */
#menuPanel
	{
	background-image:url(../resources/gui/navbg.gif);
	background-repeat:repeat-x;
}
	
#menuItem
	{
	margin-top:2px;
	margin-right:3px;
	margin-bottom:2px;
	margin-left:0px;
	color:#554571;
	font-size:12px;
	}
#menuItem a:link {
	color: #554571;
	text-decoration: none;
}
#menuItem a:visited {
	text-decoration: none;
	color: #554571;
}
#menuItem a:hover {
	text-decoration: underline;
	color: #7A719C;
}
#menuItem a:active {
	text-decoration: none;
}