
div#menu{
	width:450px;
	margin: 0;
    font: 90% "Trebuchet MS",Arial,sans-serif;
	text-align:left
	}

div#menu h2, div#menu h3 {
	margin: 1em auto 0;
    font-size: 150%;
	}
	
div#menu h3{
	text-align:center;
	margin-left:30px;
	}
	

div#menu p{
	text-align:center;
	margin-left:30px;
	
	}

dl{
	width: 100%;
	overflow: auto;
	margin: 0 0 0 30px;	
    background: url(../images/dotted_line.gif) repeat-x 0 1.2em
	}
dt,dd.price{
	background: #FFF;
	font-size: 130%;
	font-weight: bold;
	}
dt{
	float: left;
	padding-right: 3px;
	color: #99A328;
	}
dd{
	margin:0
	}
dd.price{
	float: right;
	padding-left: 3px;
	color: #AAA;
	}
dd.description{
	float: left;
	width: 100%;
	padding: 3px 0;
	font: italic 100% Georgia,Times,sans-serif;
	color: #666;
	overflow: hidden;
	}
	
dl.long-title{
    background: url(../images/dotted_line.gif) repeat-x 0 2.9em 
}
dl.long-title dd.price{
	float: right;
	padding-left: 3px;
	padding: 18px 0px 0px 3px;
	color: #AAA;
	}
