BODY {

	color: #000000;
}


A {
	text-decoration: none;
	color: #006300;
}

A:Hover {
	text-decoration: none;
	/*background-color: red*/
	color: #31CE31;
}

.style2 {
	color: #006300;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin-left: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
color:white;
background-color:green;
}
	
.suckerdiv ul li{
position: relative;
color:white;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 100px; /*sub menu width*/
top: 0;
visibility: hidden;
color:white;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 0px 5px;
/*border: 1px solid #ccc;*/
border-bottom: 0;
font-weight: bold;
font-size: 15px;

}

.suckerdiv ul li a:visited{
/*color: white;*/

}

.suckerdiv ul li a:hover{
background-color: red;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
font-weight: bold;
font-size: 15px;

}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


