/*
 *		plik:		css/menu.css
 *		autor: 		Technetium [Tc]
 *							Przemek Szalko
 *							01 czerwiec 2007
 *		modify:		Marek Kleszyk
 *							05 luty 2009
 *		system:		T.CMS-4.0-SEO
 */

			/* --------- menu top ---------- */
	
div#menu-top a
{
	color:#a9a9a9;
	font-size:11px;
	background:url(../img/arrow_point_grey.jpg) 0 52% no-repeat;
	padding-left:9px;
	margin-left:5px;
}

div#menu-top a.selected
{
	color:#949494;
}

div#menu-top a.first
{
	background:none;
}

div#menu-top a.usermenu
{
    color:#183171;
}

div#menu-top a.usermenu.selected
{
    text-decoration:underline;
}

div#menu-top a.usermenu_login
{
    color:#d8251e;
}

			/* --------- menu left ---------- */

#menu0 {
	width: 198px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #281;
}

#menu0 dt {
	margin: 0;
	padding-left: 5px;
	border-bottom: 1px solid #aaa;
	text-align: left;
}

#menu0 dt a, #menu0 dt span {
	margin: 5px auto;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	cursor: pointer;
}

#menu0 dd {
	margin: 0;
	padding-left: 15px;
	border-bottom: 1px solid #aaa;
	text-align: left;
}

#menu0 dd a {
	margin: 5px auto;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	cursor: pointer;
}

			/* --------- menu bottom ---------- */

div#menu-bottom a
{
	font-size:11px;
		color:#a9a9a9;
}

div#menu-bottom a.selected
{
	color:#6ea133;
}

div#menu-bottom a.first
{

}

			/* --------- 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;
}