﻿

.clsMenuItem
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	font-style: italic;
	height: 25px;
	text-align: center;
	cursor: pointer;
}

.clsMenuNormal
{
	background-image: url(img/Log_225x25_Light.jpg);
	background-color: #D2B372;
	border-right: solid 1px #3e3426;
	border-top: solid 1px #ede7c6;
	border-left: solid 1px #ede7c6;
	border-bottom: solid 1px #3e3426;
}

.clsMenuHighlight
{
	background-image: url(img/Log_225x25_Dark.jpg);
	background-color: #6C3306;
/*	text-decoration: underline;
	color: White;
*/
	color: White;

	border-right: solid 1px #3e3426;
	border-top: solid 1px #3e3426;
	border-left: solid 1px #3e3426;
	border-bottom: solid 1px #3e3426;

/*
	border-right: solid #ede7c6 1px;
	border-top: solid #3e3426 1px;
	border-left: solid #3e3426 1px;
	border-bottom: solid #ede7c6 1px;
*/
}

a.clsMenuLink
{
	color: Black;
}

a.clsMenuLinkHover
{
	color: White;
}