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

.sdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 185px;
	background-color: #537599;
}
	
.sdiv ul li{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
	
/*Sub level menu items */
.sdiv ul li ul{
	position: absolute;
	width: 170px;
	top: 0;
	visibility: hidden;
	background-color: #537599;

}

/* Sub level menu links style */
.sdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #537599;
padding: 1px 5px;
border-bottom: 0;

}

.sdiv ul li a:visited{
	color: #FFFFFF;
	background-color: #537599;

}

.sdiv ul li a:hover{
	background-color: #425C79;
	color: #CCCCCC;

}

.sdiv .subfolderstyle{
background: url(graphics/arrow-2.gif) no-repeat center right;
}

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