#nav{ 
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	float: center;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight:bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #000000;
	}
	
#nav li>ul {
	top: auto;
	left: auto;
}
	
#nav li { 
	width: 5em;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 1px 0 0;
	background: #171717 url(images/sepbg.gif) repeat-x top;
	text-align:center;
	position:relative;
	}
	
#nav li ul {
	display: none;
	top: 100%;
	left: 0;
	font-weight: bold;
	padding: 0em 0 0.1em 0;
	background-color: #000000;
	position:absolute;
	}

#nav li li {
	display: block;
	float: center;
	background-color: transparent;
	border: hidden;
	font-weight:bold;
}
	
#nav li#first {
	border-left-width: 0.5em;
	width: 5em;
}

#nav li#small {
	width: 5em;
}

#nav li#drop {
	width: 7em;
}

#nav li#medium {
	width: 7em;
}

#nav li#large {
	width: 9em;
}

#nav li#last {
	border-right-width: 0.5em;
	width: 5em;
}

#nav li a {
	display: block;
	font-weight: bold;
	color: black;
	padding: 0.2em 10px;
}

#nav li a:hover {
	border-width: 0 5px;
	color:blue;
	background:#4b4b4b;
	font-weight:bold;
}

#nav li li a{
	display: block;
	font-weight: bold;
	color: black;
	padding: 0.2em 10px;
}

#nav li li a:hover{
	border-width: 0 5px;
	color:blue;
	background:#4b4b4b;
	font-weight:bold;
}

#nav a:link, #nav a:visited{ 
	text-decoration: none; 
	color: #fff; 
	}

#nav a:hover, #nav a:active{ 
	border-width: 0 5px;
	color:white;
	background:#4b4b4b;
	font-weight:bold;
	}

#nav a:link.selected, #nav a:visited.selected, #nav a:hover.selected, #nav a:active.selected { 
	text-decoration: underline;
	background: #171717;
	}

 /* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: center; height: 0px; }
* html ul#nav li a { height: 1%; }
/* End */

#nav li:hover ul,
#nav li:hover ul ul,
#nav li.over ul,
#nav li.over ul ul { display: none;}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.over ul,
#nav li li.over ul,
#nav li li li.over ul 
#nav li.on ul,
#nav li li.on ul,
#nav li li li.on ul	{ display: block;
					  }

