div.hide, div.show, div.hideSelected {
	font-family: tahoma;
	font-size: 11px;
	position: absolute;
	z-index:1;
}

div.hide ul, div.hideSelected ul { display: none; }
div.show ul { display: block; }

div.hide div.menuTitle {
	width: 100%;
	/*padding: 2px 2px 4px 2px;*/
	background-color: #C7C0B1;
	border-bottom: 4px solid #C7C0B1;
	/*border-left: 4px solid #C7C0B1;*/
}

div.hideSelected div.menuTitle {
	width: 100%;
	/*padding: 2px 2px 4px 2px;*/
	background-color: #F5DFAF;
	border-bottom: 4px solid #F5DFAF;
}

div.hideSelected div.menuTitle a {
	color: #333399;
}

div.show div.menuTitle {
	width: 100%;
	/*padding: 2px 2px 4px 2px;*/
	background-color: #C7C0B1;
	border-bottom: 5px solid #F5DFAF;
	/*border-left: 4px solid #C7C0B1;*/
}

div.menuTitle a {
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: bold;
	color: #333399;
}

div.menuTitle > a {
	width: inherit;
}

div.show div.menuTitle a {
	background-color: #F5DFAF;
	color: #600000;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #444444;
	border-width: 1px 0px 0px 0px;
}

li.menuItem, li.menuItemShow {
	border-style: solid;
	border-color: #444444;
	border-width: 0px 1px 1px 1px;
}

li.menuItem a, li.menuItemShow li a {
	text-decoration: none;
	color: #333399;
	width: 100%;
	display: block;
	background-color: #C7C0B1;
	padding: 2px;
	font-weight: bold;
}

li.menuItemShow a {
	text-decoration: none;
	color: #600000;
	width: 100%;
	display: block;
	background-color: #F5DFAF;
	padding: 2px;
	font-weight: bold;
}

/* These make it work in Netscape/Mozilla */
li.menuItemShow > a, li.menuItem > a, li.menuItemShow li > a {
	width: inherit;
}

li.menuItem a:hover, ul.menu a:hover, li.menuItemShow li a:hover {
	font-weight: bold;
	color: #600000;
	background-color: #F5DFAF;
}


li.menuItem a:focus, li.menuItemShow li a:focus {
	font-weight: bold;
	background-color: #F5DFAF;
}

li.menuItem div { display: none; }
li.menuItemShow div { display: block; }
	
/*
	font-family: Tahoma; 
	font-size: 11; 
	color: #333399; 
	background-color: #C7C0B1; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none

	font-family: Tahoma;
	font-size: 11;
	color: #600000;
	background-color: #F5DFAF; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none}
*/
a.skip { position:absolute; left:-1000em; width: 20em;}

