#header, #header td
{
	font-weight: bold;
	font-size: 9px;
	color: white;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

#header {
	background-image: url(http://pi54.com/common/header/header_vra.gif);
	background-color: black;
	width: 740px;
	height: 34px;
	background-position: top left;
	background-repeat: no-repeat;
	/*border-bottom: solid 1px #93959E;*/
}

.actuator:hover 
{
	text-decoration: none;
}

.menu a {
	color: black;
}
.menu a:hover {
	color: #336699;
	text-decoration: none;
}
.actuator {
	display: block;
	height: 18px;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}
.actuator-over {
	display: block;
	height: 18px;
	color: #336699;
	background-color: #CCC;
	text-decoration:none;
	vertical-align: middle;
}
.actuator img , .actuator-over img 
{
	margin: 2px 0px 2px 0px;
	
}
.actuator:hover {
	color: black;
	background-color: #CCC;
}
.menu {
	position: absolute;
	border-top: solid 1px black;
	visibility: hidden;
	margin-left: -1px;
	
	filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=10,duration=.3);
}
.menu ul 
{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu li 
{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 18px;
	float: left;
	clear: both;
}

.menu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	vertical-align: middle;
}
.menu a:hover {
	color: #336699;
}
/*
.menu a:hover img {
	visibility: visible;
}
*/
.menu a img {
	visibility: hidden;
}

.footer 
{
	background-image: url(http://pi54.com/victory/vra/online/footer_back.gif);	background-position: top center;
	background-repeat: no-repeat;
	height:40px;
	width:740px;
	text-align: center;
}

.footer, .footer td {
	font-family: arial, verdana, Helvetica, sans-serif;	font-size: 11px;	color: #9E9593;	padding-left: 20px;}

.copyright 
{
	width: 740px;
	text-align: center;
	font-family: Veranda, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #93959E;
}

.footer a 
{
	color:  #9E9593;
	font-size: 11px; 
	text-decoration: underline;
}

.footer a:hover 
{
	color: #9E9593; 
	font-size: 11px; 
	text-decoration: underline;
}

.footer span 
{
	display: block;
	padding-top: 2px;
}
.footer span span 
{
	display: inline;
}


