/* Menu Styles */
/*	These styles are used for the navigation bar. */
/*  These have been tested to work with Netscape 4.8 and up, IE6, Mozilla 1.3, and Opera 7. */

#menuBar { background-color: #000000; }

#menu hr	{ color: #ffffcc; width: 95%; display: block; }
#menu p	{
	font-family: "Verdana", "Arial", "Sans-Serif";
	font-size: 11px;
	margin: 3px 0;
	text-align: left;
	text-indent: 0px;
	color: ffffff; /* used for non-image browsers - IMG ALT text */
}

#menu a:link, #menu a:visited	{color: #ffc843 ; text-decoration: none; }
#menu a:hover			{color: #ffffcc; text-decoration: none; }

#globalNav {
	margin: 0;
	background: #000 url('/images/menuBottom.jpg') no-repeat bottom;
	width: 170px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:20px
}

#globalNav h2 {
	color: #ff9;
	background: transparent;
	margin: 10px 0 2px 0;
}

#globalNav ul {
	margin: 0;
	padding: 0;
}

#globalNav li {
	font: 11px/14px "Verdana", "Arial", "Sans-Serif";
	letter-spacing: 0;
	color: #fff;	/* used for non-images browsers - IMG ALT text */
	height: 16px;
}

#globalNav a:link, #globalNav a:visited {
	background: #000;
	padding-left: 15px;
	color: #fc5;
	text-decoration: none;
}

#globalNav a:hover {
	color: #ffc; text-decoration: none;
	background: #000 url('/images/bArrow.jpg') no-repeat;
}