/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.catlistmenu{
width: 170px; /*width of menu*/
}


.catlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #1962ab;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.catlistmenu ul li{
 padding-bottom: 1px; /*bottom spacing between menu items*/
}

.catlistmenu ul li a, .catlistmenu ul li a:visited{
	color: #333333;
	display: block;	
	text-decoration: none;
	list-style-type: none;
	border-top: 1px solid #1962ab;	
	background: url(../grafik/cat_pic.gif) no-repeat 10px 7px;
	padding: 3px 0px 3px 22px;	
}

.catlistmenu ul li a:hover{ /*hover state CSS*/
color: #333333;
background-color: #bbd5ee;
}


.arrowlistmenu{
width: 170px; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #1962ab;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
 padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(../grafik/cat_pic.gif) no-repeat 10px 7px; /*custom bullet list image*/
display: block;
padding: 3px 0px 3px 22px;
text-decoration: none;
border-top: 1px solid #1962ab;
}

.arrowlistmenu ul li a:visited{
color: #333333;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333333;
background-color: #bbd5ee;
}

