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

.suckerdiv ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 175px;
}

.suckerdiv ul li{
	position: relative;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 175px; /* Parent menu width - 1*/
	position: absolute;
	width: 175px; /*sub menu width*/
	top: 0;
	display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
	left: 175px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	left: 175px;
	background: url(../images/layout/menu-sub.jpg);
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #222222;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #222222;
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: yellow;
	text-decoration: none;
	padding: 1px 5px;
	line-height: 1.75em;
}

.suckerdiv ul li a:hover{
	color: #000;
	text-decoration: none;
	background: url(../images/layout/menu-sub-o-o.jpg);
}

.suckerdiv ul li ul li a:hover{
	color: black;
	text-decoration: none;
	background: url(../images/layout/menu-sub-o.jpg);
}

.suckerdiv ul li ul li ul li a:hover{
background-color: yellow;
color: black;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
	background: url(../images/layout/menu-sub.jpg);
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
	background: url(../images/layout/menu-sub.jpg);
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
	background: url(../images/layout/menu-sub.jpg);
}

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