#content {
	width:960px;
	padding-top:15px;
	margin-bottom:10px;
	white-space:nowrap;
	font-size:small;
	overflow:visible;
	min-height: 450px;
	height:auto;
	clear:both;
}

#content2 {
	float:right;
	width:730px;
	min-height:450px;
	height: auto;
	overflow:visible;
	padding:5px 10px 20px 8px;
	margin:0 0 20px 2px;
	font-size:12px;
	background-color:#f9f9f9;
	white-space:normal;
	text-align:justify;
	
}

#content_nosubmenu {
	float:right;
	width:940px;
	min-height:490px;
	overflow:auto;
	padding:5px 10px 20px 8px;
	margin:0 0 20px 2px;
	font-size:12px;
	background-color:#f9f9f9;
	clear:left;
	white-space:normal;
	text-align:justify;
}

#leftMenu {
	width:200px;
	float:left;
	height:100%;
	overflow:visible;
	padding-bottom:1px;
}

#leftMenu A {
	clear:both;
	display:block;
	line-height:24px;
	height:24px;
	border:solid 1px #777;
	border-top:none;
	padding:5px;
	width:inherit;
	white-space:normal;
	background-image:url(../images/leftmenu_1.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	text-align:left;
	overflow:hidden;
}

#leftMenu UL {
	width:100%;
	height:auto;
	float:left;
	overflow:visible;
	margin:0;
	padding:0;
	list-style:none;
	
}
#leftMenu UL LI{
	line-height:25px;
}

#leftMenu UL UL {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#4b5965;
}

#leftMenu UL UL A {
	background:none;
	border-bottom:1px dotted #CCC;
}

#leftMenu UL UL A:hover {
	background:none;
	border-bottom:1px dotted #fff;
}

#leftMenu UL UL A.selected {
	background:none;
	background-color:#888;
}
#leftMenu A:hover {
	background-image:url(../images/leftmenu_2.gif);
	background-repeat:repeat-x;
}

#leftMenu A.selected {
	clear:both;
	display:block;
	height:24px;
	line-height:24px;
	width:inherit;
	white-space:normal;
	background-image:url(../images/leftmenu_2.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	text-align:left;
}
