/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#suckertree1 ul li a {
background-color: #333;
color: #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
font-size: 10px;
text-align: left;
}

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px; /* Width of Menu Items */
	background-image: url(images/nav/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*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: #fff;
text-decoration: none;
background: transparent;
padding: 5px 10px 5px 5px;
border-bottom: 1px dotted #eee;
font-size: 12px;
text-align: left;
font-weight: bold;
}

.suckerdiv ul li a:visited{

}

.suckerdiv ul li a:hover{

}

#suckertree1 ul li .subfolderstyle{
	background-image: url(images/misc/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
}

#suckertree1 ul li a:hover {
background-color: #444;
color: #fff;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */