
.ul2
{
	font: normal 62.5% "Lucida Sans Unicode" ,sans-serif;
	font-size: 1.2em;
	padding-bottom: 1.2em;
}


/* misc */
.clearer
{
	clear: both;
}

/* structure */
.container
{
	background: url(MenuCss_files/topleft.gif) no-repeat;
}



/* main */
.main
{
	background: #FFF url(bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav
{
	float: left;
	width: 24%;
}
.sidenav h1
{
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul
{
	margin: 0;
	padding: 0;
}
.sidenav li
{
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a
{
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover
{
	color: #111;
	background: url(nav_li.gif) no-repeat;
}

/* content */
.content
{
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr
{
	color: #C60;
	margin-bottom: 6px;
}
.content li
{
	list-style: url(MenuCss_files/li.gif);
	margin-left: 18px;
}

