/*Credits: Dynamic Drive CSS Library */


html {
overflow-x: hidden;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
}

.suckerdiv ul{
	margin:auto;
	padding:5px 0px 0px 30px;
	list-style-type: none;
	width: 181; /* Width of Menu Items */
	height: 10px;
	border-bottom-width: 20px;
	border-bottom-style: none;
	border-bottom-color: #ccc;
}
	
.suckerdiv ul li{
	position: relative;
	width:181px;
	height: 21px;
	background:url(../images/blank_btn.jpg);
	background-image: url(.../images/blank_btn.jpg);
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 181px; /*sub menu width*/
height: auto;
top: 30;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
font-family: Arial;
padding:2px 0px 0px 0px;
font-size: 13px;
font-weight:bold;
height:19px;
background:url(../images/blank_btn.jpg);
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
border: 0px solid #ccc;
color: #7e91a6;

}


.suckerdiv ul li a:visited{
background:url(../images/blank_btn.jpg);
}

.suckerdiv ul li a:hover{
background:url(../images/blank_btn2.jpg);

}

.suckerdiv .subfolderstyle{
background:url(../images/blank_btn.jpg) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float:none;}
* html .suckerdiv ul li a { height:auto;}
/* End */
