@charset "UTF-8";
/* CSS Document */


/* menu begins here */
#multi-level {height:20px;
 position:relative;
 text-align:center;
 font-family:Verdana, Geneva, sans-serif;
 font-size:12px;
 line-height:20px;
 margin: 0px 0px 0px 6px; 
 padding: 0px 0px 0px 0px; 
 z-index:5;
}

#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;  text-align:center;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:20px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover yimages into the lists */
.menu li.p1 {width:130px; background:url(img/button3.jpg) no-repeat; margin-right:10px; float:left}
.menu li.p2 {width:130px; background:url(img/button3.jpg) no-repeat; margin-right:10px; float:left}
.menu li.p3 {width:130px; background:url(img/button3.jpg) no-repeat; margin-right:10px; float:left}
.menu li.p4 {width:130px; background:url(img/button3.jpg) no-repeat; margin-right:10px; float:left}
.menu li.p5 {width:130px; background:url(img/button11.jpg) no-repeat; margin-right:10px; float:left; color: #512800;}


/* set up the normal unhovered yimages in the links */
.menu li a#button1 {width:130px; background:url(img/button2.jpg) no-repeat;}
.menu li a#button2 {width:130px; background:url(img/button2.jpg) no-repeat;}
.menu li a#button3 {width:130px; background:url(img/button2.jpg) no-repeat;}
.menu li a#button4 {width:130px; background:url(img/button2.jpg) no-repeat;}
.menu li a#tab {width:130px; background:url(img/button11.jpg) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#button1:hover, .menu li:hover a#button1,
.menu li a#button2:hover, .menu li:hover a#button2,
.menu li a#button3:hover, .menu li:hover a#button3,
.menu li a#button4:hover, .menu li:hover a#button4,
.menu li a#tab:hover, .menu li:hover a#tab {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:relative; left:0px; top:0px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:26px; background: #eee; padding:0px 0; border-bottom:1px solid #fff; white-space:nowrap; width:170px; height:auto;}
.menu :hover ul.sub li {display:block; height:26px; position:relative; float:left; width:170px; border-bottom:1px solid #fff;}
.menu :hover ul.sub li a  {background:#666 url(nav-arrow.gif) right no-repeat;display:block; font-size:11px;  height:25px; width:170px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; padding:1px 0 0 0;}
.menu :hover ul.sub li a.fly {background:#666  170px 7px no-repeat; border-bottom:1px solid #fff;}
.menu :hover ul.sub li a.fly2 {background:#333  170px 7px   color:#fff; no-repeat; border-bottom:1px solid #fff;}
.menu :hover ul.sub li a:hover {background:#333 url(nav-arrow.gif) right no-repeat; color:#fff; border-bottom:1px solid #fff;}
.menu :hover ul.sub li a.fly:hover {background:#333  170px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#000  170px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul
{left:170px; top:0px; background-color: #333;  white-space:nowrap;  padding:-4px -5px; width:170px; height:28px; z-index:440;}


/* set up the first drop down sub level */

.menu :hover ul.sub li a.fly2 {background:#333 url(nav-arrow.gif) no-repeat  right 170px 7px; border-bottom:1px solid #fff;}
.menu :hover ul.sub li a.fly2:hover {background:#666  170px 7px url(off.gif) no-repeat  right;  color:#fff;}
.menu :hover ul li:hover > a.fly2 {background: #666  270px 1px  url(ioff.gif) no-repeat  right; color:#fff;} 

#nav {
width:800px;
	height:30px;
	background-color:#fcc232;
	padding-top:0px;
z-index:5;
border-bottom:#772026 solid 1px;
}
#sub-nav {
width:560px;
height:20px;
float:right;
background:transparent;
z-index:5;
margin-top: 10px;
padding:1px 0px 0px 0px;
}

#multi-level h1,
#nav h1{
    background: none;
	color: #512800;
	font-size: 18px; 
	line-height: 30px;
	float:left;
	font-weight: normal; 
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif;  
	margin: 0px 0px 0px 10px;
	
}
