﻿.topMenu
{
	background-color:#FFFFFF;
	border-style: none;
}
.subMenu
{
	background-color:#FFFFFF;
	font:normal 12px arial;
	border:1px solid #E7E7E7;
	cursor: pointer;
}
.itemNormal
{
	background-color:#FFFFFF;
	color: #885C2B;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-right-width: 10px;
	text-decoration: underline;
	cursor: pointer;
}
.itemOver
{
	background-color: #ACACAC;
	color: #000000;
	border-color: #ACACAC;
	border-style: solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-right-width: 10px;
	text-decoration: none;
	cursor: pointer;
}

