
.sectionMain_Menu
{
	height: 100%;
	background-color: #ffffff;
	padding: 4px;
	display: block;
	margin: 0 auto;
}

.sectionMain_Menu a, a:visited
{
	color: #0000ff;
	text-decoration: none;
}

.sectionMain_Menu a:hover
{
	text-decoration: none;
}

.sectionMain_Menu ul
{
	list-style-type: none;
	padding: 0;
}

.sectionMain_Menu li
{
	list-style-type: none;
	/* margin-bottom: 1px; */
	padding: 6px;
	border-bottom: 1px solid #993d00;
	color: #ffffff;
}

.sectionMain_Menu li:hover
{
	color: #ffffff;
	background-color: #cc5200;
	cursor: pointer;
}

.sectionMain_Menu li:hover a
{
	color: #ffffff;
	background-color: #cc5200;
	cursor: pointer;
	text-shadow: 1px 1px 4px #0a0a0a;
}


a.sectionMain_MenuLink
{
	font-size: 1em;
	font-weight: bold;
	color: #cc5200;
	text-shadow: 1px 1px 2px #8c8c8c;
	-webkit-font-smoothing: antialiased;
	display: block;
}

a.sectionMain_MenuLink:visited
{
	font-size: 1em;
	font-weight: bold;
	color: #cc5200;
	text-shadow: 1px 1px 2px #999999;
	-webkit-font-smoothing: antialiased;
}

ul.sectionMain_MenuSub
{
	list-style-type: none;
}

ul.sectionMain_MenuSub li
{
	list-style-type: none;
	/* margin-bottom: 1px; */
	padding: 6px;
	padding-left: 20px;
	border-bottom: 1px solid #993d00;
	color: #ffffff;
}

ul.sectionMain_MenuSub li:hover
{
	color: #cc5200;
	background-color: #cc5200;
	cursor: pointer;
}

ul.sectionMain_MenuSub li:hover a
{
	color: #ffffff;
	background-color: #cc5200;
	cursor: pointer;
	text-shadow: 1px 1px 4px #0a0a0a;
}

#mainMenubar
{
	/* list-style-type: disc; */
}

#mainMenubar ul
{
	display: none;
}

#menu_Header_Responsive ul
{
	display: none;
}

div.quickMenuItem
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 15px;
}

div.quickMenuItem a
{
	color: #ffffff;
	text-decoration: none;
}

div.quickMenuItem a:hover
{
	color: #cc5200;
}
