@charset "utf-8";
/* CSS Document */


#leftmenu{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		text-decoration:none;
		font-weight:normal;
		font-size:12px;
		height:100%;

		}
		
#leftmenu li{
		list-style-type:none;
		position:relative;
		margin:0px;
		margin-left:10px;
		font-weight:normal;
	}
	
#leftmenu ul {
		margin:0px;
		padding:0px;
		position:relative;
		color:#996600;
		font-weight:bold;
		}

#leftmenu a:link, a:visited{
		text-decoration:none;
		font-weight:normal;
		}

#leftmenu a{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		color: #333;
		text-decoration:none;	
		display:block;
		clear:both;
		width:150px;	
		padding-left:2px;	
	}

#leftmenu a:hover{
		color: #CC6600;
		text-decoration:none;	
	}	
	
