/* ::::: http://alistapart.com/d/horizdropdowns/style2.css ::::: */

.lm, .rm {
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #ffffef;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
.lm ul, .rm ul { margin: 0pt; padding: 0pt; list-style-type: none; list-style-image: none; list-style-position: outside; width: 150px; }
.lm ul li { position: relative; }
.lm li ul { position: absolute; left: 149px; top: 0pt; display: none; }
.lm ul li a, .rm ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #224;
	font-weight: bold;
	background-color: #ffffef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdc39e;
}
.lm li ul li a {
	background-color:  #F0F0D8;
}
* html ul li {  height: 1%; }
* html ul li a { height: 1%; }
.lm ul li a:hover, .rm ul li a:hover  { background: #d4dab7 none repeat; color: #222; }
.lm li ul li a, .rm li ul li a  { padding: 5px;  font-size: 12px; font-weight: normal; letter-spacing: 1px;}
.lm li:hover ul, li.over ul { display: block; }

.rm li:hover ul, li.over ul { display: block; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0D8;
}
.tbl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}

