﻿.mmcontainer 
{
	background-image: url(Img/mainmenubk.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	width: 620px;
	height: 87px;
	font-weight:bold;
	font-style:italic;
	color: Black;
	font-family: Arial;
	font-size: 15px;
	vertical-align: top;

}

.mml
{
	background-image: url('Img/Btn/mml.gif' );
	width: 146px;
	font-weight:bold;
	font-style:italic;
	color:Black;
	height: 32px;
	text-align:center;
	padding-top: 5px;
}

.mmlhvr
{
	background-image: url('Img/Btn/mmlh.gif' );
	width: 146px;
	height: 32px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding-top: 5px;
	color:White;
}

.mmc
{
	background-image: url('Img/Btn/mmc.gif' );
	font-weight:bold;
	font-style:italic;
	color:Black;
	width: 146px;
	height: 32px;
	text-align:center;
	padding-top: 5px;
}

.mmchvr
{
	background-image: url('Img/Btn/mmch.gif' );
	font-weight:bold;
	font-style:italic;
	width: 146px;
	height: 32px;
	text-align:center;
	padding-top: 5px;
	color:White;
}

.mmr
{
	background-image: url('Img/Btn/mmr.gif' );
	color:Black;
	font-weight:bold;
	font-style:italic;
	width: 146px;
	height: 32px;
	text-align:center;
	padding-top: 5px;
}

.mmrhvr
{
	background-image: url('Img/Btn/mmrh.gif' );
	width: 146px;
	font-weight:bold;
	font-style:italic;
	height: 32px;
	text-align:center;
	padding-top: 5px;
	color:White;
}

.horizontal ul
{
	list-style-type: none;
	padding: 0px;
	padding-left: 15px;
	padding-top: 2px;
	display: block;
	margin: 0px;
	
}
.horizontal li
{
	float: left;
	display: inline;
	background-color: #EB6C75;
}
.horizontal li a
{
	text-decoration: none;
	float: left;
	display: block;
}

/* second level menu */
.horizontal li ul
{
	position: absolute;
	margin-top: 28px;
	margin-left: -10px;
	font-size: 14px;
	width: 135px;
	border: none;
	display: block;
	height: auto;
}

.horizontal li ul li a
{
	width: 135px;

}

.horizontal li li ul{
	position: absolute;
	margin-top: .1em;
	margin-left: -150px;
	font-size: 14px;
}

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul
{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span
{
	padding-left: 1em;
	font-size: 85%;
}
.arrow a:hover span
{
	padding-left: 2em;
}
.arrow a span.noshow
{
	visibility: hidden;
}
/*Plus code*/
.plus a span
{
	padding-left: .5em;
}
/*colors for menu*/

.blackwhite ul ul li a
{
	background-color: #EB6C75;
	text-align: center;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight:600;
	border-bottom-color: #000000;

}
.blackwhite ul ul li a:hover
{
	background-color: #EB6C75;
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFF00;
	font-weight:300;
	line-height: 25px;
	border-bottom-color: #000000;
}


