/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #ffffff;
 font: 11px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 background-color:#1E4976;
 padding:0;
 cursor:pointer;
}
a.lowText:hover{color: #b49410;cursor:pointer !Important;}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #b49410;
 font: 11px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 background-color:#1E4976;
 padding:0;
}

.openerLink, a.openerLink:link, a.openerLink:visited, a.openerLink:active, a.openerLink:focus {
 color: #ffffff;
 font: 11px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 background-color:;
 padding:0;
 cursor:pointer;
}
a.openerLink:hover{color: #b49410;cursor:pointer !Important;}

/* Borders used by some items */
.itemBorder {
 border: 1px solid #ccc;
}
.itemBorderBlank {
 border: 1px solid #ccc;
}
.linkcolour{color:#ffffff;}
.linkcolourhover{color:#b49410;}