﻿
.staticMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align:top;
	border-top: 1px #000 solid;
	width:100%;
		}
	
.staticItem {
	text-align: left;
	text-indent:1em;
	color:black;
	border-width: 0px 0px 1px 0px;
	border-color:#000 #000 #000 #000;
	border-style: solid;
	padding:3px 0px 3px 0px;
	width:100%;
	}

.staticHover {
	color: #fff;
	background-color:#523b73;
	width:101%;
	}

