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

.menu1{
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-style: normal;
	padding-bottom: 1px;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #666666;
	margin: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	display: block;
	text-transform: uppercase;
}


.submenu{
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-style: normal;
	padding-bottom: 1px;
	padding-top: 5px;
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
	background-color: #CCCCCC;
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}

.hide{
display: none;
}


.show{
display: block;
}
.submenu_active {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-style: normal;
	padding-bottom: 1px;
	padding-top: 5px;
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
	background-color: #999999;
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}

