/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is 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.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
*/
.standard_text {
	color: #9f5136;
}

.lowText {
	text-decoration: none;
	color: #4A4A4A;
	text-align: left
}
.highText0 {
  background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: White;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.highText {
  background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	color: White;
	text-align: left;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.highText1 {
  background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: Yellow;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.highText01 {
  background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: Yellow;
	padding-top: 5px;
	padding-left: 5px;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

.subText {
	text-decoration: none;
	color: #FFFFFF;
	font: 10px Arial, Helvetica;
	text-align: left;
}
.subText1 {
	text-decoration: none;
	color: #FFFFFF;
	font: 10px Arial, Helvetica;
	text-align: left;
}

/* Borders used by some items */
.itemBorder { border: 1px solid #54352A }
.itemBorderBlank { border: 1px solid #54352A }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }


