/* classes for dhtml menus */
 
 #button2 {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #821319;
	color: #333;
	position: relative;
	}
	
	#button2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button2 li {
		border-bottom: 1px solid #821319;
		margin: 0;
		}
		
		#button2 li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #821319;
		border-right: 10px solid #821319;
		background-color: #DFD877;
		color: #000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button2 li a {
		width: auto;
		}

	#button2 li a:hover {
		border-left: 10px solid #821319;
		border-right: 10px solid #821319;
		background-color: #821319;
		color: #000;
		}
		