body{background:url(images/bgline.png) top center repeat; text-align:center; margin:0px auto; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#A88731;}
a {color:#A88731; text-decoration:none;}
a:hover { color:#fff;}
#mainbackground{ margin:15px auto 0px auto; height:670px; background:url(images/mainbox.jpg) top center repeat-x; text-align:center;}
#mainbox { margin:0 auto; padding:320px 0px 0px 0px; width:660px; text-align:center; }

.mainbox_left {width:320px; z-index:1000; float:left; text-align:center; }
.mainbox_right {width:320px; z-index:1000; float:right; text-align:center;}


/* remove all the bullets, borders and padding from the default list styling */
.mainbox_left ul {
padding:0;
margin:0 auto;
list-style-type:none;
width:200px;
border-bottom: 1px solid #253C1F;
}
/* hack for IE5.5 */
* html .mainbox_left ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.mainbox_left li {
position:relative;
height:26px;
}

/* get rid of the table */
.mainbox_left table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.mainbox_left a, .mainbox_left a:visited {
font-family:verdana, sans-serif;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:199px;
text-indent:5px;
}
/* hack for IE5.5 */
* html .mainbox_left a, * html .mainbox_left a:visited {width:200px; w\idth:199px;}
/* style the link hover */
* html .mainbox_left a:hover {color:#fff; background:none;}

.mainbox_left ul li a {
	border:1px solid #253C1F; /* IE6 Bug */
	border-bottom: 0;
	}

.mainbox_left :hover > a{
color:#fff; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainbox_left ul ul {
visibility:hidden;
position:absolute;
top:0;
left:-200px; 
}
/* make the second level visible when hover on first level list OR link */
.mainbox_left ul li:hover ul,
.mainbox_left ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.mainbox_left ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.mainbox_left ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.mainbox_left ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.mainbox_left ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



.mainbox_right li {
height:26px;
}

.mainbox_right a, .mainbox_right a:visited {
height:25px;
line-height:25px;
}

.mainbox_right ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #253C1F;
	}
	
.mainbox_right ul li {
	position: relative;
	}
	
.mainbox_right li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.mainbox_right ul li a {
	display: block;
	text-decoration: none;
	border:1px solid #253C1F; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.mainbox_right li:hover ul, .mainbox_right li.over ul { display: block;} /* The magic */

#footer { margin:auto; padding:40px 0px 0px 0px; clear:both; width:660px;}
