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

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	float: left;
	clear: both;
}

.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited{
	background-color: #5b4d20;
}

.sidebarmenu ul li a:visited{
color: white;
}


.sidebarmenu ul li a:hover{
	background-color: #900;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 236px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
} 

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