a {
	color: #000000;
	font: 12px Tahoma, verdana, arial;
	text-decoration: underline;
}
a:hover {
	color: #000000;

}

a.stopka {
	color: #FFA200;
	font: 11px Tahoma, verdana, arial;
	text-decoration: none;
	 }
a.stopka:hover {
	color: #FFA200;
	font: 11px Tahoma, verdana, arial;
	text-decoration: underline;
	       }	

.urbangreymenu{
width: 245px; /*width of menu*/
margin-left: 25px;
}

.urbangreymenu .headerbar{
font: bold 12px Tahoma;
color: white;
background: #404343 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
}
.urbangreymenu .headerbar1{
font: 11px verdana;
color: white;
background: #A1A09B url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0 3px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Verdana;
color: black;
background: #E9E9E9;
display: block;
padding: 2px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

#ideal {background:#DE9E44;width:430px;color:#404343;font-size:9.5pt;font-family:tahoma;padding:1px}
.ideal1 {background:#FAE3B1;color: #404343;text-align:center;padding:2px;border:1px solid white;border-bottom:0;font-size:8pt;font-family:tahoma}
#ideal2 {border-top:1px solid white}.transparent_class {	filter:alpha(opacity=50);	-moz-opacity:0.5;	-khtml-opacity: 0.5;	opacity: 0.5;}