/********************************************************************/
/* HTML Tag Styles **************************************************/
/********************************************************************/

	BODY {
		margin: 0px;
		padding: 0px;
	}

	A:Link, A:Visited, A:Hover{
		color: #AF0303;
		text-decoration: none;
		font-weight: bold;

	}

	A:Hover {
		color: #014e9e;
		text-decoration: none;
		font-weight: bold;
	}

	BODY, TD {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}

	FORM {
		margin: 0px;
		padding: 0px;
	}

	#newfeatures LI {
		margin-left: -20px;
	}


/********************************************************************/
/* Header Stuff *****************************************************/
/********************************************************************/

/* Navigation.  Duh.  */
ul.dropdown {border: 1px solid #000000;background-color: #014e9e;filter:alpha(Opacity=90)}
LI:hover UL.dropdown A, LI.over UL.dropdown A {color: #FFFFFF; display: block; height: auto; width: auto;}
LI:hover UL.dropdown A:Hover, LI.over UL.dropdown A:hover {color: #FFFFFF;background : #AF0303;display: block;padding: 0px;}



/* Navigation.  Duh.  */
	#navigation {
		text-align: left;
		width: 100%;
		height: 29px;
	}

	#template_nav {
		height: 29px;
		list-style: none;
		padding: 0;
		margin: 0px 0px 0px 0px;
		text-align: left;
		
	}

	ul.dropdown {
		width: auto;

		list-style: none;
		white-space: nowrap;

		position: absolute;
		top: 50px;
		left: 0px;

		padding: 2px 0px 2px 0px;
		margin: 0px;
	}

	li.nav_image {
		float: left;
		position: relative;
		list-style: none;
		z-index: 1;
		margin-left: 0px;
	}

	li ul.dropdown {
		display: none;
		text-align: left;
		list-style: none;
		z-index: 5;
		font-size: 8pt;
		line-height: 14px;
		text-decoration: none;
		font-weight: bold;
	}

	li>ul {
		top: auto;
		left: auto;
	}

	LI:hover UL.dropdown, LI.over UL.dropdown {
		display: block;
	}


/* The rest of the space is devoted to the user info */
	.user {
		height: 36px;

		font-weight: bold;

		text-align: right;
		vertical-align: middle;

		padding-right: 7px;
	}
