.menutable{
	border:2px threedhighlight outset; 
	background-color:menu; 
	font-family:MS Sans Serif;
	font-size:8pt;
	width: 300px;
}

.menuseparator{
	border-bottom: 1px #848284 solid;
	padding-bottom: 0px;
} 


.menuItem {
	FONT-SIZE: 8pt; 
	COLOR: black; 
	BACKGROUND-COLOR: menu;
	text-indent: 8px;
	padding-bottom: 3px;
	padding-top: 2px;	
}

.menuItemSubGroup {
	FONT-SIZE: 8pt; 
	COLOR: black; 
	BACKGROUND-COLOR: menu;
	text-indent: 8px;
	padding-bottom: 3px;
	padding-top: 2px;	
	background-image: url("./arrow_right.gif"); 
	background-repeat: no-repeat;	
	background-position: right;
}

.highlightItem {
	FONT-SIZE: 8pt; 
	COLOR: white; 
	BACKGROUND-COLOR: highlight;
	text-indent: 8px;
	padding-bottom: 3px;
	padding-top: 2px;
}

.highlightItemSubGroup {
	FONT-SIZE: 8pt; 
	COLOR: white; 
	BACKGROUND-COLOR: highlight;
	text-indent: 8px;
	padding-bottom: 3px;
	padding-top: 2px;
	background-image: url("./arrow_right.gif"); 
	background-repeat: no-repeat;	
	background-position: right;
}


.clickableDiv {
	BORDER-RIGHT: blue 10px double; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: blue 10px double; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: blue 10px double; 
	WIDTH: 500px; 
	COLOR: white; 
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: blue 10px double; 
	BACKGROUND-COLOR: blue
}
