#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; }
.red_button { 
	background-color: #ff0000;
	color: #ffffff !important;
}
.red_button:hover { color: #ffcc00 !important; }
/*footer*/
#footer {
	position: relative;
	width: 800px;
	height: 24px;
	z-index: 1001;
	background-color: #ffcc00;
}
#footer ul {
	list-style: none;
	margin-left: 25px;
}
#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; }
/*social media*/
.social_media {
	margin-right: 2px;
	float: right;	
}
.social_media li { }
.social_media a {
	display: block;
	width: 16px;
	height: 16px !important;	
	text-indent: -9999px;
	padding: 0 !important;
	margin: 4px 8px 0 0 !important;
	line-height: 16px !important;
	background: url(../images/src/sm.png) no-repeat;
}
.social_media a:active { outline: none; }
.social_media li.sm_youtube a { background-position: 0px 0px; }
.social_media li.sm_facebook a { background-position: -16px 0px; }
.social_media li.sm_twitter a { background-position: -32px 0px; }
