/* CSS Document */

/* layouts */

#leftMenu	{
	width: 200px;
	float: left;
	font-size: 90%;
	color:#666666;
	text-decoration: none;
	margin-top:10px;
	text-align:right;
}


#leftMenu a	{
	}
	
#leftMenu li	{
	text-decoration:none;
	list-style-type:none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}




#rightBox	{
	float right;
	padding: 10px;}
