body {
  background-color:#000000;
}

a {
  cursor:default;
  text-decoration:none;
  color: #ee1a2c;
}

a:hover {
	cursor:pointer;
  text-decoration:underline;
  color: #ee1a2c;
}

a img{
	cursor:pointer;
  text-decoration:none;
  border: 0;
}

a img:hover{
	cursor:pointer;
  text-decoration:none;
  border: 0;
}

#text
{
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
	font-size:13px;
	width:440;
	line-height:19px;
}

.text
{
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
	font-size:13px;
}


.home_top {
	background-image:url(img/home_top-bg.gif);
	height: 97px;
	width: 780px;
	background-repeat:no-repeat;
}

.about_top {
	background-image:url(img/about_top-bg.gif);
	height: 97px;
	width: 780px;
	background-repeat:no-repeat;
}

.services_top {
	background-image:url(img/services_top-bg.gif);
	height: 97px;
	width: 780px;
	background-repeat:no-repeat;
}

.contact_top {
	background-image:url(img/contact_top-bg.gif);
	height: 97px;
	width: 780px;
	background-repeat:no-repeat;
}

#dropmenudiv{
border-left:1px solid #000; border-top:1px solid #000; border-right:1px solid #000; border-bottom:0px solid #000; position:absolute;
line-height:18px; 
z-index:100; font-style:normal; font-variant: normal; font-size:12px; font-family: Arial, verdana, Helvetica, sans-serif;
font-weight: bold; top:auto;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #000;
padding: 4px 0;
text-decoration: none;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #fea601;000000*/
background-color: #ee1a2c;
color:#FFFF00;
text-decoration: none;
}
