/* CSS Document */
#menuWrapper{
	position:absolute;
	margin:0px;
	padding:0px;
}
#menuTop {
	z-index:4;
	position:absolute;
	top:0px;
	height:76px;
	/*background-color:#FFCC00;*/
	background-image: url(images/menu_bg_solid.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#subs {
	z-index:3;
	position:absolute;
	top:0px;
	background-color:#000000;
}
.sub_side{
	background-image: url(images/menu_sub_sides.gif);
	background-repeat: repeat-y;
	width: 4px;
}
.sub_center{
	padding: 10px;
	background-color:#D7DFE6;
}
#menuBottom{
	z-index:2;
	position:absolute;
	top:0;
	height:70px;
	background-image: url(images/menu_bg_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
.button, .button a{
	font-family:Georgia,"Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
	text-transform: uppercase;
	float: left;
	height: 23px;
	color: #816E2C;
	display: block;
	text-decoration: none;
	padding:0px 2px 0 4px;
}
.button a:hover{
	color:#617F92;
	text-decoration: none;
}
.button a:active {
	color:#617F92;
	text-decoration: none;
}
.subMenu {
	position:absolute;
	top:-280px;
	background-color:#D7DFE6;
}
.subMenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #816E2C;
	text-decoration: none;
	width:inherit;	
	font-weight:normal;
}
.subMenu a:hover{
	color: #617F92;
	text-decoration: none;
}
.subMenu a:active{
	color: #617F92;
	text-decoration: none;
}