DIV.banner
{
	/* Defines the position and the background of the banner (area with the Rencom Logo picture */
	top: 1pt;
	position: relative;
	background-color: white;
}	
	
DIV.menuBar
{
	/* Properties of the horizontal bar holding the menu items */
	background: #3a56aa; 
	padding-bottom: 4px;
	padding-top: 8px;
	position: relative;
	top: -1pt;
	text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-style: normal;
   font-weight: normal;
	COLOR: #FFFFFF; 
}
	
DIV.menuBar A.menuButton
{
	padding-right: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 90%;
	z-index: 100;
	left: 0px;
	background-image: url(../images/cell1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 1px;
	cursor: default;
	color: #ffff66;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	background-color: transparent;
	text-decoration: none;
}
	
DIV.menuBar A.menuButton:hover
{
	background-image: none;
	cursor: hand;
	color: #ffffff;
	text-decoration: underline;
}
	
DIV.menuBar A.menuButtonActive 
{
	COLOR: #ffffff; 
 }
	
DIV.menuBar A.menuButtonActive:hover
{
	cursor: hand;
	color: #ffffff;
}
	
DIV.menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	border-top: #e0e0e0 1px;
	border-left: #e0e0e0 1px;
	border-right: #e0e0e0 1px;
	border-bottom: #e0e0e0 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	visibility: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
	background-color: #3b55ac;
}
	
DIV.menu A.menuItem 
{
	PADDING-TOP: 3px; 
	PADDING-LEFT: 1.5em; 
	PADDING-RIGHT: 1em; 
	PADDING-BOTTOM: 3px; 
	DISPLAY: block; 
	CURSOR: default; 
	COLOR: #FFFFFF; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
	white-space: nowrap; 
	TEXT-DECORATION: none }
	
DIV.menu A.menuItem:hover 
{
	COLOR: #ffffff;
	CURSOR: hand; 
	BACKGROUND-COLOR: #3333ff }
	
DIV.menu A.menuItemHighlight 
{
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #3333ff }
	
DIV.menu A.menuItem SPAN.menuItemText { }

DIV.menu A.menuItem SPAN.menuItemArrow 
{
	MARGIN-RIGHT: -0.75em }
	
DIV.menu DIV.menuItemSep 
{
	BORDER-TOP: #e0e0e0 1px inset; 
	BORDER-LEFT: #e0e0e0 1px inset; 
	BORDER-RIGHT: #e0e0e0 1px inset; 
	BORDER-BOTTOM: #e0e0e0 1px inset;
	MARGIN: 4px 2px; 
}

