/* CSS MENU.HTML */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menutitle{
	font-family: "Century Gothic";
	font-size: 12px;
	cursor:pointer;
	width:145px;
	color: #B99E4D;
	background-color: #D7D7D7;
	margin-bottom: 1px;
	font-weight: bold;
	margin-left: 3px;
	padding:1px;
	border-bottom-color: #C7C5CB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.menu-title-tab{
	margin-bottom: 2px;
	font-family: "Century Gothic";
	font-size: 10px;
	width:143px;
	margin-left: 2px;
	padding:0px;
	cursor:pointer;
	background-color: #D7D7D7;
	color: #B99F53;
	border-bottom-color: #CCCBD1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.menu-title-tab:hover{
	border-bottom-color: #CCCBD1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 2px;
	font-family:"Century Gothic";
	font-size: 10px;
	width:143px;
	margin-left: 2px;
	padding:0px;
	cursor:pointer;
	background-color: #D7D7D7;
	color: #B99F53;
	text-decoration:none;
}
.menu-title-tab:active{
	text-decoration:none;
}
.menu-title-tab:link{
	text-decoration:none;
}
.menu-title-tab:visited{
	text-decoration:none;
}
.submenu{
	font-family: "Century Gothic";
	font-size: 10px;
	margin-bottom: 1px;
	width:143px;
	margin-left: 2px;
	padding:0px;
	cursor:pointer;
	color: #B99F53;
	text-decoration:none;
}
