/* CSS Document */
#list_menu {font-family:Arial, Helvetica, sans-serif; color:#000; height:16px; background:#8F0B11;padding-top:3px; padding-left:40px}

.bump{
	padding-bottom:5px
}

#list_menu li li a{
	display: block;
	color:#090909;
	padding: 0.2em 5px;
	font-weight:bold
}

#list_menu li li a:hover{
	background:#f5f5f5;
	color:#8F0B11;
	text-decoration:none
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style:none
}

li { /* all list items */
	color:#FFF;
	float: left;
	position: relative;
	width: 10em
}

.title{
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background:#FEAA2C;
	border-top:2px solid #8F0B11;
	border-bottom:5px solid #8F0B11;
	border-left:1px solid #8F0B11
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}
