
/* this contains the dropdown menu wich is attached to js ----------------------*/

.navis
  { width: 800px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #005555;}
.navis a
  { color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
.dropmenudiv_a
  { border-right: black 1px solid;
	border-top: black 8px solid;
	z-index: 100;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: black 1px solid;
	width: 200px;
	border-bottom: black 0px solid;
	position: absolute;
	top: 0px;
	background-color: white}
.dropmenudiv_a a
  { padding-right: 0px;
	border-top: #678b3f 0px solid;
	display: block;
    padding-left: 0px;
	padding-bottom: 2px;
	width: auto;
	color:black;
	text-indent:5px;
	padding-top: 2px;
	border-bottom: #678b3f 1px solid;
	text-decoration: none}
* HTML .dropmenudiv_a a
  { width: 100%}
.dropmenudiv_a a:hover 
  { color:white;
    background-color: #8a3c3d}
