.menuleft		{
				background-color:#A84343;
				background-image:url(img/menu_bg.gif);
				background-repeat:repeat-y;
				width:195px;
				padding:15px 0px 40px 0px;
				}

.menuleft a:link	{
				color:white;
				text-decoration:none;
				}

.menuleft a:visited	{
				color:white;
				text-decoration:none;
				}

.menuleft a:hover	{
				color:red;
				}

.menuleft a:active	{
				color:red;
				}

.menuleft a:focus	{
				color:red;
				}

.here		{ font-weight:bold; }				
				
.lev1		{
			font-size:80%;
			margin:5px 0px;
			padding-left:20px;
			background-image:url(img/dot.gif);
			background-position:10px center;
			background-repeat:no-repeat;
			}

.lev1sel	{
			font-size:80%;
			margin:5px 0px;
			padding-left:20px;
			background-image:url(img/dot_A.gif);
			background-position:10px center;
			background-repeat:no-repeat;
			}

.lev2		{
			font-size:80%;
			margin:5px 0px;
			margin-left:15px;
			padding-left:20px;
			background-image:url(img/dot.gif);
			background-position:10px center;
			background-repeat:no-repeat;
			}
		
.lev2sel	{
			font-size:80%;
			margin:5px 0px;
			margin-left:15px;
			padding-left:20px;
			background-image:url(img/dot_A.gif);
			background-position:10px center;
			background-repeat:no-repeat;
			}

.lev3		{
			font-size:80%;
			margin:5px 0px;
			margin-left:30px;
			padding-left:20px;
			background-image:url(img/dot.gif);
			background-position:10px center;
			background-repeat:no-repeat;
			}
		
.lev3sel	{
			font-size:80%;
			margin:5px 0px;
			margin-left:30px;
			padding-left:20px;
			background-image:url(img/dot_A.gif);
			background-position:10px center;
			background-repeat:no-repeat;
			}			
			
			