@import url(/css/hwCommon.css);

#banner {
	position: relative;
	height: 130px;
	background-image: url(../layout/images/banner.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	padding: 0px;
}

#navBar {
	width: 900px;
	bottom: 5px;
	left: 0px;
	position: absolute;
}

#navBar a:link {
	color: #000758;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
}

#navBar a:visited {
	color: #000758;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
}

#navBar a:hover {
	color: #0087d8;
	text-decoration: none;
	font-weight: bold;
}

#navBar a:active {
	color: #0087d8;
	text-decoration: none;
	font-weight: bold;
}

#navBar ul {
	color: #000758;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 17px 10px;
	font-weight: bold;
}
	
#navBar li {
	display: block;
	width: 82px;
	float: left;
	text-align: center;
	padding-top: 0em;
	padding-right: 3px;
	padding-bottom: 0em;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000758;
	color: #000758;
	position: relative;
}

#navBar ul div {
	position: absolute;
	visibility: hidden;
	bottom: 0px;
	left: -1px;
	width: 90px;
	margin: 0;
	padding: 0;
	background: #f0f060;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000758;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000758;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000758;
}
	
#navBar ul div a {	
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	background: #f0f060;
	color: #000758;
}
