/* $Id: jquerymenu.css,v 1.3 2009/02/17 21:51:36 aaronhawkins Exp $ */
ul.jquerymenu li.parent {
  list-style:none;
  border:none;
}

ul.jquerymenu li.parent a{
	font-weight:bold;
	color:#91062a;
	text-transform:uppercase;
	/*text-transform:none;*/
}
  ul.jquerymenu li.closed ul{
  display:none;
  }
ul.jquerymenu > li{
	position: relative;
}

ul.jquerymenu li{
	position: relative ;
	border-bottom: 0px ;
}

ul.jquerymenu .parent .active a{
	color: #91062a;
}

ul.jquerymenu .subnav li{
	list-style:none;
	/*list-style-image: url(/misc/menu-leaf.png);*/
	text-transform:none;
	list-style-image: url(plus_ie.gif);
	border-bottom: 0px ;
	padding-top:0px;
	vertical-align:top;
	border-top:0px;
	margin-top:5px;
}

ul.jquerymenu .parent .subnav li a{
	text-transform:uppercase;
	/*line-height:18px;*/
}

ul.jquerymenu .parent .subnav li a.active{
	color:#91062a;
	/*line-height:18px;*/
}

ul.jquerymenu .subnav ul li{
	list-style:none;
	list-style-image: none;
	line-height:8px;
}
ul.jquerymenu .subnav ul li a.active{
	color:#91062a;
}

ul.jquerymenu .parent .subnav a{
	color: #5b5b5d;
	font-weight:normal;
	text-transform:none;
}

ul.jquerymenu .parent .open{
  list-style-image: url(minus_ie.gif);
}

ul.jquerymenu li.parent .open a {
  color:#91062a;
}

ul.jquerymenu .parent .open .subnav a{
	color: #5b5b5d;
	text-transform: none ;
}

ul.jquerymenu .parent .closed .subnav a{
	color: #5b5b5d;
	text-transform: none ;
}

/*

ul.jquerymenu li.parent .closed {
  background-image: none;
  background-repeat: none;
}

ul.jquerymenu li.parent .closed a {
  color: #5b5b5d;
}

ul.jquerymenu li.parent .open a {
  color:#91062a;
}

ul.jquerymenu li.parent ul a {
  color: #5b5b5d;
}

ul.jquerymenu .parent .subnav a{
	color: #5b5b5d;
	font-weight:normal;
	text-transform:none;
}

.jquerymenu span{
	display:block;
}

ul.jquerymenu li.parent .open {
  background-image: url(/misc/menu-expanded.png);
  background-repeat: no-repeat;
  background-position: left top;
}

ul.jquerymenu li.parent span.closed {
  background-image: url(plus.png);
  background-repeat: no-repeat;
  background-position: left top;
}

ul.jquerymenu li.parent span.closed a {
  color: #5b5b5d;
}



ul.jquerymenu li.parent span.open a {
  color:#91062a;
}

ul.jquerymenu li.parent span {
  cursor:pointer;
}
*/