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

.suckerdiv ul{
	margin: 0px 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
	background-repeat : no-repeat;
	background-position : top right;
	border-bottom: 0px;
}
	
.suckerdiv ul li{
	position: relative;
	padding-top: 0px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	background-color : #D3BF96;
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	margin: 20px 0 0 0px !important;
	margin: 0 0 0 -12px;
	padding: 0;
	border-top: 1px solid #000000;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-repeat : no-repeat;
	background-position : top right;
	padding: 25px 5px 5px 5px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	vertical-align:top;
}

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

.suckerdiv ul li a:hover{
background-repeat : repeat-x;
background-position : top right;
}

/* Sub level menu links style */
.suckerdiv ul li ul li a{
	overflow: auto; /*force hasLayout in IE7 */
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat : no-repeat;
	background-position : top right;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
	border: 1px solid #000000;
	border-top: 0px;
}

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

.suckerdiv ul li u li a:hover{
	background-repeat : repeat-x;
	background-position : top right;
}

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