/* CSS Document */


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

.suckerdiv ul{
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 225px;
  position:relative;
  z-index:99;
}
	
.suckerdiv ul li{
	position: relative;
	color: #36357B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	border-bottom-color: #9AB4D4;
	background-color: #AFDBF4;
	background-image: url(../images/navBtn_23.gif);
	background-position: left center;
}

	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	visibility: hidden;
	left: 215px;
	background-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-top-color: #999999;
  width:285px;
	top: -1px;
	height: auto;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	color: #005BA7;
	text-decoration: none;
	overflow: auto;
	height: 17px;
	padding-top: 5px;
	padding-left: 24px;
	width: auto;
  background-image: url(../images/navBtn_23.gif);
	background-position: left center;
	padding-bottom: 5px;
}

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

.suckerdiv ul li a:hover{
	color: #000000;
	background: url("../images/navBtn_23_roll_over_animation.gif") top center no-repeat;
}

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

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

