/* CSS Document */

.arrowlistmenu{
	width: 195px; /*width of menu*/
	height: 25px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #CCCCCC;
	display: block;
	padding: 2px 0;
	padding-left: 35px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-image: url(images/b2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.arrowlistmenu li.current a, .arrowlistmenu li a:hover {
	color: #FFFFFF;
	background-image: url(images/b2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.podcat {
	margin-left: 15px;
}