/*menu ||||||||||||||||||||||||*/

/* CSS Document */

		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }

#theMenu {
	width: 280px;
	margin: 0;
	font-size: 16px;
	font-weight: bold; 
}

/* Some list and link styling */
	#theMenu li { width: 280px; }
	#theMenu ul li {  padding: 0; width: 280px; margin-bottom: 0; }

#theMenu ul li a {
	display:block;
	color: #ccc;
	padding: 2px 0 0;
	font-size: 12px; 
	text-decoration: none;
	line-height: 18px;
	background-image: url(images/tratto.gif);	background-position: left bottom;	background-repeat: repeat-x;
	font-weight: normal; 
}
#theMenu ul li a:hover {
	color: #fff;
}

#theMenu ul li ul li a {
	display:block;
	color: #fff;
	font-size: 11px; 
	padding: 0 20px;
	background-image: none;
}
#theMenu ul li ul li a:hover {
	text-decoration: underline;
}

	#theMenu li { list-style-type: none; }
	#theMenu ul  { 	margin-bottom: 5px; }

#theMenu h3.head a {
	color: #C30C22;
	display:block;
	background-image: url(images/ciderplast-bulletred-n.gif);	background-repeat: no-repeat;	background-position: 0 3px;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
}
#theMenu h3.head a:hover {
	color: #fff;
}
#theMenu h3.selected a {
	color: #fff;
	display:block;
	background-image: url(images/ciderplast-bulletred-n.gif);	background-repeat: no-repeat;	background-position: 0 3px;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold; 
}
#theMenu h3.selected a:hover {
	color: #fff;
	background-image: url(images/ciderplast-bulletwhite-n.gif);
}


