@charset "utf-8";
/* CSS Document */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
z-index:1;
}
	
.suckerdiv ul li{
margin:0;
border-bottom:2px solid #FFFFFF;
position: relative;
width: 175px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 175px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #4b4f4b;
font-weight:bold;
font-size:12px;
text-decoration: none;
background: #fdfaf7;
border-right:4px solid #6bcef2;
padding: 4px;
}

.suckerdiv ul li a:hover{
text-decoration: none;
background: #6bcef2;
color:#FFFFFF;
border-right:4px solid #f8cc53;
}

.suckerdiv ul li a:visited{
color: #4b4f4b;
font-weight:bold;
}

.suckerdiv .subfolderstyle{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #4b4f4b;
text-decoration: none;
background: #fdfaf7;
border-right:4px solid #6bcef2;
padding: 4px;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
