#nav, #nav ul {
	float: left;
	width: 813px;
	list-style: none;
	line-height: 1.1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav a {
	display: block;
	width: 87px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 12px;
}

#nav a.hasMore {
	background-image: url(../images/layout_images/rightarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li {
	float: left;
	padding: 0;
	width: 90px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 198px;
	font-weight: normal;
	background-color: #090909;
	border: 2px solid #800000;
	margin-left: 0px;
}

#nav li li {
	padding-right: 2px;
	width: 198px;
}

#nav li ul a {
	width: 194px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323232;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#nav li ul ul {
	background-color: #090909;
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:100px;
	/*IE 7 & 6 need to see 100
	good browsers need to see 200
	added conditional bloody thing and new file
	conditional thing seems to not be working now, bugger it! IE Wins, sorry firefox people
	*/
	
}

#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;
}

#nav li:hover, #nav li.sfhover {
	background-color: #990000;
}
#rightMenu {
	float: right;
	width: 210px;
}
#rightMenu ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#rightMenu li {
	list-style-type: none;
	background-image: url(../images/layout_images/menutab.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 190px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightMenu a {
	color: #FFFFFF;
	line-height: 1;
	font-weight: bolder;
	font-size: 14px;
}
