ul#navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	position: absolute;
	left: 0;
	text-align: center;
	font-weight: bold;
	z-index:5;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#navigation li { 
	line-height : 24px;
	position: relative;
	float: left;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}

#navigation a {
	display: block;
	width: 133px; /*            ****CHANGE MENU WIDTH**** */
	color: #000;
	background: url(images/nav_bg1-133x24px.gif) no-repeat left top;
	text-decoration: none;
}
ul#navigation a:hover {
	color: #fff;
}

ul#navigation li li a {
	line-height : 20px;
	width: 133px; /*           ****CHANGE SUBMENU WIDTH**** */
	background: url(images/nav_bg1-133x20px.gif) no-repeat left top;
}
ul#navigation li li li a {
	line-height : 20px;
	width: 133px; /*           ****CHANGE SUBMENU WIDTH**** */
	background: url(images/nav_bg1-133x20px.gif) no-repeat left top;
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: -1px;
	margin-left: 100%;
}

/*					****DISPLAYS HORIZONTAL MENU**** */
#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
   	top: 100%;
	margin-left: 0;
}
div#menu {
	width:100%;
}