<style>
	/* CoolMenus 4 - default styles - do not edit */
	.clCMEvent{
		position:absolute;
		width:99%;
		height:99%;
		clip:rect(0,100%,100%,0);
		left:0;
		top:0;
		visibility:visible;
		margin-bottom : 3px;
		font-weight : bold;
	}

	.menukop
	{
		width:148;
		background-color: D87319;
		color: white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight : bold;
	}

	.menuitem
	{
		width:148;
		background-color: #FAA457;
		color:black;
		cursor:hand;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;		
		margin-bottom : 3px;
	}


	.menuitem a
	{
		width:148;
		background-color: #FAA457;
		color:black;
		cursor:hand;
		text-decoration: none;
	}


	.menuitem a:visited		{
		width:148;
		background-color: #FAA457;
		color:black;
		cursor:hand;
		text-decoration: none;
	}

	.menuitem a:active					{
		background-color:#F8A255;
		color: white;
		text-decoration: none;
		width: 148px;
	}


	.menuitem a:hover			{
		background-color:#E89245;
		color: white;
		text-decoration: none;
		width: 148px;
	}
</style>