.amlogo{
	border: 1px solid #000000;
}

p.mmenuhdr{font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0F67B1;
		margin: 0 24px 0 4px;
		text-align: right;
		padding: 0 0 0 0;
  }
  
  

p.mmenuhdruw{font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0C5695;
		margin: 0 4px 0 4px;
		text-align: right;
		padding: 0 0 0 0;
  }
  
/*sets up an indented and bulleted list for the main menu*/
#mmlist ul {
	list-style-type: none;
   margin: 6px 0 25px 0;
	padding: 0 0 0 0;
    }
	 
#mmlist li{font-family: Tahoma, Arial, sans-serif;
	   list-style-type: none;
      color: #293277;
		font-weight: bold;
      margin: 1px 2px 0 4px;
		padding: 0 0 0 0;
		text-align: right;
		width: 140px;
		display: block;
		border-bottom: 1px dashed #84D02F;
    }

/*Divs to set up the dropdown menu syles and positioning - also used within the functions js file*/
#dropmenudiv{
position:absolute;
border:1px solid #0C5695;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 99%;
background-color: #ffffff;
display: block;
border-bottom: 1px solid #0C5695;
padding: 1px 0 0 2px;
text-decoration: none;;
}



/*Text Links*/
A:link{
            font-family: Tahoma, Arial, sans-serif;
            font-size: 80%;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
}

A:visited{font-family: Tahoma, Arial, sans-serif;
            font-size: 80%;
				font-weight: bold;
            color: #000000;
            text-decoration: none;
}

A:active{font-family: Tahoma, Arial, sans-serif;
            font-size: 80%;
				font-weight: bold;
            color : #D84D00;
            text-decoration: none;
}

A:hover{font-family: Tahoma, Arial, sans-serif;
            font-size: 80%;
				font-weight: bold;
            color: #000000;
            text-decoration: none;
}

A:link.tnav,A:active.tnav,A:visited.tnav{
        font-family: Tahoma, sans-serif;
				font-size: 70%;
				color: #8FB75B;
				text-decoration: none;
}

A:hover.tnav{
            font-family: Tahoma, sans-serif;
				font-size: 70%;
				color: #8FB75B;
				text-decoration: none;
}

A:link.master,A:active.master,A:visited.master{
        font-family: Arial, sans-serif;
				font-size: 100%;
				font-weight: bold;
				color: #0C5695;
				text-decoration: none;
}

A:hover.master{
            font-family: Arial, sans-serif;
				font-size: 100%;
				font-weight: bold;
				color: #0C5695;
				text-decoration: none;
				background-color: #FFF0D9;
}

A:link.hlights,A:active.hlights,A:visited.hlights{
            font-family: Tahoma, sans-serif;
				font-size: 10px;
				font-weight: bold;
				color: #6D5641;
				text-decoration: none;
}

A:hover.hlights{
            font-family: Tahoma, sans-serif;
				font-size: 10px;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
}

A:link.snav,A:active.snav,A:visited.snav{
            font-family: Tahoma, sans-serif;
				font-size: 10px;
				color: #0C5695;
				text-decoration: none;
}

A:hover.snav{
            font-family: Tahoma, sans-serif;
				font-size: 10px;
				color: #6A8A40;
				text-decoration: none;
}

A.bnav:link,A.bnav:visited,A.bnav:active{
      font-family: Tahoma, arial, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
}

A.bnav:hover{
      font-family: Tahoma, arial, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: #800000;
		text-decoration: none;
}
