
.jncdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 158px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background: #fff;
}
	
.jncdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.jncdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #fff;
}

/* Sub level menu links style */
.jncdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border-left: 10px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
border-bottom: 0;
border-right:1px solid #e7e7e7;
font-weight:normal;
}

.jncdiv ul li a:visited{
color: black;
font-weight:normal;
text-decoration: none;
}

.jncdiv ul li a:hover{
background-color: #e7e7e7;
border-left: 10px solid orange;
border-top: 1px solid #e7e7e7;
border-bottom: 0;
border-right:1px solid #e7e7e7;
font-weight:normal;
text-decoration: none;
color: black;

}

.jncdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .jncdiv ul li { float: left; height: 1%; }
* html .jncdiv ul li a { height: 1%; }
/* End */



/*


	
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 158px; 
border-bottom: 1px solid #ccc;
background: #fff;
}
	
.suckerdiv ul li{
position: relative;
}
	

.suckerdiv ul li ul{
position: absolute;
width: 170px;
top: 0;
visibility: hidden;
background: #fff;
}


.suckerdiv ul li a{
display: block;
overflow: auto;
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border-left: 10px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
border-bottom: 0;
border-right:1px solid #e7e7e7;
font-weight:normal;
}

.suckerdiv ul li a:visited{
color: black;
font-weight:normal;
text-decoration: none;
}

.suckerdiv ul li a:hover{
background-color: #e7e7e7;
border-left: 10px solid orange;
border-top: 1px solid #e7e7e7;
border-bottom: 0;
border-right:1px solid #e7e7e7;
font-weight:normal;
text-decoration: none;
color: black;

}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	*/

