.menu		{width: 144px;
		 overflow: hidden;
		 margin: auto;
		 text-align: left;}
		 
.top		{background: url(../Layout/MenuTop.png);
		 background-position:top-left;
		 width: 144px;
		 height: 20px;
		 text-align: center;
		 font-family: Verdana;
		 font-size: 12px;
		 font-weight: bold;}
		 
.midt		{width: 144px;
		 font-size: 10px;
		 padding-top: 6px;
		 padding-bottom: 6px;
		 padding-left: 6px;
		 padding-right: 0px;}
		 
ul, li		{margin: 0; padding: 0; }

li		{list-style: none;
		 margin-top: 2px;}
		 
.countere	{width: 0px;
		 height: 0px;
		 overflow: hidden;}
		 
body a:link    	{color:#2E4042; text-decoration: none; background-color: inherit;}
body a:visited 	{color:#2E4042; text-decoration: none; background-color: inherit;}
body a:hover   	{color:#43B6C3; text-decoration: none; background-color: inherit;}
body a:active  	{color:#43B6C3; text-decoration: none; background-color: inherit;}

