ul.menu ul{display:none}/*on load hide sub menus*/
ul#menu {/*position the menu*/
	width:164px;
	margin:40px 0 0 2px;
}

ul.menu, ul.menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type:none;
	background-image:none;
	margin: 0;
	padding: 0;
	text-align:left;
}
ul.menu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
  background-image:none;
}

/*ul.menu li.navheader{
	background: url(../pics-new/nav/UlAbove.gif) no-repeat left top;
	height:23px;
	list-style: none;
}
ul.menu li.white a{
	background-color: #FFF
}
ul.menu li.white img{
	margin:-5px 0 0 0;
}
ul.menu li.navfooter{
	background: url(../pics-new/nav/UlFooter.gif) no-repeat left bottom;
	list-style: none;
	height:12px;
}*/
ul.menu a { /*ALL links*/
	display: block;
	text-decoration: none;
	padding:8px 4px 8px 10px;
	margin:0;
	font-size:11px;
	font-style: italic;
	color: #333;
	font-weight: bold;
	background:  url(../pics/UlToplevelGo.gif) no-repeat left center;	/*border:1px solid #000;*/
}
ul.menu a:hover{ /*ALL links*/
	background:  url(../pics/UlToplevelGoHover.gif) no-repeat left center;	/*border:1px solid #000;*/
	color: #CC0000;
}
ul.menu a.active {/*Toplevel ACTIVE */color:#CC0000;font-style:normal}
ul.menu ul{/*2nd level ul*/
	width:154px;
}

ul.menu li ul li {/* 2nd level li*/
	line-height: 28px;	
}
ul.menu li ul{/*  2nd level show separation */
	padding:0 0 6px 0;
	/*width:181px;*/
	background: url(../pics/SubUlFooter.gif) no-repeat 1px bottom;
}

ul.menu li ul a { /*2nd level links*/
	margin:0 1px;
	padding:0 4px 0 16px;
	font-size: 10px;
	font-style: normal;
	background: #D8F0EF url(none) no-repeat 1px bottom;
}
ul.menu li ul a:hover,/*2nd level hover*/
ul.menu li ul a.active{ /*2nd  level ACTIVE */
	color:#CC0000;
	background: #AEE4FF url(none);	
}
ul.menu li ul a { /*2nd level links in a group*/
   background: url(../pics/indicate-subnav.gif) repeat-y 0px 7px;
}
ul.menu li ul.active a:hover { /*2nd level links in a group*/
   background: #B7E3E1 url(../pics/indicate-subnav.gif) repeat-y 0px top;
}

/* Arrows */
ul.menu li a.ul-isopen{/* 1stlevel */
	background:  url(../pics/UlToplevelArrow.gif) no-repeat left center;
	padding-left:20px;
	color:#333;
}
ul.menu li a.ul-isopen:hover {/* 1stlevel */
	background:  url(../pics/UlToplevelArrowHover.gif) no-repeat left center;
	color: #C00;
} 
ul.menu li a.ul-isclosed{/* 1stlevel */
	background:  url(../pics/nav-closeTopitem.gif) no-repeat left center;
	font-weight:bold;
	padding-left:20px;
	color:#CC0000;
	font-style: normal;
}
ul.menu li a.ul-isclosed:hover {/* 1stlevel */
	background:  url(../pics/nav-closeTopitemHover.gif) no-repeat left  center;
	color: #C00;
} 

/* END Arrows */

/* #############################
Group styles
*/

ul.menu li ul li.falselink{/*2nd level span for text only */
	padding-left:15px;
	background-color: #D8F0EF;
	margin:0 1px;
}
ul.menu li ul li .navtext{/*2nd level span for text only */
	padding-left:15px;
	margin:0 1px;
	background: url(../pics-new/nav/indicate-subnavtextonly.gif) repeat-y left center;
}

