/*主選單 */
.suckerdiv ul{
margin: 0;
padding: 0 0 0 5px;
list-style-type: none;
width: 181px; /* Width of Menu Items */
background: #fff;
}

/*主選單 */
.suckerdiv ul li{
position: relative;
font:13px
color: #666;
width: 181px;

line-height: 17px;

}

.suckerdiv ul li a{
display: block;
color: #666;
text-decoration: none;
font:12px
background: #fff;
padding: 8px 0;
border-bottom: 0;

}

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

.suckerdiv ul li a:hover{

}
	
/*彈出選單 */
.suckerdiv ul li ul{
left: 180px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
border: 1px solid #ccc;
}

.suckerdiv ul li ul li{

}

.suckerdiv ul li ul li a{
padding: 5px 0 5px 10px;

}

.suckerdiv ul li ul li a:hover{
background: #333;
color: #fff;
}


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



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

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




