/* CSS Document */



ul#menu {
	list-style-type: none;
	width: 140px;
	margin: 0;
	padding: 0;
	display: inline;
}

ul#menu ol {
  display: none; 
  list-style-type: none;
  margin-left: 5px;
  padding: 5px 0 5px 0;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  
}

ul#menu li {

  line-height: 15px;
}

ul#menu ol li {
	border-bottom: 1px dotted #FFFFFF;
	text-align: left;
	padding: 3px;
	background-color: #999999;  
}

ul#menu ol li:before {
  content: "";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #000000;
}

ul#menu a.active {
  color: #FFFFFF;
}


#dropmenudiv{
	position:absolute;
	z-index:100;
	margin-bottom: 3px;
	width: 130px;
	text-align: center;
	/* bgd colour can be changed in the javascript (var menubgcolor) */
}
.naviBGD { /* static background */
	text-align: center;
	width: 800px;
}
.naviBGD a { /* static menu text */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	width: 130px;
}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	width: 130px;
}

#dropmenudiv a:hover{ /* sub menu hover background color*/
  background-color: #CCCCCC; 
}
