/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 168px; /* Width of Menu Items */
border-bottom: 1px solid #00aeef;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
	
.suckerdiv ul li{
position: relative;
background-color:#e7f5fd;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 168px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #d4d1cc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #e7f5fd;
padding: 1px 3px;
border: 1px solid #00aeef;
border-bottom: 0;
border-top: 1;
padding: 3px;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #e7f5fd;
color:#fa551a;
font-weight: bold;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
background-color: #e7f5fd;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
