/* Basic code - don't modify */
 
 #navigation {
	display: block;
	position: relative;
}
#navigation li {
	display: block;
	list-style: none;
	padding: 0;
	float: left;
	position: relative;
	border: 1px solid #6A6A6A;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
#navigation a {
	display: block;
}
#navigation ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
#navigation li a{}
* html #navigation ul {
	line-height: 0;
} /* IE6 "fix" */
#navigation ul a {
	zoom: 1;
	
} /* IE6/7 fix */
#navigation ul li {
	background:none;
	padding-left:0px;
	float: none;
	text-transform:capitalize;
}
#navigation ul ul {
	top: 0;
}
#navigation li li{
	border-top-style: none;
}
/* Essentials - configure this */

#navigation ul {
	width: 130px;
}
#navigation ul ul {
	left: 131px;
}
/* Everything else is theming */
 
#navigation {
	height: 24px;
}
#navigation *:hover {
	background-color: none;
}
#navigation a {
	
	color: white;
	font-size: 12px;
	padding: 6px;
	line-height: 1;
	text-decoration: none;

	
}
#navigation li.hover a {
}
#navigation ul {
	top: 25px;
}
#navigation ul li a {
	padding-left:10px;
	text-decoration: none;
	background-image: none;
	background-color: #161616;
}
#navigation ul a.hover {
	
}
#navigation ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #4B4B4B;
}
/* #navigation ul a { border-bottom: none; } - I also needed this for IE6/7 */
