/*the navigation bar*/

#navBar li{
	list-style:none;
}


.navButtons{
	position: relative;
	background: #0b4d82;
	float: left;
	width: 150px;
	height: 26px;	
	z-index: 1;
	padding-top: 4px;
	text-decoration: none;
}

#navbut2{
	
}

.navButtons:hover{
	opacity: 0.8;
}

.butText{
	font-family: verdana;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

#navbut1{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

#navbut6{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;	
	
}


/* logo */

#imglogo{
	margin-left: 10px;
}

#line1{
	position: absolute;
	top: 4px;
	left: 6px;
	height: 4px;
	width: 40px;
	background: #730b0e;
	z-index: 2;
	opacity: 1;
}

#line2{
	position: absolute;
	top: 4px;
	left: 6px;
	height: 145px;
	width: 4px;
	background: #730b0e;
	z-index: 2;
	opacity: 1;
}
#line3{
	position: absolute;
	top: 145px;
	left: 6px;
	height: 4px;
	width: 136px;
	background: #730b0e;
	z-index: 2;
	opacity: 1;
}

#line4{
	position: absolute;
	top: 4px;
	left: 140px;
	height: 145px;
	width: 4px;
	background: #730b0e;
	z-index: 2;
	opacity: 1;
}

#line5{
	position: absolute;
	top: 4px;
	left: 100px;
	height: 4px;
	width: 40px;
	background: #730b0e;
	z-index: 2;
	opacity: 1;
}

#line6{
	position: absolute;
	top: 90px;
	left: 171px;
	height: 4px;
	width: 631px;
	background: #730b0e;
	z-index: 2;
	opacity: 1;
}

