@charset "utf-8";

body {
	background-color: #1d1d1d;
}

ul.menu-glowne{
	margin:0;
	list-style-type:none;
	display:block;
	line-height:normal;
	width:200px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

ul.menu-glowne li a{
	display:block;
	text-decoration:none;
	color:#cccccc;
	width:180px;
	background-color: #1d1d1d;
	background-image: url(../images/linia-glowne.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-left: 20px;
	padding-top: 8px;
	text-indent: 20px;
	
}
ul.menu-glowne li a:hover{
	background-image: url(../images/linia-glowne_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	text-decoration: underline;




}
ul.menu-male{
	margin:0;
	list-style-type:none;
	display:block;
	line-height:normal;
	width:200px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

ul.menu-male li a{
	display:block;
	text-decoration:none;
	color:#cccccc;
	width:160px;
	background-color: #1d1d1d;
	background-image: url(../images/linia-male.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	text-align: left;
	padding-left: 40px;
	padding-top: 8px;
	border-bottom-width: thin;
	text-indent: 20px;
}
ul.menu-male li a:hover{
	background-image: url(../images/linia-male_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	text-decoration: underline;
