BODY { 
	background-image: url("/images/themes/v1/background.gif"); 
	background-repeat: repeat; 
	background-position: center; 
}

td { 
	font-family: Tahoma,Arial; 
	font-size: 11px;
}

a { 
	color:#790110;
}

a:visited  { 
	color:#790110;
}

a:link { 
	color:#790110;
}

a:active { 
	color:#ff0000; 
}

a:hover { 
	color:#7C7C7C; 
}

.menuActuator {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
	
.menuActuator a {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	vertical-align: top;
	border-bottom:none;
}
.menu { 
	
}

td div {
	/* this makes TDs a container with their own coordinate system.
	absolutely-positioned elements will be offset relative to them */
	position:relative;
	z-index:1000;
}


#subnav {
	text-decoration:none;
	background-color:#EDF2F7;
	vertical-align:middle;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:3px;
	padding-right:2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:left;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}

#subnav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	vertical-align:middle;
	padding:0px;
	color:#000000;
	border-left-style:none;
	border-bottom:none;
}
#subnav a:visited{
	text-decoration:none;
}

#subnav a:hover{
	background-color:#FBC252;
	color:#000033;
}
