

body {
	background-image: url(images/BG.gif);
	background-repeat: repeat;
}
#MainBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#H{
width: 100%;
display: block;
text-indent: 5px;
color:#FFF;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#861919;
}

#I{
width: 100%;
display: block;
color:#FFF;


background-color:#009;
}

#J{
width: 100%;
display: block;
color:#FFF;


background-color:#000;
}






#dropmenudiv a:hover{ /*hover background color*/
background-color: #000;
color:#FFF;
}

a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}

#J a:link, #J a:visited,#J a:active  {
	color:#FFF; 
}

#J a:hover {
		text-decoration: none;
	color: #F00;
}
#FooterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

#FooterText  a:link, #FooterText a:visited,#FooterText a:active,#FooterText a:hover {
	color:#FFC; !important
}

