/* CSS Document */
#topbar{ background: url(../../assets/images/theme/topbar-classic.gif) #300; }
#topbar .tb_button:hover, #topbar .tb_button.active{ background: #D5D0BF; color: #300; }

/* top nav */
#topnav {
	margin: 0px;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	position: relative;
	font-size: 14px;
	height: 34px;
	background: url(../../assets/images/theme/topbar-classic.gif) repeat-x;
}
#topnav a {
	display: inline-block;
	float: left;
	padding: 7px 15px;
	color: white;
	border-right: solid 1px #9EC09C;
}
#topnav a:hover{ text-decoration: none; background: #300; color: white; }
#topnav sub {
	padding: 10px 0;
	float: left;
	position: absolute;
	left: 0; top:34px;
	display: none;
	width: 100%;
	background: #300;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#topnav-sub{
	position: absolute;
	width: 980px;
	padding: 10px;
	background: #ffffff;
	border-bottom: 6px solid #300;
	z-index: 999;
}

#topnav-sub a{ color: #300; }
#topnav-sub a:hover{ color: #622; text-decoration: underline; }



#footer{ margin-top: 20px; }
#footer-contents{ background: #F1F0EB; }
#footer_top{ height: 12px; background: #6F6651; }
#footer_bottom{ background: #3D3829; height: 16px; padding: 0; margin: 0; }