#head {
	background : url('../images/header.gif') no-repeat top left;
	width : 800px;
	height : 124px;
	text-align:left;
	z-index : -9;
}
#headertext {
	margin : -10px 0 0 350px;
	text-align:left;

}
.subheading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-align: left;
	color: #00447D;
	line-height: 14px;
}
#bnews {
	float : right;
	color : #000000;
	margin : -7px 8px 1px 1px;
	
}
#bnews a {
	font-size : 8px;

}
#ticker {
	position : absolute;
	color : #000000;
	text-align:left;
	margin : 75px 0 0 352px;
}
#ticker a:link {
    color: #000000;
    text-decoration: none;
}
a.textlink:link, a.textlink:visited
{
	font-size : 12px;
	font-weight : normal;
	color : #00447D;
	vertical-align : -0.1em;
	text-decoration: none;
}

a.textlink:hover, a.textlink_bold:visited:hover
{
 color : #f4b700;
 font-weight : bold;
}
a.textlink_bold:link, a.textlink_bold:visited
{
	font-size : 11px;
	font-weight : bold;
	color : #00447D;
	vertical-align : -0.1em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

a.textlink_bold:hover, a.textlink_bold:visited:hover
{
 color : #f4b700;
 font-weight : bold;
}
a.textlink_boldwhite:link, a.textlink_boldwhite:visited
{
	font-size : 11px;
	font-weight : normal;
	color : #FFFFFF;
	vertical-align : -0.1em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

a.textlink_boldwhite:hover, a.textlink_boldwhite:visited:hover
{
 color : #f4b700;
 font-weight : bold;
}
a.textlink2:link, a.textlink2:visited
{
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	vertical-align : -0.1em;
	text-decoration: none;
}

a.textlink2:hover, a.textlink2:visited:hover
{
 color : #C9242B;
 font-weight : normal;
}

#menu {
	position: relative;
	margin-top : -28px;
	z-index: 2;
	width : 800px;	
	height : 12px;
	padding : 6px 0 9px;
}
	#menulist {
		padding : 0;
		margin : 0;
	}
	#menulist img {
		padding : 3px 5px 0;
	}
	#menulist > li {
		width : 120px;
		position : relative;
		list-style : none;
		float : left;

		text-align : center;

		cursor : pointer;
	}

	#menulist a {
		display : block;
		color : #481D22;
	}
	#menulist a:hover {
		color : #7698bd;
	}
	#menulist > li > ul {
		display : none;
	}
	#menulist > li:hover > ul {
		display : block;
		position : absolute;
		top : -2px;
		z-index : 2;
background-color : #000000;
		padding : 0 10px;
/*		border : 1px solid #481d21;*/
		margin : 20px 0 0 -90px;
	}
		#menulist > li:hover > ul:after {
			display : block;
			height : 6px;

			overflow : hidden;

			margin : 0 -6px 0;

			cursor : default;
		}
	#menulist > li:hover > ul > li {
		list-style : none;
		line-height : 13px;

		text-align : left;

		padding-bottom : 2px;
		margin : 0 -10px;
	}
	#menulist > li > ul > li:first-child {
		margin-left : -10px;
		padding-left : 4px;
		padding-bottom : 7px;
	}
		#menulist > li > ul > li:first-child img {
			margin : -3px 0 0 -4px;
		}
	#menulist > li > ul > li a {
		margin : 0 5px;
		padding : 0 5px;
	}
