/* @override http://72.249.47.106/css/menu.css */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative;
	right: 48px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	width: 113px;
	height: 27px;
	background-image: url(../images/design/tab.png);
	color: #7d2f1b;
	margin-top: 37px;
	padding-top: 32px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;

}

#menu dl {
	float: right;
}

#menu dd {
	display: none;
	border: 1px solid black;
	position: absolute;
	padding: 5px;
	background-color: #f8f3e0;
	z-index: 2;
	width: 113px;
}

#menu li {
	color: #7f2e19;
	text-align: center;
	padding: 3px;
	border: 1px solid #f8f3e0;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #dbd0ba;
}

#menu li a, #menu dt a {
	color: #7f2e19;
	text-decoration: none;
	border: 0 none;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #7f2e19;
	background-color: #7f2e19;
	color: #fff;
}
