#SIDE_AREA
	{
	background-image: url(../img/bg_sidemenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 1200px;
	width: 190px;
	padding:0;
	margin:0;
	float: left;
	}

#SIDE_MAIN_MENU
	{
	background-image: url(../img/bg_sidemenu_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 1185px;
	width: 190px;
	margin: 0px;
    text-align: left;
	line-height:1.5em;
	}

#SIDE_MAIN_MENU .top
	{
	background-image: url(../img/bg_sidemenu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 180px;
	margin: 0px;
	}

#SIDE_MAIN_MENU img
	{
	margin: 0 0 0 5px;
	}

#SIDE_MAIN_MENU dt
	{
	font-size:14px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	border-bottom: solid 1px #CCC;
	border-left: solid 3px #fcc;
	width: 155px;
	}
#SIDE_MAIN_MENU dd
	{
	font-size:12px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 10px ;
	width: 150px;
	line-height:1.5em;
	}