/* Nav bar CSS */
#nav {
	display: block; 
	margin: 0; 
	padding: 0; 
	position: relative;
	width: 805px;
	background-color: #FFF; 
	height: 35px;
}

#nav a {
	display: block;
	text-decoration: none;
	color: black; 
	font-size: 12px; 
	padding: 6px; 
	line-height: 1;
	height: 23px;
}

#nav li { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative;
	width: 115px;
	height: 35px;
	font-variant: small-caps;
	font-weight: bold;
	background: url(../images/button.gif) top left no-repeat;
}

#nav li a:hover  { 
	background: url(../images/button-Hover.gif) top left no-repeat;
	font-weight: bold;
}

#nav #facebook { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative;
	width: 115px;
	height: 35px;
	font-variant: small-caps;
	font-weight: bold;
	background: url(../images/facebook.gif) top left no-repeat;
}

#nav #facebook a:hover  { 
	background: url(../images/facebook-Hover.gif) top left no-repeat;
	font-weight: bold;
}

#nav ul {
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0;
	top: 35px;
	line-height: 0;  /* IE6 "fix" */
}

#nav ul a { 
	zoom: 1;  /* IE6/7 fix */
}

#nav ul li { 
	float: none;
	height: auto;
	font-variant: normal;
	width: 180px;
	text-align: left;
}

#nav ul li a { 
	background: url(../images/buttonSub.gif) top left no-repeat;
	border: none;
}

#nav ul li a:hover { 
	background: url(../images/buttonSub-Hover.gif) top left no-repeat;
	font-weight: bold;
}

#nav ul ul {
	top: 0;
}

#nav ul ul {
	left: -180px;
}