/* Basic code - don't modify */
 
 #nav {
	display: block;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: 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; 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: 150px; }
#nav ul ul { left: 140px; }

/* Everything else is theming */
 
#nav {
	width: 570px;
	background-image: url(images/Texture0103b.jpg);
}
#nav *:hover { background-color: none; }
#nav a {
	color: #333333;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAD2CD;
	letter-spacing: 1px;
}
  #nav li.hover a {
	background-color: none;
}
  #nav ul { top: 31px; }
    #nav ul li a {
	background-image: url(images/canv-mio3b.png);
}
      #nav ul a.hover {
	background-image: url(images/Texture0103b.jpg);
}
   #nav ul a {
	opacity: 0.9;
	filter: alpha(opacity=95);
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #C4B591;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
