body { margin-top: 5; margin-height:0; font-family: verdana, tahoma, arial, helvetica, sans-serif }

.copy { color: #007701; font-size: 10px }

a:link, a:active, a:hover { color: #007701; text-decoration: underline }

table { cellspacing: 0; cellpadding: 0; border: 0 }

p { margin-left: 10; margin-right: 10; color: #000000; font-size: 10pt; }
font { color: #000000; font-size: 10pt }

h3 { padding-left: 10; padding-right: 10; margin-top: 0; margin-bottom: 0; color: #007701 }
blockquote { color: #000000; font-size: 10pt }
td { color: #000000; font-size: 10pt }
ol { color: #000000; font-size: 10pt; padding-left: 10; padding-right: 10 }
ul { color: #000000; font-size: 10pt; padding-left: 10; padding-right: 10 }

.req { padding-left: 10; padding-right: 10; margin-top: 0; color: #bb0000; font-size: 10pt; text-align: justify }


/*Start of Dropdown Menu*/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style:none;
font-size: 12px;
width: 200px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
list-style:none;
/*line-height: 1.8em;*/
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
margin:0px;
top: 0;
visibility: hidden;
font-size:12px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding-top: 0px;
padding-left: 0px;
padding-bottom:0px;
color:#fff;
background:#fff;
font-family:Arial, Verdana;
font-weight:bold;
margin:0px;
list-style: none;


}

.suckerdiv ul li a:hover{
color:#ffffff;
margin:0px;
text-decoration:none;
}

/*.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}*/

.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding-top: 1px;
padding-left: 5px;
padding-bottom:0px;
color:#fff;
background:#007701;
font-family:Arial, Verdana;
font-weight:bold;
border:0;
margin:0px;
list-style: none;
}

.suckerdiv ul li ul li a:hover{
text-decoration:none;
background:cornflowerblue;
color:#fff;
border:0;
margin:0px;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */