


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

#dropmenudiv a{
width: 98%;
display: block;
border-bottom: 1px solid #000000;
padding: 1px 0 4px 3px;
font-weight: bold;
text-align: left;
}



A:link{
            font-family: tahoma, arial, sans-serif;
            font-size: 100%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: underline;
}

A:active{font-family: tahoma, arial, sans-serif;
            font-size: 100%;
				font-weight: bold;
            color : #ffffff;
            text-decoration: underline;
}

A:visited{font-family: tahoma, arial, sans-serif;
            font-size: 100%;
				font-weight: bold;
            color: #ffffff;
            text-decoration: underline;
}

A:hover{font-family: tahoma, arial, sans-serif;
            font-size: 100%;
				font-weight: bold;
            color : #9397DF;
            text-decoration: underline;
}

A.tmnu:link,A.tmnu:visited,A.tmnu:active{
      font-family: tahoma, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
}

A.tmnu:hover{
      font-family: tahoma, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #9397DF;
		text-decoration: none;
}

A.mmnu:link,A.mmnu:visited,A.mmnu:active{
      font-family: tahoma, arial, sans-serif;
		font-size: 80%;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
}

A.mmnu:hover{
      font-family: tahoma, arial, sans-serif;
		font-size: 80%;
		font-weight: bold;
		color: #9397DF;
		text-decoration: none;
}

A:link.ddown,A:active.ddown,A:visited.ddown{
            font-family: tahoma, sans-serif;
				font-size: 9px;
				color: #ffffff;
				text-decoration: none;
}

A:hover.ddown{
            font-family: tahoma, sans-serif;
				font-size: 9px;
				color: #ffffff;
				background-color: #9397DF;
				text-decoration: none;
}

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

A.bmnu:hover{
      font-family: Tahoma, arial, sans-serif;
		font-size: 10px;
		color: #9397DF;
		text-decoration: none;
}

A.credit:link,A.credit:visited,A.credit:active{
      font-family: Tahoma, arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
}

A.credit:hover{
      font-family: Tahoma, arial, sans-serif;
		color: #9397DF;
		text-decoration: none;
}