﻿.arrowlistmenu{


}
.arrowlistmenu h3 a
{
	margin-top:0px;
	margin-bottom:0px;
     padding-top:0px;
     padding-bottom:0px;
     padding-left:25px;
    color:#003357;  
    text-decoration: none; 
    background-image:url(images/1331536823_control_play.png);
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center; 	
}
.arrowlistmenu h3 a:hover
{
    color:#49708C; 
    text-decoration:none;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:  12px Arial;
color: #ffffff;
/*background: black url(../images/titlebar.png) repeat-x center left;*/
margin-bottom: 5px; /*bottom spacing between header and rest of content*/

padding: 0px 0 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
 background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
line-height:22px;

}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/005_49.gif) no-repeat center left; /*custom bullet list image*/
padding-left:15px;
 margin-left:21px;
text-decoration: none;
font-weight: bold;
text-decoration: none;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
text-decoration: underline;
}

/* header and content baground */

.arrow{
	margin: 0px;
	padding: 0px;

}
.arrow h3 
{
    background-color:#bc501a;
    border:solid 5px #f1f1f1;
    margin-bottom:0px;
    width:720px;
    padding-bottom:0px;
    
}
.arrow h3 a
{
   padding-left:25px;
   color:#ffffff;  
   text-decoration: none; 
   font-size:14px;
}

.arrow .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:  12px Arial;
color: #ffffff;
/*background: black url(../images/titlebar.png) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

padding: 0px 0 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrow .openheader{ /*CSS class to apply to expandable header when it's expanded*/
 background-image: url(titlebar-active.png);
}

.arrow ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:#f1f1f1;
}

.arrow ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/

list-style-type:none;
padding-top:0px;
padding-left:20px;
padding-right:10px;
text-align:justify;
border:solid 1px #EEEEEE;
}

.arrow ul li a{
color: #ffffff;
padding-left:15px;
 margin-left:21px;
text-decoration: none;
font-weight: bold;
text-decoration: none;
font-size: 90%;
}

.arrow ul li a:visited{
color: #A70303;
}

.arrow ul li a:hover{ /*hover state CSS*/
color: #A70303;
text-decoration: underline;
}

