table td {
	font-family:Sylfaen;
	font-size:12px;
	color:#000000;

}
.pagename {
	font-family:Sylfaen;
	font-size:13px;
	color:#000000;
	border-bottom:dashed 1px #CCCCCC;
	font-weight:bold;
	padding-bottom:7px;
}
.inp2{border: solid 1px #999999; font-family:Sylfaen; font-size:13px; color:#000000; background:#FFFFFF; width:100%; font-weight:normal;}
.butt{border: solid 1px #333333; font-family:Sylfaen; font-size:12px; color:#FFFFFF; background:#4b585e; font-weight:normal;}

.arrowlistmenu{
width: 100%; /*width of menu*/
/*font: normal 13px Sylfaen;*/
}

/*.arrowlistmenu .headerbar{

color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;
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: 0; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(../img/mm_arr.jpg) no-repeat 7px center #f9f9f9; 
display: block;
padding: 5px 5px;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-size: 12px;
display:block;
font-weight:bold;
margin-bottom:7px;
border:dashed 1px #f9f9f9;
border-right:solid 2px #a22f17;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #777777;
background: url(../img/mm_arr.jpg) no-repeat 10px center #FFFFFF; 
border:solid 1px #f9f9f9;
border-right:solid 4px #a22f17;
}
