#navigation li a:hover {
background-color: white;
color: black;
font-weight:bold;
border-left: 1px dashed #c0c0c0;
border-right: 1px dashed #c0c0c0;
border-bottom: 1px dashed #c0c0c0;
border-top: 1px dashed #c0c0c0;
padding: 9px 5px 10px 10px;
background-image: url(../images/menuPattern7.gif);
background-repeat: no-repeat;
background-position: left center;
}