﻿body
{
background-color: #fdfede;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.MenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color: #FFFFFF;
	padding-left : 10px;
	margin-bottom : 0px;
	font-weight : bold;
	text-decoration:none;
}
.MenuSubItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color: #FF8F00;
	padding-left : 10px;
	margin-bottom : 0px;
	font-weight : bold;
}
.MenuContainer
{
    border-right: #FF8F00 1px solid;
	border-left: #FF8F00 1px solid;
	border-bottom: #FF8F00 1px solid;
	width : 170px;
	background-color: #FF8F00;
    position:absolute; top:0px; left:0px; cursor:pointer;
    left:5px;

}
.MenuSubContainer
{
	border-right: #FF8F00 1px solid;
	border-left: #FF8F00 1px solid;
	border-bottom: #FF8F00 1px solid;
	width : 170px;
	background-color: #fffdfb;
	left: 5px;
}
