/*<style type="text/css">*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 260px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
text-align:left;
background: url(images/footer-bg.gif) left top repeat-x #717171; /*#ebebeb url(images/center_tile.gif) repeat-x center left;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu1 .headerbar{
font: bold 14px Arial;
color: white;
text-align:left;
background: url(images/footer-bg.gif) left top repeat-x #717171; /*#ebebeb url(images/center_tile.gif) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu2 .headerbar{
font: bold 14px Arial;
color: white; /*#228826;*/
text-align:left;
background: url(images/footer-bg.gif) left top repeat-x #717171; /*#ebebeb url(images/center_tile.gif) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/

}



.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*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: #228826;
display: block;
padding: 0px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight:bold; /* recommend from Mr. Tahir */
border-bottom: 1px dashed #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #228826;
}

.arrowlistmenu .active{
color: #ffa500;
display: block;
padding: 0px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;

border-bottom: 1px dashed #dadada;
font-size: 90%;

}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #228826;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
}


/* Me */
.arrowlistmenu2 ul{
list-style-type: none;
margin: 0;
padding: 5px 0px 0px 0px;
margin-bottom: 8px; /*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: #228826;
display: block;
padding: 0px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;

border-bottom: 1px dashed #dadada;
font-size: 90%;
}

.arrowlistmenu2 ul li a:visited{
color: #228826;
}

.arrowlistmenu2 .active{
color: #ffa500;
display: block;
padding: 0px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;

border-bottom: 1px dashed #dadada;
font-size: 90%;

}


.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #228826;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
}

/*</style>*/

