



.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 185px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 185px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #EBE6DA !important;
color : #666;
}

/* Sub level menu links style */
.suckerdiv ul li a{
font: 11px Arial, Helvetica, sans-serif;
color : #000;
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 5px 0 5px 9px;
border-bottom: 1px solid #fff;
background: #AFA398;
}


.suckerdiv ul li a:visited{
color: #000;
}

.suckerdiv ul li a:hover{
background-color: #AFA398;
color: #002377;
}

.suckerdiv .subfolderstyle{
background: #AFA398 url(images/arrow_brown_02.gif) no-repeat center right;
}

/*.subM ul li a{
color: #666;
text-decoration: none;
background: #EBE6DA;
}

.subM a:hover{
color: #002377;
}
*/
.black a{
color: #000;
text-decoration: none;
background: #EBE6DA !important;
}

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