@charset "UTF-8";
/* CSS Document */

/*
  $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. */

/* Start search box rules (not related to the menu) */
#keywords {
	width: 120px;
}

#suggest {
	position: absolute;
	z-index: 1;
	border: 1px solid #000;
	visibility: hidden;
}

#suggest div {
	background-color: #FFFFFF;
	padding: 2px 5px;
	width: 150px;
	cursor: pointer;
}
/* End search box rules (not related to the menu) */

#navMenu {
	font-size: 10pt;
}

/* highlight color */
.yui-skin-sam .yuimenuitem-selected {
	color: #FFFFFF;
	background-color:#333333;
}

/* link text color */
.yui-skin-sam .yuimenuitemlabel {
	color: #FF0000;
	background-color:#000000;
}

/* popup menus */
.yui-skin-sam .yuimenu .bd {
	background-color: #000000;
}

/* Start IE CSS bug workaround */
.yui-skin-sam .yuimenuitem a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#333333;
}
/* End IE CSS bug workaround */

.yui-skin-sam .yuimenuitemlabel {
	padding: 0 20px 0 10px;
	cursor: pointer;
}

