div.menuBar,
div.menuBar a.menuButton,
div.menuBar a.menuButtonDisable,
div.menuBar a.menuItem,
div.menuBar a.menuItemDisable,
div.menu,
div.menu a.menuItem,
div.menu a.menuItemDisable {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
}

div.menu a.menuItem, div.menu a.menuItemDisable {
	font-size: 80%;
}

div.menuBar {
	padding-bottom:7px;
	padding-left:0px;
	padding-top:7px;
	text-align: left;
	height:12px;
}

div.menuBar a.menuButton, 
div.menuBar a.menuButtonDisable,
div.menuBar a.menuItem,
div.menuBar a.menuItemDisable
{
	color: #FFFFFF;
	background-color: transparent;
	cursor: default;
padding-bottom:7px;
padding-left:10px;
padding-right:15px;
padding-top:7px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bolder;
	background-color: #9355C4;
}

div.menuBar a.menuButton:hover,
div.menuBar a.menuItem:hover
 {
	color: black;
}

div.menuBar a.menuButtonActive
 {
	color: #CCFF99;
	cursor:pointer;
}

div.menu {
	background-color: #681797;
	border: 1px outset #ECE9D8;
	left: 0px;
	padding: 0px 1px 1px 0px; 
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem, div.menu a.menuItemDisable {
	color: #FFFFFF;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #9355C4;
	cursor:pointer;
}

div.menu div.menuItemSep {
	border: 1px inset #ECE9D8;
	margin: 4px 2px;
}

a.menuButton, a.menuButtonDisable,
div.menuBar a.menuItem,
div.menuBar a.menuItemDisable
 {
	background-image: url(/sysnet/DHTMLMenu_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.menuBar {
	background-image: url(/sysnet/DHTMLMenuRight_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #9355C4;
}

a.menuButtonRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	color: #FFFFFF;
	padding: 7px 4px 7px 4px;
	position: relative;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(/sysnet/DHTMLMenuRight_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #9355C4;

}
.menuButtonLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	padding: 7px 4px 7px 4px;
	position: relative;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/sysnet/DHTMLMenuLeft_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #9355C4;
}
a.menuButtonArrow, a.menuButtonArrowDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	background-color: transparent;
	cursor: pointer;
	padding: 7px 15px 7px 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: right center;
}

a.menuButtonArrow {
	background-image: url(/sysnet/DHTMLMenuArrow_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}
a.menuButtonArrowDisabled {
	background-image: url(/sysnet/DHTMLMenuArrow_04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a.menuButtonClose, a.menuButtonCloseDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;  
	background-color: transparent;
	cursor: pointer;
	padding: 7px 20px 7px 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: right center;
}
a.menuButtonClose {
	background-image: url(/sysnet/DHTMLMenuClose_01.png);
	background-repeat:no-repeat;
}

a.menuButtonCloseDisabled {
	background-image: url(/sysnet/DHTMLMenuClose_04.png);
	background-repeat:no-repeat;
}
div.menuBar a.menuButtonDisable{
color:#999999;
}
div.menu a.menuItemDisable {
	color:#999999;
}
div.menu hr {
width:15em;
}
a.menuButtonClose {
	background-image:url(/sysnet/testMenuClose_01.png);
	z-index: 100;
	background-repeat: no-repeat;
	background-position: right center;
}

a.menuButtonCloseDisabled {
	background-image:url(/sysnet/testMenuClose_04.png);
	z-index: 100;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
}