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

.suckerdiv ul{
display:block;
margin: 0;
padding: 0px 0px;
list-style-type: none;
width: 200px; /* Width of Menu Items */
border-bottom: 2px solid #FFF;
background:url(../images/img1.jpg) center;
}
	
.suckerdiv ul li{
background: url(../images/img1.jpg) center;
position: relative;
width:200px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
background: url(../images/img1.jpg) center;
margin-left:0px;
position: absolute;
width: 200px; /*sub menu width*/
top: 0px;
visibility: hidden;
}
/*
CREATED NEW
*/
.suckerdiv ul li ul li{
background: url(../images/img1.jpg) center;
position: relative;
width:200px;
}

.suckerdiv ul li ul li ul{
background: url(../images/img1.jpg) center;
margin-left:0px;
position: absolute;
width: 200px; /*sub menu width*/
top: 0px;
visibility: hidden;
}
/*
CREATED NEW
*/
/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#000000;
text-decoration: none;
margin-top:2px;
padding: 5px 10px;
border-bottom: 0;
font-family:Verdana;
font-size:11px;
}

.suckerdiv ul li a:visited{
color:#000000;
}

.suckerdiv ul li a:hover{
background: url(../images/img2.jpg) center;
}

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

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { background: url(../images/img1.jpg) center;height: 1%; }
/* End */
