.navigation {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0F0;
	text-transform: uppercase;

}
a.navigation:link    {
	text-decoration:none;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
} 
a.navigation:visited {text-decoration:none; color: #663300;} 
a.navigation:active  {text-decoration:none; color: #663300;} 
a.navigation:hover   {
	color: #663300;
	font-size: 11px;
	text-decoration:underline;
} 

.laserText {
	font-size: 13px;
	font-style: normal;
	color: #F00;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	text-transform: uppercase;

}
a.laserText:link    {
	text-decoration:none;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
} 
a.laserText:visited {text-decoration:none; color: #663300;} 
a.laserText:active  {text-decoration:none; color: #663300;} 
a.laserText:hover   {
	color: #663300;
	font-size: 13px;
	text-decoration:underline;
}

.laserTextRed {
	font-size: 15px;
	font-style: normal;
	color: #F00;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	text-transform: uppercase;
}
.laserTextGreen {
	font-size: 15px;
	font-style: normal;
	color: #00FF00;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	text-transform: uppercase;
}

.laserTextBlue {
	font-size: 15px;
	font-style: normal;
	color: #0033FF;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	text-transform: uppercase;
}

.laserTextYellow {
	font-size: 15px;
	font-style: normal;
	color: #FF9900;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	text-transform: uppercase;
}

.navLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #09F;
	text-transform: none;

}
a.navLeft:link    {
	text-decoration:underline;
	color:#09F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
} 
a.navLeft:visited {
	text-decoration:underline;
		color:#09F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
} 
a.navLeft:active  {
	text-decoration:none;
	color: #09F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
} 
a.navLeft:hover   {
	color: #F90;
	font-size: 10px;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
} 

.topNav {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0F0;
	font-weight: normal;
}
a.topNav:link    {
	text-decoration:none;
	color:#9A6700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
a.topNav:visited {text-decoration:none; color: #9A6700;} 
a.topNav:active  {text-decoration:none; color: #9A6700;} 
a.topNav:hover   {
	text-decoration:underline;
	color: #040203;
	font: Verdana, Geneva, sans-serif;
} 

.bodyText {
	color: #FFF;
	font: normal 12px/normal Verdana, Geneva, sans-serif;
	text-align: justify;
}
a.bodyText:link    {
	text-decoration:underline;
	color:#09F;
	font-weight:bold;
} 
a.bodyText:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#09F
} 
a.bodyText:active  {
	text-decoration:underline;
	color: #09F;
	font-weight:bold;
} 
a.bodyText:hover   {
	text-decoration:underline;
	color: #FC0;
	text-transform: none;
	font-style: normal;
} 
.header {
	text-transform: uppercase;
	color: #FFD205;
	font: normal 16px/normal;
	font-family: Copperplate Gothic Bold, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
a.header:hover   {text-decoration:underline;} 
.bottomText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	font-variant: normal;
	text-align: center;
}
a.bottomText:link {
	text-decoration:underline;
	color:#09F;
	font-weight:normal;
}
a.bottomText:active {
	text-decoration:none;
}
a.bottomText:hover {
	text-decoration:underline;
	color: #F90;
	text-transform: none;
	font-style: normal;
}
a.bottomText:visited {
	text-decoration:underline;
	color: #09F;
}
#menu {
width: 9em; /* set width of menu */

} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font:  10px/14px Arial, verdana, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;

margin: 0;
padding: 2px 13px;
}

#menu h2 {
color: #fff;
background: #C8BD91;
text-transform: uppercase;
}

#menu a {
color: #000000;
background: #E5DAAD;

text-decoration: none;
}

#menu a:hover {
color: #000000;
background: #C8BD91;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
