ようちゃんのメニューCSSでぇ~すぅ♪♪(キャハ)
//------------------------------------------------
*メニューCSS
//------------------------------------------------
@import url("common.css");

a:hover { background:deeppink; color:yellow; font-style:oblique; font-weight:bolder; font-size:larger; }

ul {
list-style-type: none;
margin-top: 1em;
font: bold; "MS Pゴシック";color:deeppink;
}

li {
padding: 0.2em 0.2em 0.5em 1em;
}

li a {
background: url("http://homepage1.nifty.com/youji-izawa/sonota/pikatyu_gif/A_pikakao07.gif") no-repeat left center;
min-height: 22px;
padding: 4px 2px 3px 22px;
margin: 2px;
}

li a:hover {
background: url("http://homepage1.nifty.com/youji-izawa/sonota/pikatyu_gif/A_pikakao07.gif") no-repeat left center;
background-color:deeppink;
}