body {
	behavior:url("../scripts/csshover.htc");
	}
	
#menu, #menu ul {
	color: #FFCC00;
	font-weight:bold;
	font-size: .95em;
	padding: 0;
	margin: 0; 
	list-style-type: none;
	background-color: #933203;
	cursor:default;
	}


#menubar {
	position: relative;
	Top: 120px;
	left: 150px;
	color:#FFFFFF;
	background-color:#933203;
	margin:0;
	height:1.2em;
	width: 649px;
	/*border: 2px solid;
	border-bottom-color:#000000;
	border-left-color: #A65300;
	border-right-color:#000000;
	border-top-color: #A65300;*/
	}
#menu a:active, #menu a:focus { outline:0;}
#menu a {
	color: #FFCC00;
	text-decoration:none;
	cursor:default;
	display:block;
	}
	
#menu li ul a{
	color:#FFFFFF;
	}
	
#menu a:hover {
	color:#FFFFFF;
	}
	
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	}
	
#menu li {
	position:relative;
	float: left;
	width: 5em;
	background-color:transparent; 
	text-align:center;
	height: 1.2em;
	}

	
#menu li ul li{
	color:#FFFFFF;
	text-align:left;
	padding: .2em .5em .2em .5em;
	width:12em;
	background-color: transparent;
	height:auto;
	}	
	
#menu li ul {				 /*hides drop-down menu elements */
	position: absolute;
	left: -999em;
	padding: .25em;
	width: 13em;
	border: .15em solid;
	border-bottom-color:#000000;
	border-left-color: #A65300;
	border-right-color:#000000;
	border-top-color: #A65300;
	z-index:10;
	}
	
#menu li:hover{         /* assigning a higher z-index to this element on hover fixes IE rendering bugs, the 'direction' nudges IE into resetting the z-index*/
	color:#FFFFFF;
	z-index:50;
	direction:ltr;
	}
#menu li:hover ul {	/* reappears 2nd level on 1st level hover */
	heigth: auto;
	left:auto;
	top: 1.2em;
	left: 0;
		}

#menu li:hover ul li ul { /*dissappears 3rd level on 1st level hover */
	position: absolute;
	left: -999em;
	}
	
#menu li:hover ul li:hover ul { /* reappears 3rd level on 2nd level hover */
	position:absolute;
	left: 100%;
	top: 0;
	
	}

#menu li li.x {						/* indicator for pop-out menu */
	background-image:url(../images/menusubarrow.gif);
	background-position: right;
	background-repeat:no-repeat;
	}
#menu li li.belt{
	background-position:right; background-repeat:no-repeat;
	}
		
#menu li li:hover {
	color:#FFFFFF;
	background-color: #313131;
	background-image:none;
	}
	
/*----------------------------------------------------the hoverpop------------------------------
*/

#hovpop ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	}

#hovpop li ul {
	position: absolute;
	left: -999em;
	text-align:center;
	padding: 20px;
	background-color: #933203;
	border:solid 3px;
	border-bottom-color:#000000;
	border-left-color: #A65300;
	border-right-color:#000000;
	border-top-color: #A65300;
	
	}

	
#hovpop li:hover ul{
	position:fixed;
	width: auto;
	top: 50px;
	left:25%;
	z-index:300;
	}

