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

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 275px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font: 15px times new roman;
	margin-left:0px;
	z-index: 1000;
	margin-bottom: 30px;
}
	
.suckerdiv ul li{
position: relative;
background:#ffffff repeat-y center;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 285px; /*sub menu width*/
top: 0;
visibility: hidden;
margin-left:2px;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background:#ffffff repeat-y center;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

.suckerdiv ul li a:visited{
color: black;
background:#ffffff repeat-y center;
}

.suckerdiv ul li a:hover{
	background:#ffffff repeat-x left;
	font-weight:bold;
}

.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 */


