/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/*for css dropdown menus*/
#mnav, #mnav ul { /* all lists */
        position:relative;
        top:20px;
        left:-20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

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

#mnav li { /* all list items */
text-align:left;
	float: left;
	width: 6em; /* width needed for Opera */
	margin-right: 1px;
	background: #fbfbfb; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #fbfbfb; /*same as "databack" background color */
	border-left:1px solid #fbfbfb; /*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: #fbfbfb; /*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: heading text */
.header {
	margin-top: 8px;
	font-size: 21px;
	color: #ffb300;
}
.content {
    width:98%;}
text-align:center;}

.databack{
color:#000000;
text-align:left;
}

#tngnav a{
font: 10px arial, helvetica, sans-serif;}

img
{
max-width: 750px
} 

#sidebar {
font-size: 10px;
font-weight:bold 
}
