/*
 *		plik:		css/menu.css
 *		autor: 		Technetium [Tc]
 *             	Marek Kleszyk
 *						27 sierpie� 2009
 *		system:		T.CMS-4.0-SEO
 */

			/* --------- menu extra ---------- */
			
#menu-extra a {
	padding: 0 6px;
	display: inline-block;
        height: 25px;
        min-width: 80px;
        margin-bottom: 1px;
        line-height: 24px;
	font-weight: bold;
        text-align: center;
        border-right: #797979 1px solid;
        color: #c0c0c0;
}

#menu-extra a.suba {
	padding: 0 3px;
	display: inline;
        border: none;
        color: #a3a3a3;
        font-weight: normal;
        font-family: Arial;
}

#menu-extra a.suba:hover, #menu-extra a.selected2 {
	padding: 0 3px;
	display: inline;
        border: none;
        color: #fff;
        text-decoration: underline;
}

#menu-extra a:hover, #menu-extra a.selected {
        text-decoration: none;
        background: #7b7b7b;
        margin-bottom: 0px;
        height: 26px;
        border-right: #a3a3a3 1px solid;
        color: #fff;
}

#menu-extra span {
        font-size: 8px;
        font-weight: bold;
        color: #a3a3a3;
        position: relative;
        top: -2px;
}

			/* --------- menu left ---------- */

#menu-left a {
        height: 24px;
        width: 428px;
	display: block;
        font-family: Arial;
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        background: url('../img/shadow2.png') repeat-x;

}

#menu-left a span {
        float: right;
        display: block;
        width: 200px;
        line-height: 22px;
        background: url('../img/arrow.jpg') right center no-repeat;
}

#menu-left a span:hover {
        text-decoration: underline;
}

#menu-left a.selected {
	color: #c86c00;
}

#menu-left a:hover {
        color: #fff;
        text-decoration: underline;
}

			/* --------- menu bottom ---------- */

#menu-bottom a {
	padding: 0 3px;
	display: inline;
        color: #c0c0c0;
}

#menu-bottom a:hover {
	color: #fff;
}

#menu-bottom a.selected {
	color: #fff;
}

#menu-bottom a.last {
}

#menu-bottom span {
        font-size: 8px;
        font-weight: bold;
        color: #c0c0c0;
        position: relative;
        top: -2px;
}

			/* --------- menu skroty ---------- */

#skroty ul {
	height: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#skroty ul li {
	padding: 0 1px;
	display: inline;
}

#skroty ul li a, #skroty ul li strong {
	color: #404040;
	font-size: 7pt;
}