/*******************************
Default menu styles 
********************************/

/* Default menuitem style when not rolled over */
.menuitem_nonrollover {		text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align: middle;
				font-family: "Skurri";
				font-size: 13pt;
				cursor: hand;
}

/* Default menuitem style when rolled over */
.menuitem_rollover {		text-align: center;
	  			color: firebrick;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 12pt;
				cursor: hand;
}

/* Default menuitem with submenu style when not rolled over */
.sm_menuitem_nonrollover {	text-decoration: none;
				text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 13pt;
				cursor: hand;
}

/* Default menuitem with submenu style when rolled over */
.sm_menuitem_rollover {		text-decoration: none;
				text-align: center;
	  			color: forestgreen;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 12pt;
				cursor: hand;
}

/* Default submenu style when rolled over */
.submenu {			text-decoration: none;
				text-align: center;
	  			color: black;
				text-shadow: none;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 12pt;
				cursor: hand;
}

/* Default menu style when rolled over */
.menu_rollover {		text-decoration: none;
				text-align: center;
	  			color: black;
				text-shadow: none;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 14pt;
				cursor: hand;
}

/* Default menu style when not rolled over */
.menu_nonrollover {		text-decoration: none;
				text-align: center;
	  			color: black;
				text-shadow: none;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 13pt;
				cursor: hand;
}

/* left menu filler style */
.menu_leftfiller {		background-color: transparent;
}

/* inter menu filler style */
.menu_interfiller {		background-color: transparent;
}

/* right menu filler style */
.menu_rightfiller {		background-color: transparent;
}



/*******************************
User defined menu styles 
********************************/

/* 'names' style menuitem non rolled over */
.names_nonrollover {		text-decoration: none;
				text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 12pt;
				cursor: hand;
}

/* 'names' style menuitem rolled over */
.names_rollover {		text-decoration: none;
				text-align: center;
	  			color: firebrick;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 11pt;
				cursor: hand;
}

/* 'names' style menuitem with submenu non rolled over */
.sm_names_nonrollover {		text-decoration: none;
				text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 12pt;
				cursor: hand;
}

/* 'names' style menuitem with submenu rolled over */
.sm_names_rollover {		text-decoration: none;
				text-align: center;
	  			color: forestgreen;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 11pt;
				cursor: hand;
}


/* 'smallnames' style menuitem non rolled over */
.smallnames_nonrollover {	text-decoration: none;
				text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 11pt;
				cursor: hand;
}

/* 'smallnames' style menuitem rolled over */
.smallnames_rollover {		text-decoration: none;
				text-align: center;
	  			color: firebrick;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 10pt;
				cursor: hand;
}

/* 'smallnames' style menuitem with submenu non rolled over */
.sm_smallnames_nonrollover {	text-decoration: none;
				text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 11pt;
				cursor: hand;
}

/* 'smallnames' style menuitem with submenu non rolled over */
.sm_smallnames_rollover {	text-decoration: none;
				text-align: center;
	  			color: forestgreen;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 10pt;
				cursor: hand;
}

/* 'vsmallnames' style menuitem non rolled over */
.vsmallnames_nonrollover {	text-decoration: none;
				text-align: center;
	  			color: black;
				font-weight: 500;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 10pt;
				cursor: hand;
}

/* 'vsmallnames' style menuitem rolled over */
.vsmallnames_rollover {		text-decoration: none;
				text-align: center;
	  			color: firebrick;
				font-weight: 900;
				vertical-align:middle;
				font-family: "Skurri";
				font-size: 9pt;
				cursor: hand;
}
