.menu_background
{
	height: 30px;
	border-bottom: 1px solid #FFCC99;
	background: yellow url('/images/bg_menu_gold.gif') repeat-x;
}
	
.menu {
	width: 100%;
}

#d211_menu_icon {
/*	position: absolute;
	right: 23px;
	top: 1px;*/
	float: right;
	padding-right: 17px;
	padding-top: 1px;
}

#emergency_info {
	background: url('/images/emergency-off.gif') center center no-repeat;
}

#emergency_info:hover {
	background: url('/images/emergency.gif') center center no-repeat;
}

#twitter {
	background: url('http://www.fhs.d211.org/assets/images/icons/Twitter_Icon_Brown_23x23.gif') center center no-repeat;
}

#twitter:hover {
	background: url('http://www.fhs.d211.org/assets/images/icons/Twitter_Icon_23x23.gif') center center no-repeat;
}

#android {
	background: url('/assets/menus/images/android_white.gif') center center no-repeat;
	height: 22px;
	width: 19px;
}

a:hover #android {
	background: url('/assets/menus/images/android_gold.gif') center center no-repeat;
}

#apple {
	background: url('/assets/menus/images/apple_white.gif') center center no-repeat;
	height: 22px;
	width: 18px;
}

a:hover #apple {
	background: url('/assets/menus/images/apple_gold.gif') center center no-repeat;
}

.menu ul {
	padding: 0;
	margin: 0;
	z-index: 50;
}

.menu a {
	color: #333300;
}

.menu a:visited {
	color: #333300;
}

.parent:hover > ul {
	display: block;
	width: 16em;
	position: absolute;
	z-index: 5;
}

.menu li a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
	
.parent {
	list-style-type: none;
	padding: 0;
	z-index: 50;
	line-height: 30px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	float: left;
	position: relative;
	font-size: 11pt;
}

.parent a:hover {
	background: black;
	color: white;	
}	
.parent ul {
	background: url('/images/green93.png') bottom repeat;
	line-height: normal;
	font-weight: normal;
	list-style-type: none;
	text-transform: none;
	text-align: left;
	display: none;
	position: absolute;
}

.parent ul a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;
}

.parent ul a:visited {
	color: #FFFFFF;
}

.parent ul a:hover {
	color: #CC9900;
}

.submenux {
	background-image: none;
}
