/*
 Some styles used by the "Cascading Popup Menus" script.
*/


/*
 Font settings -- change your font, colour, alignment etc.
Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want. Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus  {
	color: #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image: url(../assets/menu_over.gif);
	background-position: left center;
	background-repeat: repeat-x;
	padding-top: 4px;
}

.lowTextsub, a.lowTextsub:link, a.lowTextsub:visited, a.lowTextsub:active, a.lowTextsub:focus  { 
    color: #FFFFFF; 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-align: center;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
}

.highTextsub, a.highTextsub:link, a.highTextsub:visited, a.highTextsub:active, a.highTextsub:focus {
	color: #004077;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
    border: 1px solid #000000;
}
.itemBorderBlank {
    border: 1px solid #CCCCDD;
}
.itemBorderRt {
	border-right: 1px solid #808AAA;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
    text-decoration: none;
    color: #FFCC99;
    font: Bold 10px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
    text-decoration: none;
    color: #99CCFF;
    font: Bold 10px Arial, Helvetica;
    padding: 1px;
}
.buttonBorder {
    border: 1px outset #339966;
}
.buttonBorderOver {
    border: 1px inset #CC9966;
}
