#left{
	width: 230px;
	float: left;
	display: block;
	}

/* level 1 */
#left ul {
	list-style-type: none;
	width: 230px;
	}

#left ul li{
	background: url("../images/h1_bg.gif") no-repeat 0 0;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 7px 0 0 5px;
	}

/* level 2 */
#left ul li ul{
	font-size: 13px;
	list-style-type: none;
	margin: 7px 0 10px -5px;
	}

#left ul li ul li{
	line-height: 2.5em;
	background: url("../images/divider.gif") no-repeat bottom left;
	padding: 0px 0px 0 10px;
	font-weight: normal;
	color: #666;

	}
	
#left ul li ul .selected{
	background: url("../images/h2_bg_sel.gif") no-repeat top left;
	}

#left ul li ul li a{
	text-decoration: none;
	color: #666;
	display: block;
	padding-left: 10px;
	height: 31px;
	width: 230px;
	position: relative;
	left: -10px;
	}
	
#left ul li ul li a:hover{
	background: url("../images/h2_bg.gif") no-repeat top left;
	}

/* level 3 */
#left ul li ul li ul{
	background: url("../images/divider.gif") no-repeat top left;
	margin: 0 0 10px -10px;
	}
	
#left ul li ul li ul li{
	padding: 0 0 0 26px;
	}

#left ul li ul li ul li a{
	padding-left: 26px;
	position: relative;
	left: -26px;
	}

/* level 4 */
#left ul li ul li ul li ul{
	background: url("../images/divider.gif") no-repeat top left;
	margin: 0 0 10px -20px;
	}
	
#left ul li ul li ul li ul li{
	padding: 0 0 0 42px;
	}

#left ul li ul li ul li ul li a{
	padding-left: 48px;
	position: relative;
	left: -48px;
	}
	
#form1 table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	}
	
#form1 table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	}
	
ul.checkboxMultiple li checkbox{
	margin-right: 60px;
	}
	
.error_message{
	color: #CC0000;
	}
	
#form1 input, #form1 textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	}
	
ul.checkboxMultiple {
    margin:0;
    padding:0;
    list-style-type:none;
    }
ul.checkboxMultiple li {
    display:block;
    float:left;
    width: 100%;
    }
	
.lang {
	padding-top: 0;
	padding-bottom: 30px;
}
.lang a {
	text-decoration: none;
}
.lang a:hover {
	text-decoration: underline;
}