#mainMenu {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-decoration: none;
	color: #6677AB /* blue */;
	border-style: solid;	border-width: 0px 0px 0px 2px;	background: white;
	}

/* the menu*/

#navmenu {
	font-size: 14px;
	color: #666666 /* 60% gray */;
	}

#navmenu a:link {
	color: #003399; /* blue */;
	text-decoration: none;
}

#navmenu a:visited {
	color: #666666 /* 60% gray */;
	text-decoration: none;
}

#navmenu a:link:hover {
	color: #FF6600 /* orange */;
	text-decoration: none;
}

#navmenu a:visited:hover {
	color: #FF6600 /* orange */;
	text-decoration: none;
}

.menutitle {	cursor:pointer;	margin-bottom: 5px;	margin-left: -5px;	background-color:#6677AB;	color:white;	width:136px;	padding:2px;	padding-left:10px;
	text-align:left;	font-weight:bold;}
.submenu {	padding:2px;	margin-bottom: 0.5em;}

#menutitleb {	cursor:pointer;	width:136px;	margin-bottom: 5px;	margin-top: -1px;	margin-left: -5px;	background-color:#6677AB;	color:white;	padding:2px;	padding-left:10px;
	text-align:left;	font-weight:bold;}

#menutitleb a:link {
	color:white;
	text-decoration: none;
}

#menutitleb a:visited {
	color:white;
	text-decoration: none;
}

#menutitleb a:link:hover {
	color: #FF6600 /* orange */;
	font-weight: bold;
	text-decoration: none;
}

/* bottom logo */

#navlogo {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
	color: #6677AB /* blue */;
	border-style: solid;	border-width: 0px 0px 0px 0px;	}


