
#Menu1 li a { 
	display: block; 
	width:174px; 
	text-align:center; 
	height:15px; 
	padding-top:15px; 
	background:#01456A; 
	color:#fff; 
	font-size:15px;
	font-family:'PT Serif Caption', serif; 
	font-weight:normal; 
	border-left: 2px solid #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	}
#Menu1 li a:hover,#Menu1 li a.active { background:#0169A2; color:#fff;}
#Menu1 li a#home,#Menu1 li a#news { width:127px;}
#Menu1 li a#home { border:0;}

#Menu1 li ul li a {background-color: #F6ECD6;
    background-image: none;
    border-color: #0169A2;
    border-style: solid;
    border-width: 0;
    color: #0169A2;
    cursor: pointer;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 5px;
    width:auto;
    text-align: left;
    text-decoration: none;
    text-transform:none;
    height:auto;
    letter-spacing:0;}
    