#navContainer {
margin: 0; padding: 0;
position: relative;
left: 0px;
z-index: 1000;
width: 759px;
line-height: 1em;
text-align:right;
font-family:verdana,arial,sans-serif;
font-size:1em;
}

#nav, #nav ul {
	width: auto;
	list-style: none;
	line-height: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0em 0;
	text-align:right;
	}

#nav  {
float:right;
}



/*Hide all these hacks from IE MAC*/
/*Following hacks get over opera vertical stack issue 
in Opera < 7.x (but also gets Opera 8, which doesn't need treatment)*/

/* "html>body #nav" - hide from IE - maybe not necessary */
/* "* html #nav" hide from everything except IE*/
/* "html:not([dummy]) #nav" hide from everything except moz and safari*/

/* \*/
#nav
{
width:auto;
}
html>body #nav {width:43.9em;}
* html #nav {width:auto;} 
html[xmlns] #nav {width:auto;}
/*html:not([dummy]) #nav {width:auto;} */
/* */

#nav ul {float:left;}

#nav li {
display:inline;
text-align:left;
float:left;
}
	
#nav a {display: inline;/*This bit gets over IE mac problems*/
	width: 13em;w\idth: 10em;color: #000;text-decoration: none;padding: 0.15em 0.25em;}

/*Make the menus work in everything but non-IE Mac*/
/* \*/
#nav a {display: block;width:auto;}
/* */

.navbar
{color:#c00;}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	w\idth: 15.5em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0 0 0 0.5em;
	background:#ebebeb;
	border:#999 solid 1px;
	padding: 1px 1px 5px 0.3em;
}

#lhs a {padding-left:1.3em;}
#lhs ul a {padding-left:0.3em;}


#nav li li {
	/*this is the width of the menu*/
	width: 15.5em;
	text-align:left;
	}

#nav li ul a {
	/*this is the width of the link*/
	width: 15.5em;
	w\idth: 15em;
	text-decoration:underline;
	margin:1px 0px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav a:hover
{
	color:#D62226;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#rhs:hover ul, #rhs li:hover ul, #rhs li li:hover ul, #rhs.sfhover ul, #rhs li.sfhover ul, #rhs li li.sfhover ul {
	left: auto;
	right:0em;
}

#rhs2:hover ul, #rhs2 li:hover ul, #rhs2 li li:hover ul, #rhs2.sfhover ul, #rhs2 li.sfhover ul, #rhs2 li li.sfhover ul {
	left: auto;
	right:0em;
}

#nav li:hover, #nav li.sfhover {
	/*background: #ebebeb;*/
}

