/* #### This style sheet lists tags/elements the navigation menu only #### */

#menu {
	margin: 0px;
	padding: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: navy;
}
#menu ul {
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	margin-left: 14px;
}
/*---- Dynamic Folding Menu Title ----*/
#foldheader	{
	margin: 0px;
	padding: 0px;
	margin-top:	2px;
	color: #fff;
	/* cursor:	pointer; */
	/* cursor:	hand; */
	font-weight: bold;
	background:	url('../images/bkg-menu-b.gif') no-repeat;
	list-style-image: url('');
	list-style-type: none;
	line-height: 21px;
}
html>body #foldheader{
	padding-left: 17px;
}

#foldheader li	a{
	list-style-type: none;
	list-style: none;
	margin:0px;
	padding:0px;
}
html>body #foldheader li a { width: auto; }

#foldheader a:hover {
	text-decoration: underline;
}
/*---- Static Non Folding Menu Title ----*/
#nonfoldheader	{
	margin: 0px;
	padding: 0px;
	margin-top:	2px;
	color: #fff;
	font-weight: bold;
	background:	url('../images/bkg-menu.gif') no-repeat;
	list-style-image: url('');
	list-style-type: none;
	line-height: 21px;
}
html>body #nonfoldheader{
	padding-left: 17px;
}
#nonfoldheader a {
	text-decoration: none;
}
#nonfoldheader a:hover	{
	text-decoration: underline;
}
#nonfoldheader li	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*---- SUB MENU's ----*/
#foldinglist {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCD4E8;
	color: navy;
	width: 158px;
	background:	#fff;
	list-style-type: none;
}
#foldinglist ul	{
	margin: 0px;
	padding:0px;
}
#foldinglist li	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	line-height: 21px;
}
#foldinglist li a.menu-item-1, a.menu-item-1:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	color: navy;
	font-size: 11px;
	padding-left: 4px;
	width: 100%;
	min-height: 20px;
	text-decoration: none;
	text-align: left;
}

#foldinglist li a.menu-item-1:hover {
	display: block;
	background: #EAF5F0;
	text-decoration: none;
	color: navy;
}
a.menu-item-0 {
	color: #fff;
	font-weight: bold;
}
a.menu-item-0:visited {
	color: #fff;
	font-weight: bold;
}
