/*your custom style goes in this file*/

A:LINK, A:ACTIVE {
	color : #666633;
}

a.sidelink:hover 
{
color:#000000;
text-decoration:underline;
}

a.snlink:hover, .snlinkact 
{
background-color:#8b8378;
color:#FFFFFF;
}

a.snlink 
{
background-color:#ffe8a8;
border-color:#ffe8a8 rgb(153, 153, 153) rgb(153, 153, 153) rgb(221, 221, 221);
border-style:solid;
border-width:1px;
color:black;
padding:4px 5px 3px;
text-decoration:none;
}

td.fieldnameback 
{
background-color:#8b8378;
border-bottom:1px solid #777777;
border-right:1px solid #777777;
}

.fieldnameback 
{
background-color:#8b8378;
border-bottom:1px solid #777777;
border-right:1px solid #777777;
}


td.databack {
background-color:#ffe8a8;
border-bottom:1px solid #666666;
border-right:1px solid #666666;

}


td.topmenu:hover 
{
color:#FFE8A8;
text-decoration:none;
}


#tngnav a.here 
{
background:transparent url(tngtabactive.png) no-repeat scroll 0% 0%;
border-right:1px solid #777777;
color:#ffe8a8;
margin:0pt 4px 0pt 0pt;
padding:0.2em 1em 0.4em 26px;
position:relative;
z-index:10;
}

#mnav, #mnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#mnav a {
	display: block;
	width: 7em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-decoration:none;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #ffe8a8; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #e0e0f7; /*same as "databack" background color */
	border-left:1px solid #e0e0f7; /*same as "databack" background color */
}

#mnav .drop {
	padding-right:1em;
	width:95px;
}

#mnav li ul { /* second-level lists */
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background: #ffffff;
	position: absolute;
	width: 13em;  /*increased to 13 in 6.2.0*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mnav li ul li {
	border: 0px;
	width: 13em;  /*increased to 13 in 6.2.0*/
	background: #eeeeee; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #777;
}

#mnav li ul li a {
	width: 13em;  /*increased to 13 in 6.2.0*/
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration:underline;
}

#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #ffffff;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

#mnav li:hover li, #mnav li.sfhover li { /* lists nested under hovered list items */
	border-top:none;
	border-left:none;
}

#mnav li:hover ul, #mnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
}

.topmenu:hover 
{
color:#FFe8a8;
text-decoration:none;
}