.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font: italic;
}
.navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: 
	font-weight: bold;
	background-color:#CCCCCC
}
.navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #010101;
}
.textboxheadline {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smallbody td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.SubNav td a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	text-transform: uppercase;
}
.SubNav td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	text-transform: uppercase;
}
.SubNav td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	background-color: #C0C0C0;
	text-transform: uppercase;
}
.SubNav td a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	background-color: #C0C0C0;
	border-width: 1;
	border-color: #990000;
	text-transform: uppercase;
}
ul { 
    
	margin-left: 10px;    
	list-style: none; 
    width: 125px; 
} 

ul a { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font: italic;
    text-decoration: none; 
    display: block; 
    padding: 5px 5px 5px 10px; 
    width: 200px; 
    background: #83265A; 
} 

ul a:hover { 
	color: #000000;
	text-decoration: 
	font-weight: bold;
	background-color:#CCCCCC
} 
ul li { 
    border-bottom: 1px solid #FFF; 
    float: left;
	position: relative; 
}  
ul li ul { 
    list-style: none; 
    position: absolute; 
    left: 205px; 
    top: 0; 
    display: none; 
    width: 205px; 
    border-left: 1px solid #FFF; 
} 

ul li:hover ul { display: block; } 

body { behavior: url(csshover.htc); }
