@charset "utf-8";
/****************************************
*       CSS Document for Paramour       *
*       filename: menu.css              *
****************************************/

#lace {
	width:692px;
	height:88px;
	margin:8px auto 0 auto;
	border-bottom:4px solid #b00;
	background:url(img/lace.gif) top center no-repeat;
}
#menu {
	width:692px;
	margin:0 auto;
	padding-bottom:30px;
	text-align:left;
	background:url(img/menu_bg.jpg) top center repeat-y;
}
#menu h2 {
	width:680px;
	font:16px/32px "Times Sans Serif", Arial;
	color:#fff;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	border:2px solid #fc9;
	border-bottom:0;
	background-color:#b00;
}
#menu h2 span { font:bold 18px/32px "MS Gothic";}
#menu img {
	border:2px solid #f00;
	margin:18px 0 0 25px;
}
#menu ul {
	margin:22px auto 22px 80px;
	font:14px/22px "MS Gothic";
	color:#222;
}
#menu li { clear:both;}
#menu ul span {
	font-family:Arial;
	font-weight:bold;
	color:#c00;
}
#menu ul em {
	font-style:normal;
	font-weight:normal;
	margin-bottom:10px;
	float:left;
}
.note {
	font:12px/22px "MS Gothic";
	color:#f00;
}
#menu dl {
	margin:20px 60px 0 60px;
	padding-bottom:20px;
	border:1px solid #b00;
	background:url(img/list_bg.png) top left repeat!important;
	background:#FCEEC0;
	font:14px/24px "MS Gothic";
	color:#222;
}
#menu dt {
	font-weight:bold;
	color:#c00;
	margin:16px auto 8px 30px;
}
#menu dd {
	margin:0 30px 0 40px;
	border-bottom:1px dashed #f66;
}
#menu dd:hover { background-color:#fd9; color:#000;}
#menu dl span {
	font-family:"Times New Roman", Times, serif;
	float:right;
	margin:-22px 15px 0 auto;
}
#menufooter {
	width:692px;
	height:8px;
	margin:0 auto;
	background:url(img/menufooter.gif) top center no-repeat;
}
