/*** Horizontal Navigation ***/

.hnavcontainer
{
	background-color: transparent; 
	padding-bottom: 0px;
}

.hnav
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	white-space: nowrap;
	margin: 0px 0px 25px 0px;
	color: #FFF;
	background-color: #000;
	height: 27px;
	padding: 0;
}
* html .hnav { margin-bottom: 0px;}

.hnav ul
{
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #000;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

.hnav ul li
{
	margin: 0;
	
}
.hnav ul li a
{
	position: relative;
	top: 5px;
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px 10px 4px 10px;
	font-size: 1.1em;
	font-weight: bold;
}
.hNAV
{
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its inline children that have vertical padding. So thisincorrect case selector will remove that padding */
}

.HNAV ul li a
{
	height: 1%;		/*	IE5 doesn't recognize inline padding by default */
}
html>body .HNAV
{
	padding: 0px 0 4px 0;	/* Fix for Safari */
	height: 25px;
}
.hnav ul li a:hover
{
	text-decoration: none;
	color: #6EBCDE;
}

.hnav ul li span
{
	display: none;
}

#hnav, #hnav ul li a
{
	background-color: #000; /* this changes the background color of the horizontal menu */
	color: #FFF;
}

#hnav ul li a:hover
{
	background-color: #000;
	color: #0084C5;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/


.regcontainer
{
	background-color: #71CDF0;
}

.regNav
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	white-space: nowrap;
	margin: 0px 0px 20px 0px;
	color: #FFF;
	height: 30px;
	padding: 0;
	clear: left;
}
* html .regNav { margin-bottom: 0px;}

.regNav ul
{
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	height: 30px;
	background-color: #71CDF0;
}
.regNav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
	width: 130px;
	height: 30px;
	margin: 0 10px;
	width: 220px;
	height: 30px;
}

.regNav ul li a
{
	position: relative;
	top: 5px;
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 3px 45px 6px 30px;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/header/login_bg.gif) no-repeat top left;
}

.regNav
{
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its inline children that have vertical padding. So thisincorrect case selector will remove that padding */
}

.regNav ul li a
{
	height: 1%;		/*	IE5 doesn't recognize inline padding by default */
}
html>body .regNav
{
	padding: 0px 0 4px 0;	/* Fix for Safari */
	height: 25px;
}
.regNav ul li a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.regNav ul li span
{
	display: none;
}

