/* @charset "utf-8";
CSS Document */

.suckerdiv {
	width: 161px;
	padding: 0;
	margin: 0;
	border-top: 2px solid #BDC9D9;
    /*border-top: 6px solid #C5C5C5; */
	/* border-bottom: 6px solid #B6B6B6; width:99%; */
}	

.suckerdiv ul{
margin: 0;
padding: 0; 
list-style-type: none;
width: 161px; /* Width of Menu Items */
border-bottom: 1px solid #CCCCCC;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 188px; /*sub menu width*/
top: 0;
visibility: hidden;
color: #ffffff;
/*color: #003366; */
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
font: normal 13px Verdana, Helvetica, sans-serif;
/* font: 12px Verdana, Helvetica, sans-serif;  */
text-decoration: none;
background: #6699CC;
padding: 3px 5px;
border: 1px solid  #BDC9D9;
/* border: 2px solid  #CCCCCC; */
/* border: 1px solid  #999999; */
border-bottom: 1px solid #BDC9D9; 
	margin-bottom:-2px;
}

.suckerdiv ul li a:visited{
color: #ffffff;
/*text-decoration: none; */
}
/*
.suckerdiv ul li a:active{
	color: #666666;
	text-decoration: underline;
}
*/
.suckerdiv ul li a:hover{
background-color: #D7DEE8;
color: #003366;
/* font-weight:bold; */
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(../images/plus.gif) #6699CC no-repeat center right; cursor:pointer;
} 
	
	
/* Holly Hack for IE \*/
* html .suckerdiv ul { height: 1%; } 
* html .suckerdiv ul li { float: left; height: 1%; } 
* html .suckerdiv ul li a { height: 1%; }
/* End */


