/* Basic code - don't modify */
 
#nav {
	width: 860px;
	display: block;
	margin: 0;
	padding-left: 40px;
	position: relative;
	line-height: 1;
	text-align: left;
	}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}
#nav a {
	display: block;
	}
#nav ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	padding: 0;
	}
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {
	width: 130px;
	}
#nav ul ul {
	left: 131px;
	}

/* Everything else is theming */
 
#nav {
	background-color: #000;
	height: 40px;
	}
#nav *:hover {
	background-color: none;
	}
#nav li.hover a {
	background-color: #111;
	}
#nav ul {
	top: 40px;
	}
#nav ul li {
	float: none;
	background: url(img/top/navi_ico.png) no-repeat 6px 46%;
	}
#nav ul li a {
	background-color: #111;
	}
#nav ul a.hover {
	background-color: #000;
	}
#nav ul a {
	display: block;
	width: 110px;
	background: #000;
	border-bottom: #222 1px solid;
	padding: 8px 6px 8px 14px;
	color: #FFF;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;
	line-height: 1;
	text-decoration: none;
	}
#nav ul ul {
	top: 0;
	left: 130px;
	}	
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


