#menulocation {
	LEFT: 14px;
	POSITION: absolute;
	TOP: 30px;
	padding:0px 0px;
	white-space:nowrap; }

ul {
	margin: 0;
	list-style: none;
	display: block;
	text-decoration: none;
	padding: 1px;
	text-indent: 0px;
	color: #FFFFFF;
	font: 8pt arial, verdana, helvetica, sans-serif; font-weight: bold;
}

ul li {
	position: relative;
	border-top:    1px solid #3A692C;
	border-left:   1px solid #3A692C;
	border-right:  1px solid #3A692C;
	border-bottom: 1px solid #3A692C;
	}

/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:0px;/* ie5 fix */
	voice-family: "\"}\"";
	voice-family: inherit;
}

* html  li {float:left;/* hide float from ie5*/}
* html  ul {
	width:148px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
* html  ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: relative;
	display:none;
}
li ul li {
	width:136px;
	border-left:8px solid orange
}

/* Styles for Menu Items */

ul li a {
	display:block;
	text-decoration: none;
	color: #777;
	background: #3A692C /* IE6 Bug */
	line-height:2em;
	height:2em;
	padding:1px
}
li li a {
	background-color:#FFFFFF;
	border-bottom: 1px solid #3A692C;
	background-image: url("images/menu/spacer.gif");
	font: 8pt arial, verdana, helvetica, sans-serif; font-weight: normal;
}


/* this sets all hovered lists to Orange */
li a:hover,
li:hover a, li.over a,


li ul li  {  }

/* Sub Menu Styles */

li.on ul { display:block  } /* The magic */
li.off ul{ display:none}
