﻿/* --------------------------- */ 

.arrowlistmenu{
width: 190px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: normal 11px Verdana;
color: white;
background: lightgrey url(../images/titlebar.png) repeat-x center left;
margin-top: 0px; /*bottom spacing between header and rest of content*/
margin-bottom:7px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content 8*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
line-height:17px;

}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/menuarrow2.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
color:#626262;
font-family:Verdana,Sans-Serif;
}

.arrowlistmenu ul li a:link{
/*color: #A70303;*/
color:#626262;
font-family:Verdana,Sans-Serif;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*color: #A70303;*/
color:#fff;/* #626262;*/
font-family:Verdana,Sans-Serif;
background-color:Red;/*#82c182;*//* #F3F3F3;*/
}

.activeMenu
{
	color: White;
	background-color:Red;
}


a:hover pmh2
{
	color:White;
}

a:link.pmh2, a:visited.pmh2
{	
	text-decoration:none;
	font: normal 11px Verdana;
	color:White;
}
