﻿


.arrowlistmenu{
width:160px;
margin-left:1px;
}

.arrowlistmenu .menuheader{  /*CSS class for menu headers in general (expanding or not!)*/
font: 10px;
font-family:Arial Greek;
color: white;
font-weight: bolder;
font-size:85%;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
background-image:url(./images/36.jpg);
background-repeat:no-repeat;
padding: 1px  2px 4px 10px; /*header text is indented 10px*/
cursor: "hand";
cursor: pointer;
margin-top:0%;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
width:160px;
background-image:url(./images/newskyred.jpg);
background-repeat:no-repeat;
color: white;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}
.arrowlistmenu ul li a:hover 
{
	background-image:url(./images/newbut.jpg);
color: white;
}

.arrowlistmenu ul li
{
	padding-bottom: 3px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: #ffffff;*/
background-image:url(./images/whiteblack.jpg);
background-repeat:no-repeat;
color:#60B7DE;
width:138px;
height:20px;

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background:#60B7DE;
background-image:url(./images/OrgBlack.jpg);
background-repeat:no-repeat;
width:138px;
height:20px;
}

.arrowlistmenu ul li a{
display: block;
padding: 2px 0;
padding-left: 22px; /*link text is indented 19px*/
text-decoration:none;
font-weight:normal;
/*border-bottom: 1px solid #dadada;*/
font-size: 90%;
width:138px;
background-color:#60B7DE;
color:#60B7DE;
background-image:url(./images/whiteblack.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu ul  a:hover
{
	color:white;
	background-image:url(./images/whiteblack.jpg);
	background-repeat:no-repeat;
}
.arrowlistmenu ul li a:visited{
color: #60B7DE;
width:138px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-image:url(./images/newblack.jpg);
background-repeat:no-repeat;
width:138px;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background:#60B7DE;
background-image:url(./images/newblack.jpg);
background-repeat:no-repeat;
width:138px;
}


