ナビゲーションバーのデザイン

ナビゲーションバーのデザインの変更はCSSで(*´Д`)
style.cssを変更します(゜∀。)ワヒャヒャヒャヒャヒャヒャ

#access {
        background: #888;
        display: block;
        float: left;
        margin: 0 auto;
        width: 940px;
}

div.menu ul {
         font-size: 20px;
        list-style: none;
        margin: 0 0 0 0;
}

div.menu li {
        float: left;
	position: relative;
	width: 150px;
        border-right: solid 1px #ffffff;
}

#access a {
        color: #000;
        display: block;
        line-height: 38px;
        padding: 0 10px;
        text-decoration: none;
}

フォントのサイズ、色を変更( ´∀`)bグッ!
widthで横幅を変更した!!


そして以下のようなヘッダーが完成(∩´∀`)∩ワーイ