/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
/* border-bottom: 1px solid #ccc; */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #cccccc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #AA9249;
text-decoration: none;
background: #ffffff;
padding: 1px 5px;
border-bottom: 1px solid #ffffff; 
}

.suckerdiv ul li a:visited{
color: #AA9249;
text-decoration: none;
}

.suckerdiv ul li a:hover{
text-decoration: underline;
color: blue;
border-bottom: 1px solid #cccccc;
/* background-color: yellow; */
}

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

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