.body {
	background-color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#menu {
	background-color: #bb1111;
	border-top: 2px solid #000000;
	border-bottom: 1px white solid;
	border-top: 1px white solid;
	height: 37px;
	width: 100%;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}

#menu a {
	color: #ffffff;
	padding: 8px 14px 14px 8px;
	text-decoration: none;
}

#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover { /* wakeup IE */
	/*background-color: #ee0000;*/
	color: #000000;
	text-decoration: underline;
}

#menu_footer {
	background-color: #bb1111;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	height: 26px;
	width:100%;
}

#menu_footer a:link { /* wakeup IE */
	color: #ffffff;
	text-decoration: none;
}

#menu_footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu_footer a:hover { /* wakeup IE */
	color: #000000;
}

#copyright {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
}

#dropmenudiv {
	background-color: #ffffff;
	position: absolute;
	border: 2px solid #bb1111;
	border-top-width: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 6px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	/*background-color: #ee0000;*/
	text-decoration: underline;
}