/*
  $Id: menustylesheet.css,v 1.1 2008/01/25 21:09:17 eric Exp $

  Pro-Active Software
  http://www.pro-activesoftware.com
*/

/* This stylesheet can be used to override any of the default YUI styling. */

#navMenu {
	font-size: 9pt;
}

/* Start IE CSS bug workaround */
.yui-skin-sam .yuimenuitem a:hover {
	color: #000;
	text-decoration: none;
}
/* End IE CSS bug workaround */

.yui-skin-sam .yuimenuitemlabel {
	padding: 0 20px 0 10px;
	cursor: pointer;
}