/* CSS Document */
/** Start Menu Type 1 Rules **/
#left_column ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width:150px;
	width:125px;
}
#left_column ul#nav {
 margin-bottom: 20px;
 font-size: 1.1em;
 position: relative;
}
#left_column li {margin-bottom: 4px;}
#left_column ul ul {display: none;}
#left_column li:hover ul, #left_column li.over ul {
	display: block;
	position: absolute;
	left: 125px;
	margin-top: -26px;
	padding-left: 5px;
}
#left_column li a {
 font-weight: bold;
 height: 20px;
 text-decoration: none;
 color: #505050;
 display: block;
 padding: 6px 0 0 10px;
 background: #f4f4f4;
 background-color: #E1E1E1;
 border-left: 4px solid #ccc;
 margin: 0;
 width: 90%;
}
#left_column ul ul a {width: 165px;}
#left_column li a:hover{
 background: #eaeaea;
 color: #F00;
 border-left: 4px solid #F00;
}
/** End Menu Type 1 Rules **/