 #navigation
  {
    position: relative;
    width: 100%;
    height: 20px;
    background: #000000 repeat-x;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 4px;
	
  }

  #navigation:hover
  { 
    background: #c62995  repeat-x ;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
	padding-bottom: 4px;
	padding-top: 12px;
  }
