/**
 * Modified from the http://www.gazingus.org/ source for http://www.halevision.com/ by Justin Knoll 1/22/05
 *
 */
#mainMenu
{
  border: 1px solid #CCC;
  color: #000;
  margin-bottom: 10px;
}

#menuList {
  margin: 0px;
  padding: 0px 5px 10px 5px;
}

/* display:block added for http://www.halevision.com/ */
li.menubar {
  background: url("../images/menuExpandable/plus.gif") no-repeat 0em 0.3em;
  line-height: 1.5em;
  list-style: none outside;
}

.menu, .submenu {
  display: none;
  margin-left: 10px;
  padding: 0px;
}

/* Changed for http://www.halevision.com/ */
.menu li, .submenu li {
  background: url("../images/menuExpandable/square.gif") no-repeat 0em 0.3em;
  list-style: none outside;
}

a.actuator 
{
  background-color: transparent;
  color: #000;
  padding-left: 15px;
  text-decoration: none;
}

/* Added for http://www.halevision.com/ */
a.actuator:hover
{
	text-decoration: underline;
}


.menu li a, .submenu li a 
{
	background-color: transparent;
	color: #000;
	padding-left: 15px;
	text-decoration: none;
	/* 
	 * display: block; padding-bottom: 0px; margin-bottom: 0px; added for http://www.halevision.com/
	 * The display: block was originally added to keep the menu items aligned to the left of the +/- sign if they linewrapped.
	 * Even with the margin and padding set, it causes excessive leading between menu items in IE 6.0 or 5.5 on Win XP.

	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	 */
}

.menu li a:hover, .submenu li a:hover 
{
	text-decoration: underline;
}

span.key {
  text-decoration: underline;
}



