/*
  $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 {
	color: #000;
	background: #a6a6b7;
	border-top: 1px solid #969687; 
	border-bottom: 1px solid #9D9DAB; 
	border-left: 1px solid #858596; 
	padding: 0px 0px 4px 0px;
	font-size: 13px;
}

/* Start IE CSS bug workaround */
.yui-skin-sam .yuimenuitem a:hover {
	color: #ffffff;
	background: #6184BD;
	border-top: 1px solid #969687; 
	border-bottom: 1px solid #9D9DAB; 
	text-decoration: none;
}
/* End IE CSS bug workaround */

.yui-skin-sam .yuimenuitemlabel {
	border-top: 1px solid #969687; 
	border-bottom: 1px solid #9D9DAB; 
	padding: 0 20px 0 0px;
	cursor: pointer;
}
