@charset "utf-8";
/* CSS Document */

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

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	background-color: #101A32;
	background-image: url(blank_new.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	border-bottom-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #ccc;
	border-top-width: none;
	border-right-width: none;
	border-left-width: none;
}
	
.suckerdiv ul li{
	position: relative;
	background-color: #101A32;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(blank_new.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	text-indent: 3px;
	border: 0px none #ccc;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color: #101A32;
	background-image: url(blank_new.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	text-indent: 3px;
	border: 0px none #ccc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #101A32;
	background-image: url(blank_new.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	text-indent: 3px;
	border: 0px none #ccc;
}

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

.suckerdiv ul li a:hover{
	background-color: #101A32;
	background-image: url(blank_hover.gif);
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
	color: #FFFFFF;
	background-color: #101A32;
	background-image: url(blank_new.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	text-indent: 3px;
	border: 0px none #ccc;
}
* html .suckerdiv ul li a {
	height: 1%;
	color: #FFFFFF;
	background-color: #101A32;
	background-image: url(blank_new.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	text-indent: 3px;
	border: 0px none #ccc;
}
/* End */