/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 1px;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
border: 0px;
/*border-bottom: 1px solid #ccc;*/
}
	
.suckerdiv ul li{
position: relative;
background: #ffc;
margin-bottom: 0px;
/*-moz-opacity:.75;
opacity:.75;*/
height: 26px;
border: 1px solid #ccc;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
font-weight: bold;
background: #ffc;
padding: 1px 2px;
/*border: 1px solid #ccc;*/
/*border-bottom: 0;*/
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #900;
color: white;
font-weight:bold;
}

.suckerdiv .subfolderstyle{
background: url('/themes/torostheme/img/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 */