div.navigation-top {
	width: 100%;
	height: 18px;
	background-color: #FF3535;
	position: relative;
	z-index: 5;
}

div.navigation-top div {
	width: 14%;		/* 100% / 7 leaves space for login */
	height: 16px;
	text-transform: uppercase;
	background-image: url(enfora-top-nav-bg.png); 
	background-repeat: repeat-x;
	border-right: 2px solid #FF3535;
	border-bottom: 2px solid #FF3535;
	/* overflow: hidden; cannot use -- hides dropdowns */
	float: left;
	position: relative; 
	z-index: 10;
	behavior:url("/css/IEFixes.htc");
}

div.navigation-top div:hover,
div.navigation-top div.hover {
	background-image: none;
}

div.navigation-top a {
	color: black;
	text-decoration: none;
}

div.navigation-top div a,
div.navigation-top div span {
	width: 100%;
	height: 100%;
	color: black;
	font: inherit;
	font-size: 10px;
	font-stretch: narrower;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	display: block;
}

div.navigation-top div ul {
	width: 200px;
	list-style-type: none;
	border-bottom: 3px solid black;
	position: absolute;
	top: 15px;
	left: 0;
	visibility: hidden;
	z-index: 10;
	behavior:url("/css/IEFixes.htc");
}

div.navigation-top div:hover ul,
div.navigation-top div.hover ul,
div.navigation-top div ul:hover,
div.navigation-top div ul.hover {
	visibility: visible;
}

div.navigation-top div ul li {
	margin: 0;
	width: 200px;
	height: 20px;
	border-style: none;
	clear: both;
	position: relative;
	z-index: 50;
}

div.navigation-top div ul li a, div.navigation-top div ul li a:hover {
	width: 195px;
	height: 20px;
	padding-left: 5px;
	font-size: 8px;
	font-weight: bold;
	line-height: 2.5em;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	background-color: #E4E6E6;
	border-top: 2px solid white;
	display: block;
	position: relative;
	z-index: 50;
}

div.navigation-top div ul li a:hover {
	background-color: #FF3535;
}

div#login {
	margin-right: -70px;
	height: 18px;
	width: 70px;
	color: white;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	background-color: #FF3535;
	/*
	float: left;
	position: relative;
	*/
width: auto;
margin-right: 0px;
padding-right: 5px;
top: 0px;
right: 0px;
position: absolute;
	z-index: 50;
	behavior:url("/css/IEFixes.htc");
}

div#login:hover,
div#login.hover {
	color: #FF3535;
}

div#login:hover form,
div#login.hover form {
	visibility: visible;
}

div#login form {
	padding: 5px;
	width: auto;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 2px;
	border: 1px solid black;
	background: white;
}

div#login form div {
	color: black;
	text-transform: none;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
}

div#login form input {
	width: 100px;
	height: 15px;
	font-size: 8px;
	text-align: left;
}

div#login form div input.submit {
	width: auto;
	height: 15px;
	background-color: #FF3535;
	color: white;
	border-style: none;
	text-align: center;
}
