/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#sub_nav {
	float: left;
	width: 120px;
	padding: 5px 5px 0px 5px;
}

#sub_nav ul{
	padding: 0px;
	line-height: 2em;
}
	
#sub_nav ul li{
	position: relative;
	padding-left: 2px;
	display: block;
	height: 20px;
}
	
/*Sub level menu items */
#sub_nav ul li ul{
	position: absolute;
	width: 120px; /*sub menu width*/
	top: 0;
	padding: 0px 5px;
	visibility: hidden;
	background: #f3f3f3;
	border: 1px solid #CCCCCC;
}

/* Sub level menu links style */
#sub_nav a:link, #sub_nav a:active, #sub_nav a:visited {
	color: #333333;
	display: block;
	width: 118px;
	height: 20px;
	border-bottom: 1px dashed #CCCCCC;
	overflow: auto; /*force hasLayout in IE7 */
}

#sub_nav li a:visited{
color: black;
}

#sub_nav ul li a:hover{
	color: #BF2026;
}

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

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