
	#csstopmenu, #csstopmenu ul{
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#csstopmenu li{
		float: left;
		position: relative;
	}

	#csstopmenu a{
		text-decoration: none;
	}

	.mainitems{
		border: 1px solid black;
		border-left-width: 0;
		background-color: #687Ebd;
	}
	
	.mainitems a:hover{
		background-color: #687Ebd;
		color: FF8000;
	}

	.headerlinks a{
		margin: auto 8px;
		font-weight: bold;
		color: white;
	}

	.submenus{
		display: none;
		width: 10em;
		position: absolute;
		top: 1.0em;
		left: 0;
		background-color: #ACB5E7;
		border: 1px solid black;
	}

	.submenus li{
		width: 100%;
		border: 1px black;
	}

	.submenus li a{
		display: block;
		width: 100%;
		text-indent: 3px;
	}

	html>body .submenus li a{ /* non IE browsers */
		width: auto;
	}

	.submenus li a:hover{
		background-color: #FF8000;
		color: white;
	}

	#csstopmenu li>ul {/* non IE browsers */
		top: auto;
		left: auto;
	}

	#csstopmenu li:hover ul, li.over ul {
		display: block;
	}

	html>body #clearmenu{ /* non IE browsers */
		height: 3px;
	}

BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: left
	text-decoration : none;	
}

.border {  
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.no-sub
{
	text-decoration : none;	
	text-color : #000000;	
}
.Bar
{
    BORDER-RIGHT:  1px outset;
    BORDER-TOP:  1px outset;
    FLOAT: left;
    BORDER-LEFT:  1px outset;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #687Ebd;
    TEXT-ALIGN: left;
	text-decoration : none;
}
.menu
{
    BORDER-RIGHT: outset;
    BORDER-TOP: outset;
    VISIBILITY: hidden;
    BORDER-LEFT: outset;
    WIDTH: 150px;
    LINE-HEIGHT: 100%;
    BORDER-BOTTOM: outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #ACB5E7;
	text-decoration : none;
}

.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: 1px solid;
	TEXT-ALIGN: left;
	text-decoration : none;	
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: left;
	text-decoration : none;	
}
.ItemMouseOut
{
    WIDTH: 100%;
	BACKGROUND-COLOR: #bCa5b7;
	text-decoration : none;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TEXT-ALIGN: right;
}
.barOver
{
    BORDER-RIGHT: #ACB5E7 1px ridge;
    BORDER-TOP: #ACB5E7 1px ridge;
    FLOAT: left;
    BORDER-LEFT: #ACB5E7 1px ridge;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: #ACB5E7 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #ACB5E7;
    TEXT-ALIGN: left;
	text-decoration : none;	
}
.form
{
font-size: 9pt; 
font-family: Arial; 
color: #000000; 
background-color: #FFFFFF; 
border: #000000; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
}

