.menutext {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	height: auto;
	width: auto;
	display: inherit;
}
.bodytext {
	color: #FFFFFF;
	text-decoration: none;
	font: Arial;
	font-weight: normal;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #E68A00;
	text-decoration: none;
}
a:active {
	color: #E68A00;
	text-decoration: none;
}
.orangetext {
font-size: 14px; font-style: normal; font-variant: small-caps; text-transform: uppercase; color: #E68A00; height: auto; width: auto; font-family: Arial;}

.scroll {
   overflow: auto;
   width: 450;
   height: 400px; [b]// change it to the height of your scrollbox[/b]
   vertical-align: top;
   padding-right:20px;
   	font-family: Arial;
		font-size: 12px;
} 

#menu ul .item{
	display:none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	height: auto;
	width: auto;
	padding-left: 10px;
}
#menu ul:hover .item{display:block;}
#menu{
	position:fixed;
	left: 0px;
	top: 60px;
	width: 243px;
	height: 76px;
	font: Arial;
}

.transparent {
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

.transparent2 {
   filter:alpha(opacity=30); 
   -moz-opacity: 0.3; 
   opacity: 0.3; 
}.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

