/*
  $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;
}

/* highlight color */
.yui-skin-sam .yuimenuitem-selected {
	background-color: #FFFFFF;
}

/* link text color */
.yui-skin-sam .yuimenuitemlabel {
	color: #FF0000;
}

/* popup menus */
.yui-skin-sam .yuimenu .bd {
	background-color: #000000;
}

/* 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;
}
