
.sizeFive {
font-size: 5px;
}

.sizeTwelve {
font-size: 12px;
}
.textLower {
text-transform:lowercase;
}



.menulistRed a, .menulistRed a:visited {
 display: block;
 /*padding: 3px;*/ /* This screws up lines that wrap, when combined with an 11px line-height */
 padding-left: 1px;
 padding-right: 1px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-decoration: none;
 color: #FF0000;
 background-color: #FFFFCD;
/* color: #000;
 text-decoration: none;*/
}

.menulistGreen a, .menulistGreen a:visited {
 display: block;
 /*padding: 3px;*/ /* This screws up lines that wrap, when combined with an 11px line-height */
 padding-left: 1px;
 padding-right: 1px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-transform: capitalize;
 text-decoration: none;
 color: #FF0000;
 background-color: #FFFFCD;
/* color: #000;
 text-decoration: none;*/
}

.menulistGreen, .menulistGreen ul {
 margin: 0;
 padding: 0;
 /*width: 250px;*/
 list-style: none;
}

.menulistRed, .menulistRed ul {
 margin: 0;
 padding: 0;
 /*width: 250px;*/
 list-style: none;
}

.menulistGreen, .menulistGreen ul {
 margin: 0;
 padding: 0;
 /*width: 250px;*/
 list-style: none;
}

.menulistRed ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 184px;
 color: #FF0000;
 width:184px;
}

.menulistGreen ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 184px;
 color: #FF0000;
 width:184px;
}


.menulistRed li {
 position: relative;
 /*border: 1px solid #330;*/
 background: #FED;
 border-bottom: 1px solid #ccc;
 margin-bottom: 1px;
 color: #FF0000;
 /*line-height: 11px;*/ /* This screws up lines that wrap, when combined with a 3px padding */
}

.menulistGreen li {
 position: relative;
 /*border: 1px solid #330;*/
 background: #FED;
 border-bottom: 1px solid #ccc;
 margin-bottom: 1px;
 color: #FF0000;
 /*line-height: 11px;*/ /* This screws up lines that wrap, when combined with a 3px padding */
}



.menulistRed ul li { /* applies to submenus so you cannot see the page behind the 1px bottom margin */
	margin-bottom: 0px;
}


.menulistGreen ul li { /* applies to submenus so you cannot see the page behind the 1px bottom margin */
	margin-bottom: 0px;
}



.menulistRed a:hover, .menulistRed a.highlighted:hover, .menulistRed a:focus {
 /*color: #FFF;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-decoration: underline;
	color: #FF0000 /*660099*/; 
	background-color: #F6E3A7 /*#FFFF99*/;
}

.menulistGreen a:hover, .menulistGreen a.highlighted:hover, .menulistGreen a:focus {
 /*color: #FFF;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
	color: #FF0000 /*660099*/; 
	background-color: #F6E3A7 /*#FFFF99*/;
}

.menulistRed a.highlighted {
 /*color: #FFF;*/
 background-color: #FFFFCD;
 
}

.menulistGreen a.highlighted {
 /*color: #FFF;*/
 background-color: #FFFFCD;
 
}
	.menulistRed a {
	 color: #FF0000;
	}

.menulistRedLI a.highlighted {
 /*color: #FFF;*/
 background-color: #FFFFCD;
 
}

.#menulistRedLI li A:Visited  {
	color: #FF0000;
 }


.menulistRedLI
a {
	 color: #FF0000;
	 }


	.menulistGreen a {
	 color: #FF0000;
	}


/* VERTICAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 /*width: 250px;*/
 list-style: none;
}

/* All <ul> tags in the menu including the first level */
.menulist1, .menulist1 ul {
 margin: 0;
 padding: 0;
 /*width: 250px;*/
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 186px;
 width:185px;
}


.menulist1 ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 186px;
 width:185px;
}
/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 /*border: 1px solid #330;*/
 background: #FED;
 border-bottom: 1px solid #ccc;
 margin-bottom: 1px;
 /*line-height: 11px;*/ /* This screws up lines that wrap, when combined with a 3px padding */
}



.menulist1 a {
 position: relative;
 /*border: 1px solid #330;*/
 background: #FED;
 border-bottom: 1px solid #ccc;
 margin-bottom: 1px;
 /*line-height: 11px;*/ /* This screws up lines that wrap, when combined with a 3px padding */
}

.menulist ul li { /* applies to submenus so you cannot see the page behind the 1px bottom margin */
	margin-bottom: 0px;
}

.menulistRed ul li { /* applies to submenus so you cannot see the page behind the 1px bottom margin */
	margin-bottom: 0px;
}

.menulistGreen ul li { /* applies to submenus so you cannot see the page behind the 1px bottom margin */
	margin-bottom: 0px;
}


/* Links inside the menu */
.menulist a, .menulist a:visited {
 display: block;
 /*padding: 3px;*/ /* This screws up lines that wrap, when combined with an 11px line-height */
 padding-left: 3px;
 padding-right: 3px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-decoration: none;
 color: #000000;
 background-color: #FFFFCD;
/* color: #000;
 text-decoration: none;*/
}



/* Links inside the menu */
.menulist1 a, .menulist1 a:visited {
 display: block;
 /*padding: 3px;*/ /* This screws up lines that wrap, when combined with an 11px line-height */
 padding-left: 3px;
 padding-right: 3px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;

 text-decoration: none;
 color: #000000;
 background-color: #FFFFCD;
/* color: #000;
 text-decoration: none;*/
}

/* Links inside the menu */
.menulist2 a, .menulist2 a:visited {
 display: block;
 /*padding: 3px;*/ /* This screws up lines that wrap, when combined with an 11px line-height */
 padding-left: 3px;
 padding-right: 3px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-transform: capitalize;
 text-decoration: none;

 background-color: #FFFFCD;
/* color: #000;
 text-decoration: none;*/
}



/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 /*color: #FFF;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-decoration: underline;
	color: #FF0000 /*660099*/; 
	background-color: #F6E3A7 /*#FFFF99*/;
}



.menulist a.highlighted {
 /*color: #FFF;*/
 background-color: #FFFFCD;
 
}


.menulist1 a:hover, .menulist1 a.highlighted:hover, .menulist1 a:focus {
 /*color: #FFF;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 text-decoration: underline;
	color: #FF0000 /*660099*/; 
	background-color: #F6E3A7 /*#FFFF99*/;
}
.menulist1 a.highlighted {
 /*color: #FFF;*/
 background-color: #FFFFCD;
 
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
