@charset "utf-8";
/* Silverstream SCREEN CSS Document */



.arrowlistmenu{
width: 196px; /*width of accordion menu*/
font: "Tahoma", Arial, Verdana, sans-serif;
margin-top:10px;
}

.arrowlistmenu li{
color:#FFFFFF; 
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
text-indent: -9999px;

}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: Tahoma, Arial, Verdana, sans-serif;
color: white;
width: 196px;
height: 54px;
background:url(../i/leaving_cert.gif) 0px 0px no-repeat ;
display:block;
text-transform: uppercase;
padding: 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/

background:url(../i/leaving_cert.gif) 0px -54px no-repeat;

}

.arrowlistmenu .menuheader2 { /*CSS class for menu headers in general (expanding or not!)*/
text-indent: -9999px;

}

.arrowlistmenu .menuheader2 a{ /*CSS class for menu headers in general (expanding or not!)*/
font: Tahoma, Arial, Verdana, sans-serif;
color: white;
width: 196px;
height: 54px;
background:url(../i/junior_cert.gif) 0px 0px no-repeat ;
display:block;
text-transform: uppercase;
padding: 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader2 a:hover{ /*CSS class for menu headers in general (expanding or not!)*/

background:url(../i/junior_cert.gif) 0px -54px no-repeat;

}

.arrowlistmenu .menuheader3 { /*CSS class for menu headers in general (expanding or not!)*/
text-indent: -9999px;

}

.arrowlistmenu .menuheader3 a{ /*CSS class for menu headers in general (expanding or not!)*/
font: Tahoma, Arial, Verdana, sans-serif;
color: white;
width: 196px;
height: 54px;
background:url(../i/grammar.gif) 0px 0px no-repeat ;
display:block;
text-transform: uppercase;
padding: 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader3 a:hover{ /*CSS class for menu headers in general (expanding or not!)*/

background:url(../i/grammar.gif) 0px -54px no-repeat;

}




.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{
padding: 4px 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: url(../i/arrowbullet.png) no-repeat center right!important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: url(../i/arrowbullet2.png) no-repeat center right !important;
}

.arrowlistmenu ul li a{
color: #fff;

font: "Tahoma", Arial, Verdana, sans-serif ;
font-weight:normal;
display:block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ea9696;

}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #fff;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background:#CC0000;
}

.red {
background-color:#CC0000;

margin-top:7px;
width:196px;

}

.subcategoryitems li, .categoryitems li {
font: "Tahoma", Arial, Verdana, sans-serif;
font-size:13px;
font-weight: normal;

}

