@charset "utf-8";
/* CSS Document */
#left_menu {
	background-color:#FFFFFF;
	width:190px;
}

#left_menu .level1 {
	color: #FFC310;
}

#left_menu .level2 {
	color: #DDDDDD;
	text-align: left;
}
#left_menu ul  {
	list-style-position: outside;
	list-style: none;
	color: #DDDDDD;
	margin-left:-15px;
	padding-left:35px;
}

#left_menu ul li {
	list-style-image: url(../images/right_triangle.png);
	padding-top:-5px;
	margin-bottom:5px;
	margin-top:5px;
}

#left_menu ul li a:hover{
	color:#FFFFFF;
}

#left_menu .level1 a:hover{
	color:#999999;
}
#left_menu #top_left {
	background:url(../images/left_menu_top_left.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:left;
}
#left_menu #top_side {
	background:url(../images/left_menu_top_side.png);
	background-repeat:repeat-x;
	width:150px;
	height:20px;
	clear:none;
	margin-left:20px;
}
#left_menu #top_right {
	background:url(../images/left_menu_top_right.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:right;
}
#left_menu #bottom_left {
	background:url(../images/left_menu_bottom_left.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:left;
}
#left_menu #bottom_side {
	background:url(../images/left_menu_bottom_side.png);
	background-repeat:repeat-x;
	width:150px;
	height:20px;
	clear:none;
	margin-left:20px;
}
#left_menu #bottom_right {
	background:url(../images/left_menu_bottom_right.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:right;
}
#left_menu #left_side {
	background:url(../images/left_menu_left_side.png);
	background-repeat:repeat-y;
	width:20px;
	height: 422px;
	float:left;
}
#left_menu #middle {
	background-color:#000066;
	background-repeat:repeat-x;
	width:150px;
	height: 422px;
	clear:none;
	margin-left:20px;
}
#left_menu #right_side {
	background:url(../images/left_menu_right_side.png);
	background-repeat:repeat-y;
	width:20px;
	height: 422px;
	float:right;
}

#left_menu p {
	margin:0px;
	padding:0px;
	font-weight:bold;
}
