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

body{
	padding: 25px;
	background-repeat: repeat;
	background-color: #442A04;
}

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
	padding: 0px;
	height: auto;
	background-repeat: repeat-x;
	width: auto;
}
.float-left{
	float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
	display:block;
	cursor:default;
	white-space:nowrap;
	text-decoration: underline;

}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
	position:relative;
	zoom:1;
	margin: 0 auto;
	width: auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
	list-style:none;
	margin: 0em;
	padding: 0em;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{
	color: #3f270f;
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size:1.05em;
	text-decoration:none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	
}

#nav-container a:hover{
	color: #574a30;
	background-repeat: no-repeat;
	background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{
	padding:10px 4px 10px 4px;
	margin:0em 0em 0em 0em;
	background-repeat: repeat-x;
	background-color:#d1d4c1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#3f270f;

}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{
	padding:3px 10px 3px 6px;
	background-repeat: no-repeat;
	background-position: 0px 22px;
	font-size:.9em;
	border-width:0px;
	border-style:none;
	margin: 0px 0px 0px 0px;
	width: auto;
	/*^'^background-image: url(images/source/images/item-secondary-container-bg.jpg);^'^*/	
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;

font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:1em;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{
	border-top-width:1px;
	margin:5px 5px;
}

/*^'^ Vertical Dividers ^'^*/	
/*#nav-container .divider-vert{
	 border-left-width:1px;
	height:3px;
	margin:4px 4px 4px 4px;
	padding: 10px;
}*/