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

.suckerdiv ul  		{ background-color:#f1f8fe; margin: 0; padding: 0; list-style-type:none; }	
.suckerdiv ul li	{ background-color:#f1f8fe; position: relative; }
	
/*Sub level menu items */
.suckerdiv ul li ul	{ background-color:#f1f8fe; position: absolute; width: 170px; top: 0; visibility: hidden; }

/* Sub level menu links style */ /*force hasLayout in IE7 */ 
.suckerdiv ul li a 	{ display: block; overflow: auto; color:#095c9d; text-decoration: none; background: #f1f8fe;
						padding: 1px 5px; border-bottom: 1px solid #d4e4ef;  }

#.suckerdiv ul li a:visited 	{ color:#FF9900; } /* remember of the text when we are viewed...( now I am close in temporary ) */

.suckerdiv ul li a:hover 	{ color:#FF9900; }

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

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


