.MainMenuLeft {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	border-bottom-width : 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C8D3;
	border-right-width : 1px;
	border-right-style: solid;
	border-right-color: #C6C8D3;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	cursor: hand;
}	

.MainMenuRight {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	border-bottom-width : 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C8D3;
	border-left-width : 1px;
	border-left-style: solid;
	border-left-color: #C6C8D3;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	cursor: hand;
}
	
.MainMenuCenter {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	border-bottom-width : 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C8D3;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	cursor: hand;
}	

a:link.MenuItem
{
color: #000000;
}
a:visited.MenuItem
{
color: #000000;
}
a:active.MenuItem
{
color: #BF0023;
}
a:hover.MenuItem
{
color: #BF0023;
}
