/* CSS Document */
#navigation h3 {
	font-family:MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	display:block;
	border-width: 1px;
	border-style:none;
	border-color: #FFFFFF;
	margin: 0;
	padding: 15px 5px 5px 2px;
	color: #333344;
}

#navigation {
width: 165px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
font-size:14px;
font-family:MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight:600;
text-indent: 5px;

}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 1em 0 0.5em 0em;
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
#navigation li a:hover {
background-color: #BDBDBD;
border-bottom: 2px solid #FF8000;
}

/* - - - - - MAIN MENU 2nd tier - - - - -  */
#navigation ul ul {
	margin-left: 4px;

}
#navigation ul ul li {
	font-size:9px;
	margin:0;
	list-style-type:square;
	margin-left: 14px;
}
#navigation ul ul li a:link, #navigation ul ul a:visited {
border-left: 8px;
}
#navigation ul ul li a:hover {
background-color: #BDBDBD;
border-bottom: 2px solid #FF8000;
}



/* CurrentMM1 */  
#home #navMain-home a,
#advantage #navMain-advantage a,
#whymegadomes #navMain-whymegadomes  a,
#tour #navMain-tour a,
#applications #navMain-applications a,
#storage-buildings #navMain-storage-buildings a,
#barns #navMain-barns a,
#riding-arenas #navMain-riding-arenas a,
#compost-facilities #navMain-compost-facilities a,
#equipment-storage #navMain-equipment-storage a,
#publicworks #navMain-publicworks a,
#construction #navMain-construction a,
#projects #navMain-projects a,
#environmental #navMain-environmental a,
#industrial #navMain-industrial a,
#moreindustrial #navMain-moreindustrial a,
#agri #navMain-agri a,
#gallery #navMain-gallery a,
#contact #navMain-contact a
{
	font-weight: 800;
	font-style: italic;
	background:#FF9922
}

/* CurrentMM1-Hover*/
#home #navMain-home a:hover,
#advantage #navMain-advantage a:hover,
#whymegadomes #navMain-whymegadomes a:hover,
#tour #navMain-tour a:hover,
#applications #navMain-applications a:hover,
#storage-buildings #navMain-storage-buildings a:hover,
#barns #navMain-barns a:hover,
#riding-arenas #navMain-riding-arenas a:hover,
#compost-facilities #navMain-compost-facilities a:hover,
#equipment-storage #navMain-equipment-storage a:hover,
#publicworks #navMain-publicworks a:hover,
#construction #navMain-construction a:hover,
#projects #navMain-projects a:hover,
#environmental #navMain-environmental a:hover,
#industrial #navMain-industrial a:hover,
#moreindustrial #navMain-moreindustrial a:hover,
#agri #navMain-agri a:hover,
#gallery #navMain-gallery a:hover,
#contact #navMain-contact a:hover
{

text-decoration: none;
font-weight: bold;

}


