body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

.style8 {
	font-size: 12px;
	font-weight: bold;
}

.curs
{cursor:hand;}



.style1 {
	font-size: 10px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #616088;
}
.style5 {
	font-size: 10px;
	color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 10px;
	line-height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

.menucell a{width:100%;height:100%;display:block;cursor:hand;}

a:hover
{
color:#A3D703;
}

#dropmenudiv{
position:absolute;
background-color: #616088;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:27px;
filter: alpha(opacity=90);
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#A3D703;

}

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


/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}