/* CSS Document */

.leftcol {
	width: 150px;
	float: left;
}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #A5D0E4;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*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: #006699;
	font-family: "Lucidia Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	padding: 5px 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A5D0E4;
	border-bottom-color: #A5D0E4;
	border-left-color: #FFFFFF;
	border-bottom: 0;
}

.suckerdiv ul li ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #003366;
	font-family: "Lucidia Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A5D0E4;
	border-right-color: #A5D0E4;
	border-bottom-color: #A5D0E4;
	border-left-color: #A5D0E4;
	padding: 5px 5px;
	background-color: #CCE6FF;
}

/*.suckerdiv ul li a:visited{
color: black;
}*/

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

.suckerdiv ul li ul li a:hover{
background-color: #99CCFF;
color: #000000;
text-decoration: none;
}

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

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





