/* common styling */
.leftm {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #870F0F;
	text-align: left;
	padding-top: 0px;
	padding-left: 17px;
	height: 14px !important;
	height: 14px;
	width: 100%;
	text-decoration: none
}
.leftm ul li a, .menu ul li a:visited 
{

	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #870F0F;
	text-align: left;
	padding-top: 0px;
	padding-left: 17px;
	height: 14px !important;
	height: 14px;
	width: 100%;
	text-decoration: none

}
.leftm ul {padding:0; margin:0;list-style-type: none; }
.leftm ul li {float:left; margin-right:1px; position:relative;}
.leftm ul li ul {display: none;}

/* specific to non IE browsers */
.leftm ul li:hover a {color:#870F0F; text-decoration: underline;}
.leftm ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
.leftm ul li:hover ul li a.hide {color:#870F0F;}
.leftm ul li:hover ul li:hover a.hide {width:150px;}
.leftm ul li:hover ul li ul {display: none;}
.leftm ul li:hover ul li a {display:block; color:#870F0F; width:150px;}
.leftm ul li:hover ul li a:hover {color:#870F0F;}
.leftm ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#870F0F;}
.leftm ul li:hover ul li:hover ul li a {display:block; width:200px; color:#870F0F;}
.leftm ul li:hover ul li:hover ul li a:hover {color:#fff;}
