body { font-family : Arial, sans-serif;
       font-size : 12px;;
        }
table {
	font-family: Arial, sans-serif;
	font-size: 12px;
        }
td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	menue-color: #000080;
        }
a { color: #003399; text-decoration: none; }
a:hover { color: #003399; text-decoration: underline; }

#menu {
	height: 25px;
	margin:0; padding:0 1em;
        border-bottom: 1px solid black;
	}

div.outer {
	float: left;
	width: 76px; height: 25px;
	margin: 0 5px 0 0;
	background: url( 'bars2.gif' ) top left no-repeat;
	}
div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, sans-serif;
	color:white;
	text-decoration: none;
	background: url( 'bars2.gif' ) 0 -50px no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 7px;
	}
div.outer a:hover {
	background-image: none;
	color: 888888;
	text-decoration: none;	
	}
div.outer a:active {
	color: black;
	}


div.outer2 {
	float: left;
	width: 116px; height: 25px;
	margin: 0 5px 0 0;
	background: url( 'bars1.gif' ) top left no-repeat;
        }
div.outer2 a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, sans-serif;
	color:white;
	text-decoration: none;
	background: url( 'bars1.gif' ) 0 -50px no-repeat;
        }
div.outer2 span {
	display: block;
	margin:0; padding: 7px 0 0 7px;
        }
div.outer2 a:hover {
	background-image: none;
	text-decoration: none;
	color: 888888;
        }
div.outer2 a:active {
	color: black;
        }
