/******************************************************************************/
/* IMPORTANT NOTE:                                                            */
/* #menubar (below) had the following 2 lines removed                         */
/*  border:1px solid #AD5800;   (replaced with border-top  & border-bottom)   */
/*	padding:2px                 (replaced with padding-top & padding-bottom)  */
/* these 2 lines caused all pages to have an unwanted horizontal scroll bar   */
/******************************************************************************/

#menubar {
    position:absolute;
	width:100%;
	left:0px;
	top:122px;
	font-size: 12px;	
	padding-top:2px;
	padding-bottom:2px;	
	background-color: #F7E8AF;
	border-top:1px solid #F7E8AF;
	border-bottom:1px solid #F7E8AF;	
}
.menu .options {
	background-color: #F7E8AF;
}
#menubar a {
	color: Black;
	letter-spacing:1px;
	border: 1px #7F665F solid;	
	padding-left:4px;
	padding-right:3px;
	padding-bottom:1px;
	padding-top:1px;
	text-decoration:none;
}
#menubar a.active {
	background-color: #FFFCA8;
	color: Black;
}
#menubar a:hover {
	background-color: #FFFCA8;
}
.menu a:hover {
	background-color: #FFFCA8;
}
.menu a {
	color: Black;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
}

/*******************************************************************/
/* NOTE: All Dropdown menus are defined here so that they will be  */
/* displayed correctly (or actually NOT Displayed) in Dreamweaver  */
/* and/or Frontpage during development                             */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* function ypSlideOutMenu(id, direction, left, top, width, height)*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*    new ypSlideOutMenu("menu1", "down",   5,  142,  100,  59),   */
/*    new ypSlideOutMenu("menu2", "down",  67,  142,  150,  90),   */
/*    new ypSlideOutMenu("menu3", "down", 149,  142,  195,  40),   */
/*    new ypSlideOutMenu("menu4", "down", 352,  142,  170,  250)   */
/*******************************************************************/
	
#menu1Container {
	visibility:hidden; 
	left:5px;
	top:142px;
	overflow:hidden; 
	z-index:10000;
}
#menu1Container, #menu1Content { 
	position:absolute;
	width:100px; 
	height:59px;
	clip:rect(0 100 59 0);
}
#menu2Container {
	visibility:hidden; 
	left:67px;
	top:142px;
	overflow:hidden; 
	z-index:10000;
}
#menu2Container, #menu2Content { 
	position:absolute;
	width:150px; 
	height:90px;
	clip:rect(0 150 90 0);
}

#menu3Container {
	visibility:hidden; 
	left:149px;
	top:142px;
	overflow:hidden; 
	z-index:10000;
}
#menu3Container, #menu3Content { 
	position:absolute;
	width:195px; 
	height:40px;
	clip:rect(0 195 40 0);
}
#menu4Container {
	visibility:hidden; 
	left:352px;
	top:142px;
	overflow:hidden; 
	z-index:10000;
}
#menu4Container, #menu4Content { 
	position:absolute;
	width:170px; 
	height:250px;
	clip:rect(0 170 250 0);
}
