#header {
	margin: 0px;
	padding: 0px;
	background: #CAC3AA;
	height: 105px;
	position: relative;	
}

h1 {
	color: #FFFFFF;
	font: bold 30px Helvetica, Arial, sans-serif;
	margin: 7px 0 0px;
	text-shadow: #3E8003 0px 2px 1px;
	
}

h2 {
	color: #CEFF9A;
	font: bold 18px Helvetica, Arial, sans-serif;
	margin: 0 0 3px;
	text-shadow: #3E8003 0px 2px 1px;
}

/*<group=Toolbar>*/

/* Toolbar Styles */

#toolbar {
	margin: 0px auto;
	text-align: right;
	width:730px;
	padding-top:85px;
	font-size: 11px;
}

#toolbar #current {
}

#toolbar #current:hover {
	background: transparent;
	
}

/* Parent - Level 0 */

#toolbar ul {
	margin: 0;
	padding: 0;
	
}

#toolbar li {
		display: inline;
		font-family: Georgia, "Times New Roman", Times, serif;
			/*font-family: Arial, Helvetica, sans-serif;*/

}

#toolbar a{
	color: #362a11;
	text-decoration: none;
	margin-right:20px;
	padding:0px;
	font-weight: bold;
border-bottom-style: none;
	display: block;
	display: inline;
}

#toolbar a:hover {	text-shadow: #baeffa  2px 1px 3px;
background: transparent;
	color: #654d20;
}

# a:active {

}

/* Child - Level 1 */

#toolbar ul ul {
	position:absolute;
	top: 160px;
	text-indent:10px;
	text-align: left;
	left: 10px;
	line-height: 24px;
	list-style: none;
}

#toolbar ul ul li {
	display: list-item;
}

#toolbar ul ul a { 

display: block;
padding: 5px 10px 5px 15px;
margin: 0 0 0 -10px;
width: 158px;
color: #cac3aa;
text-decoration: none;
font-size: 12px;
background: #141A31 url(images/bg_button.gif) top right repeat-y;
border-top: 1px solid #41361C;
	
}

#toolbar ul ul a:hover		{
			color: #CBB688;
			text-decoration: none;
			background: #1F274A url(images/bg_button_over.gif) top right repeat-y;
		}

#toolbar ul ul #current{background: transparent;
}

/* Child - Level 2 */
/*</group>*/
