﻿
.TopMenuGroup
{    
		clear: both;

	float: left;
	bottom: 0;
	left: 5px;
	text-align: left;
	position: absolute;
	width:100%;
	z-index: 15;

}
.TopMenuItem,
.TopMenuItemHover
{
	position: relative;
	display:inline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: bold;
	color: #a40004;
	padding: 6px 7px;
	cursor:pointer;

    
}
.TopMenuItemHover 
{
background-color: #a40004;
	color: #fff;

}
.MenuGroup 
{
	background: url(images/layout/templates/nav-dropdown-bg.png) bottom right no-repeat;

	
}

.MenuItem {
			clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;	
	text-align: left;
	padding: 6px 17px 6px 30px !important;
	margin: 0;
	width: 80%;
	background: transparent url(images/layout/templates/nav-dropdown-menubullet.png) no-repeat;
	background-position: 12px 11px;
	cursor:pointer;
}
.MenuItemDown,
.MenuGroup,
.MenuItemHover 
{
	margin: 0;
	padding: 10px 20px 18px 0;
	z-index: 10;
	color: #fff;
	cursor:pointer;
	text-transform: capitalize;
	text-decoration: none;	
}
.MenuItemHover,.MenuItemDown 
{

	clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;	
	text-align: left;
	padding: 6px 17px 6px 30px !important;
	margin: 0;
	width: 80%;
	background: transparent url(images/layout/templates/nav-dropdown-menubullet-ro.png) no-repeat;
	background-position: 12px 11px;
	color: #fdee6a !important;



}
/* noise abatement 
green #8BBD50
blue #00A0DC


.NA .TopMenuItem,
.NA .TopMenuItemHover
{
	line-height : 22px;
    text-decoration:none;
    font-size:11px;
    border:#ffffff solid 1px;
    border-collapse:collapse;
    border-width:0px 0px 0px 1px;
    cursor:hand;
    color:#ffffff;
    white-space:nowrap;
}
.NA .TopMenuItemHover 
{
	background:#8BBD50;
	cursor:hand;
}
.NA .MenuGroup 
{
	
}
.NA .MenuItemDown,
.NA .MenuGroup,
.NA .MenuItemHover 
{
	background:#8BBD50;
	cursor:hand;
	border-width:0px;
	color:#ffffff;
	font-size:10px;
	
}
.NA .MenuItemHover 
{
	background-color: #00A0DC;
}
*/
