
table.header {
	width: 900px;
}

td.toplinks {
	background-color: transparent;
	height: 2em;
	text-align: right;
	vertical-align: middle;
}

td.toplinks a {
	color: #FFFFFF;
	font-size: 80%;
}

td.menu {
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul.dropdown {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	z-index: 597;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown li.dir ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown a:link,
ul.dropdown a:visited {
	color: #FFFFFF; 
	padding: 5px 17px;
	text-align: center;
	text-decoration: none; 
}

ul.dropdown a:hover,
ul.dropdown a:active {
	color: #006699;
}

ul.dropdown li,
ul.dropdown li.dir {
	background-color: transparent;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	border-bottom: none;
	border-right: #FFFFFF 1px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	float: left;
	position: relative;
	text-align: center;	
	vertical-align: text-top;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	background-position: 0px -600px;
	color: #006699;
	cursor: default;
	position: relative;
	z-index: 599;
}

ul.dropdown li.dir:hover > ul {
	visibility: visible;
}

ul.dropdown li.dir ul {
	left: 0;
	margin-top: 0px;
	position: absolute;
	text-align: left;
	top: 100%;
	visibility: hidden;
	width: 120px;
	z-index: 598;
}

ul.dropdown li.dir ul li {
	background-color: #E0E7F2;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
 	border-bottom: #FFFFFF 1px solid;
	float: none;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 -1px;
	padding-bottom: 3px;
	text-align: center;
	width: 170px;
	z-index: 901;
}

ul.dropdown li.dir ul li:hover {
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	background-position: 0px -600px;
}

ul.dropdown li.dir ul li a {
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 2px;
}

ul.dropdown li.dir ul li a:hover {
	color: #006699;
}

ul.dropdown li.dir ul ul {
	top: 1px;
	left: 100%; /*  99%  */
}

ul.dropdown li.dir ul ul li {
	background-image: none;
}

ul.dropdown li.dir ul *.dir,
ul.dropdown li.dir ul ul *.dir {
	background-image: url(/images/rightarrow.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
/* copied from style on line 82  */
	background-color: #BECEEF;
/*	background-image: none; */
 	border-bottom: #000000 1px solid;
 	border-left: #000000 1px solid;
 	border-right: #000000 1px solid;
 	border-top: #000000 1px solid;
	float: none;
	font-weight: normal;
	margin-top: 0;
	text-align: left;
	z-index: 901;
}

ul.dropdown li.dir ul *.dir:hover,
ul.dropdown li.dir ul ul *.dir:hover {
	background-image: url(/images/rightarrow.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.dropdown li a {
	display: block;
}

ul.dropdown li.dir ul a.dir {
	width: 124px;
}

.crumbs					{
	color: #000000; 
	font-size: 80%; 
	font-weight: normal; 
	left: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
	position: relative; 
	text-decoration: none; 
	top: 0px;
	width: 600px;
	}

.crumbs a:link		{
	color: #006699; 
	font-weight: normal;
} 

.crumbs a:visited	{
	color: #006699; 
	font-weight: normal;
} 

.crumbs a:hover		{
	color: #FF0000; 
	font-weight: normal;
}

td.menu div.date {
	color: #FFFFFF;
	float: right;
	font-size: 80%;
	padding: 5px 10px 5px 0px;
	text-align: right;
	z-index: 597;
}
	 
 