/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* ************************** first menu **************************** */
.arrowlistmenu{
	width: 150px; /*width of menu*/
	margin: 0px 0px 10px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
/* color: #2e3d04; */
color:#000000;
background: url(media/arrowbullet.png) no-repeat center left;    /*custom bullet list image*/ 
display: block;
padding: 2px 0;
padding-left: 17px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #a4a523;
border-bottom-style:dotted;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*color: #A70303; */
color:#993300;
background-color: #F3F3F3;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/ 
}


/* ************************** sencond menu **************************** */
.arrowlistmenu2{
	width: 150px; /*width of menu*/
	margin: 0px 0px 10px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.arrowlistmenu2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li a{
/* color: #2e3d04; */
color:#000000;
background: url(media/arrowbullet2.png) no-repeat center left;    /*custom bullet list image*/ 
display: block;
padding: 2px 0;
padding-left: 17px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #a4a523;
border-bottom-style:dotted;
font-size: 12px;
}

.arrowlistmenu2 ul li a:visited{
color: #A70303;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
/*color: #A70303; */
color:#993300;
background-color: #F3F3F3;
background: url(media/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/ 
}

