/*
  $Id: menustylesheet.css,v 1.1 2008/02/04 12:55:59 arley 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;
font-weight: normal;
text-align: center;
background: #adadad;
color: #d81014;
text-decoration:  none;
}

/* Start IE CSS bug workaround */
.yui-skin-sam .yuimenuitem a:hover {
font-size: 10pt;
font-weight: normal;
background: #adadad;
color: #d81014;
text-decoration:  none;
}
/* End IE CSS bug workaround */

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

.yui-skin-sam .yuimenuitem-selected {
font-size: 10pt;
font-weight: normal;
background: #adadad;
color: #d81014;
text-decoration:  none;
}
