/****************************************************************************************\
	The left menu
\****************************************************************************************/

#leftmenu
{
	float:left;
	width:180px;
	margin-top:10px;
	margin-bottom:30px;
	border-right: dashed rgb(61,186,240) 1px;
	border-bottom: dashed rgb(61,186,240) 1px;
}

#leftmenu .deepth_1
{
	display:block;
	padding:5px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	background-color:rgb(236,247,255);
	border-top: dashed rgb(61,186,240) 1px;
	border-bottom: dashed rgb(61,186,240) 1px;
}

#leftmenu a.deepth_2
{
	display:block;
	padding:3px;
	font-size:10pt;
	text-decoration:none;
	margin-left:5px;
}

#leftmenu a.deepth_2:hover
{
	text-decoration:underline;
}

#leftmenu a.deepth_2_active
{
	display:block;
	padding:3px;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
}

#leftmenu a.deepth_2_active:hover
{
	text-decoration:underline;
}

/****************************************************************************************\
	Adjust some elements to make place for this menu
\****************************************************************************************/

h1
{
	margin-left:200px;
}

div#content
{
	margin-left:200px;
}