﻿.MainMenu
{
	top:0px;
}

.MainMenuItem
{
	padding: 0 25px 0 0;
}

.SubMenuItem
{
	text-decoration:none;
	background-color:#FFFFFF;
	border-bottom: 1px solid #cec5c1;
	border-left:solid 1px #cec5c1;
	border-right:solid 1px #cec5c1;	
	padding: 3px;	
}

.SubMenuItem .text
{
	color: #A44747;
	font-size: 10px;
	font-family: Palatino Linotype;
	font-weight: bold;
}

.SubMenuItem:Hover
{
	background-color:#E4E4E4;
	text-decoration: none;
	margin-bottom: 0;
}

.SubMenuItem:Hover .text
{
	color: #67564e;
	font-size: 10px;
	font-family: Palatino Linotype;
	font-weight: bold;
	text-decoration: none;
}