#menu {
	position: relative;
	width: 800px;
	height: 24px;
	z-index: 1001;
	background-color: #ffcc00;
}
#menu ul {
	list-style: none;
	float: right;
}
#menu li { float: left;  }
#menu a {
	display: block;
	height: 24px;
	line-height: 23px;
	padding: 0 5px 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#menu a:hover { color: #ffffff; }
#menu ul.submenu {
	position: absolute;
	display: none;
	left: 11px;
	background-color: #ffffff;
	width: 200px;
	z-index: 100;
}
#menu .over .submenu {
	display: block;
}
#menu .submenu a {
	display: list-item;
	width: 190px;
	height: 18px;
	line-height: 12px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #6c6c6c;
	padding: 6px 0 0 10px;
	border-bottom: 1px solid #ffcc00;
}
#menu .submenu a:hover { background-color: #f2f1f1; }
.blue_button { 
	background-color: #005dab;
	color: #ffffff !important;
}
.blue_button:hover { color: #ffcc00 !important; }
/*footer*/
#footer {
	position: relative;
	width: 800px;
	height: 24px;
	z-index: 1001;
	background-color: #ffcc00;
}
#footer ul {
	list-style: none;
	float: right;
}
#footer li { float: left; }
#footer a {
	display: block;
	height: 24px;
	line-height: 23px;
	padding: 0 5px 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#footer a:hover { color: #ffffff; }