/*
#nav ul {
	margin: 0;
	padding-bottom: 0px !important; 
	padding-bottom: 8px;
	white-space: nowrap;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0 5px 8px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover, #nav a.current, #nav a.current:hover {
	color: #d70000;
}
*/


/* Sub-Navigation Styles
----------------------------------------------- */

#subnav ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#subnav li a {
	margin: 0;
	width: 170px;
	display: block;
	border-bottom: 1px solid #EBF4FF;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 15px;
}

#subnav a {
	color: #353535;
	text-decoration: none;
}

#subnav a:hover {
	background-color: #CCC;
}

#subnav li a.currentgrey, #subnav li a.currentgrey:hover {
	border: 0;
	color: #ffffff;
	background: url(../interface/subnav-bg-red.gif) no-repeat;
	font-weight: bold;
	font-size: 13px;
	line-height: 10px;
}
#subnav li a.currentorng, #subnav li a.currentorng:hover {
	border: 0;
	color: #ffffff;
	background: url(../interface/subnav-bg-blue.gif) no-repeat;
	font-weight: bold;
	font-size: 13px;
}
.tiny_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: 700;
}
a:link {
	color: #d70000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#back_to_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #DE0000;
	text-align: right;
}

