#menuMain	{
	display:block;
	width:775px;
	height:27px;
	margin:0 auto;
	border-left:1px solid white;
	border-right:1px solid white;
}

#menuMain a	{
	text-decoration:none;
	font-weight:bold;
	color:white;
}

#menuMain a:hover	{
	text-decoration:none;
	color:white;
}

#menuMain a.on {
	text-decoration:none;
	color:white;
	text-transform:uppercase;
}
						
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height:26px;
	line-height:25px;						
	text-decoration:none;
	font-weight:bold;
	background-image:url(../_images/global/menuArrow.gif);
	background-repeat:no-repeat;
	background-position:97% 85%;
	width:100%;
	text-align:center;
}
						
#nav a.home	{
	background-image:none;
}

#nav a.noArrow {
	background-image:none;
}

#nav li { /* all list items */
	float: left;
	border-right:1px solid white;
	/*width: 10em;  width needed or else Opera goes nuts */
}
						
#nav li.menu1			{	width:65px;}
#nav li.menu2			{	width:128px;}
#nav li.menu3			{	width:178px;}
#nav li.menu4			{	width:130px;}
#nav li.menu5			{	width:65px;}
#nav li.menu6			{	width:105px;}
#nav li.menu7			{	width:95px;}
#nav li.last			{	border:0;}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #981d30;
	border:1px solid #ffffff;
	left: -999em; 
}

#nav li ul li {
	clear:both;
}

#nav li ul li a	{	
	width:124px;
	padding:0px 4px 0px 12px;
	color:white;
	background-image:none;
	text-align:left;
}
						
#nav li ul li a:hover	{
	background-color:#cccccc;
	color:black;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}