@charset "utf-8";
/* menu użytkownika */

div#menuHomeSep{width:100%; float:left}
div#menuHomeSepCenter{width:0px; height:0px; margin:auto; overflow:hidden; background:#bfbcb6;}

div#menuHome{width:100%; height:48px; float:left}
	div#menuHomeCenter{width:990px; height:48px; margin:auto; background:#bfbcb6}
		div.menuHomeBtn{width:164px; height:44px; float:left; margin-right:1px;}
		div#menuHomeBt1{background:#f7f5f0 url(../images/home/mhome1.gif)}
		div#menuHomeBt2{background:#f7f5f0 url(../images/home/mhome2.gif)}
		div#menuHomeBt3{background:#f7f5f0 url(../images/home/mhome3.gif)}
		div#menuHomeBt4{background:#f7f5f0 url(../images/home/mhome4.gif)}
		div#menuHomeBt5{background:#f7f5f0 url(../images/home/mhome5.gif)}
		div#menuHomeBt6{background:#f7f5f0 url(../images/home/mhome6.gif)}
		
div#menuAdmin{width:100%; height:48px; float:left}
	div#menuAdminCenter{width:990px; height:48px; margin:auto; background:#bfbcb6}
		div.menuAdminBtn{width:164px; height:44px; float:left; margin-right:1px; background:#dddfff}
		a.menuAdmin{text-align:center; font-size:15px; color:#333}

