.suckerdiv ul{
padding: 0;
margin:0px;
height:24px;
list-style-type: none;
width: 1004px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
line-height:24px;
text-align:center;
}
.suckerdiv ul li{
position: relative;
width:124px;height:24px; float:left; line-height:24px;}
	
/*1st level sub menu style */
.suckerdiv ul li ul{

left: -1px; /* Parent menu width - 1*/
position: absolute;
width: 124px; /*sub menu width*/
top: 0;
display: none;
}
.suckerdiv ul li ul li{ height:24px; line-height:24px;}


/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 124px; /* Parent menu width - 1*/
}
.suckerdiv ul li ul li ul li{ 
 height:24px; line-height:24px;
}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
font:12px ËÎÌå;
padding: 5px 5px;
font-weight:bold;
border: 1px solid #ccc;
text-align:center;
border-bottom: 0;
height:24px; line-height:24px;

}


.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color: gray;
text-decoration:none;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

STRONG {
	font-size: 12px;
	line-height: normal;
}

b {
	font-size: 12px;
	line-height: normal;
}
div {
	font-size: 12px;
	line-height: normal;
}
td {
	font-size: 12px;
	line-height: normal;
}

tr {
	font-size: 12px;
	line-height: normal;
}

font{
	font-size: 12px;
	line-height: normal;
}

p{
	font-size: 12px;
	line-height: normal;
}
	

tbody{
	font-size: 12px;
	line-height: normal;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



