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


.suckerdiv ul{
list-style-type: none;
width: 193px; /* Width of Menu Items */
border-top: 1px solid #ccc;

}
	
.suckerdiv ul li{
position: relative;
line-height:30px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 193px; /*sub menu width*/
top: 0;
visibility: hidden;
z-index:999;
}

/* Sub level menu links style */
.suckerdiv ul li a{
width:178px;
padding-left: 15px;
font:11px Tahoma, Arial, Helvetica, sans-serif;
color:#666666;
display: block;
/*overflow: auto; force hasLayout in IE7 */
text-decoration: none;
background:#fff;
line-height:30px;
border-bottom: 1px solid #ccc;
}

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

.suckerdiv ul li a:hover{
background-color: #f5f5f5;
}

.suckerdiv .subfolderstyle{
width:178px;
background: url(cssimg/menu-arrow.gif) no-repeat center right;
background-color:#fff;
}

.suckerdiv a img {
border:0;
margin-right:5px;
vertical-align: middle;

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

