BODY
{
	COLOR: #333333;
	FONT-FAMILY: Verdana, sans-serif;
	MARGIN: 0px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 0px;
}

P
{
	FONT-FAMILY: Verdana, sans-serif;
	FONT-SIZE: 100%;
}

A
{
	FONT-FAMILY: Verdana, sans-serif;
	FONT-SIZE: 100%;
}

A:visited 
{
	COLOR: #0015DA; TEXT-DECORATION: none;
}

A:hover 
{
	COLOR: #000000; TEXT-DECORATION: underline;
}


	#mBody {
		clear: both;
		padding: 0 0 1em 0;
	}

	#side {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}

/* Sidebar */

	#nav:before {
		line-height: 0.1;
		font-size: 1px;
		/* background: transparent url("../../images/menu_tr.gif") no-repeat top right; */
		margin: 0;
		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
		/* content: url("../../images/key-point_tl.gif"); */
	}
	/* #nav {
		background: #E0E9E9 url("../../images/menu_back.gif") right repeat-y;
	}*/
	#nav:after {
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		/* content:  url("../../images/key-point_bl.gif"); */
		margin: 0 0 0 0;
		height: 8px;
		/* background: transparent url("../../images/menu_br.gif") scroll no-repeat bottom right ; */
		border-top: 1px solid #fff;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		margin-bottom: 1em;
	}	
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #666;
	}

	#nav li span#configParent, #nav li span #configuration {
		display: inline;
		font-weight: normal;
		padding: 0;
	}
	
	#nav li a {
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #EDF2F2;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
	}

	#nav li a:hover {
		background: #E0E9E9;
	}
	
	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	
	#nav li li a {
		padding: 6px 8px 6px 20px;
	}
	
	#oN {
		background-color: #E0E9E9;
	}
	#oN:hover {
		background-color: #C6DCDC;
	}

