@charset "utf-8";
/* CSS Document */

.top
{
	background-image: url(img/menu_02_top.png);
	background-repeat: no-repeat;
	width: 191px;
	height: 46px; 
}
.middle
{
	background-image: url(img/menu_02_middle.png);
	background-repeat: repeat-y;
	width: 191px;
}
.bottom
{
	background-image: url(img/menu_02_bottom.png);
	background-repeat: no-repeat;
	width: 191px;
	height: 29px; 
}

.naglowki_menu_glowne
{
	font-size: 12px;
	color: #666;
}

.naglowki_menu_glowne a:link, .naglowki_menu_glowne a:visited 
{
	color: #666;
	text-decoration: none;
}

.naglowki_menu_glowne a:hover
{
	color: #ff8900;
	text-decoration: none;
}
