.suckerdiv   {
	list-style-position: outside;
	/*list-style-image: url(../elements/images/bullet_submenu.gif);*/
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
        margin-left:10px;
	padding: 0;
	list-style-type: none;       
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E8E8E8;
}
	
.suckerdiv ul li{
       width:210px;
       position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 120px; /*sub menu width*/
	top: 0px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	left: 0px;
	display: block;
	z-index: auto;
}
/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:#0D245A;
	text-decoration: none;
        background: url(../elements/images/bullet_submenu.gif) no-repeat center left;
	padding: 1px;
        padding-left: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
        font-weight: bold;        
}

.suckerdiv ul li a:hover{
	background-color:#0C2E87;
	color:#FFC964;
	margin: 0px;
	padding: 1px;
	/*background: url(../elements/images/bullet_submenu.gif) no-repeat center left;*/
        background: url(../elements/images/bullet.gif) no-repeat 180px center;
 	background-repeat: no-repeat;
	/*background-position: 150px center;*/
        font-weight: bold;
        padding-left: 13px;
}


.suckerdiv .subfolderstyle{
        background: url(../elements/images/bullet_submenu.gif) no-repeat center left;
	/*background: url(../elements/images/bullet.gif) no-repeat 180px center; */ 
	margin: 0px;
	padding: 1px;
	list-style-position: outside;
	list-style-type: none;
        font-weight: bold;
        padding-left: 13px;
}
.suckerdiv a.selected {
    background-color: #444444;
    color: white;
}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: auto;
}
* html .suckerdiv ul li a {
	height: auto;
}
.suckerdiv ul li a ul {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #0D245A;
	text-decoration: none;
	/*background: #fff url(../elements/images/bullet_submenu.gif) no-repeat 180px center;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
        font-weight: normal;
}
/*SUB MENU*/
.suckerdiv ul li ul li a {
	display: block;        
	overflow: auto; /*force hasLayout in IE7 */
	color: #0D245A;
	text-decoration: none;
	background: #E6EEFF;
	padding: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3CBFF;
        font-weight: bold;
        width:40;
        padding-left:10px;
}
.suckerdiv ul li ul li a:hover {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	background: #003366;
	padding: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
        padding-left:10px;
}
