ul.navBar {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navBar li img {
	display: block;
	padding: 0;
	margin: 0;
}

#nav {
    position: relative;
    z-index: 2;
}

#nav a {
	font-weight: bold;
	color: green;
	text-decoration: none;
}
 
#nav ul li ul li a {
	display: block;
	font-weight: normal;
	color: white;
	font-size: 80%;
	font-family: Trebuchet MS;
	padding: 5px;
	text-align: center;
}
 
#nav ul li ul li a:hover {
	background-color: #990000;
}
 
#nav li {
	float: left;
	position: relative;
	cursor: default;
	list-style-type: none;
}
 

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #480202;
}

#nav li ul.tabEnd {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 102%;
	font-weight: normal;
	background: #480202;
}
 
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
 
#nav li:hover ul, li.over ul {
	display: block;
}

#nav img {
    padding: 0;
    margin: 0;
}

#navBorderLeft {
	float: left;
}

#navBorderRight {
	float:right;
}
