.brd{
/*border:1px solid white;*/
}
.search_off{
	text-align: center;
	color:white;
}
.search_on{
	background-image: url('/gfx/wyszukiwarka/bsc.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color:white;
}
.search_a{
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial;
}
.data{
	color:#F8C400;
	font-weight: bold;
	font-size: 11px;
}
/* menu 1 */
.menu1{
	height:25px;
}
ul.menu{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
li.menu{
	display:inline;
	margin:0;
}
a.menu1{
	float:left;
	padding: 0 16px;
	height: 36px;
}
a.menu, a.menu_active {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:13px;
	float:left;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	padding: 10px 14px;
	text-align: center;
}
a.menu:hover, a.menu_active:hover {
	background: url('/img/bgrd_new_menu_active.gif') center center repeat-x;
	text-decoration:none;
	color: white;
}
a.menu_active{
	background: url('/img/bgrd_new_menu_active.gif') center center repeat-x;
	color:white;
}
a.menu_active:hover{
	text-decoration:none;
	color:white;
}
/* end menu 1 */
/* menu 2 */
a.menu2, a.menu_element_red {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	/*font-weight:bold;*/
	/*background-color: #124564;*/
	padding: 5px 0.4em;
	/*padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 5px;*/
	/*padding-bottom: 4px;*/
	/*height: 15px;*/
	text-align: center;
	font-size:12px;
}
a.menu2:hover, a.menu_element_red:hover {
	/*background-color:#124970;*/
	/*text-decoration:underline;*/
	color: white;
}
a.menu_element_red{
	background-image: url('/gfx/promocje_bgrd.gif');
	background-repeat: repeat-x;
}
/* end menu2 */
a.menu_serwisy{
	font-size: 13px;
	font-weight: normal;
}
a.menu_serwisy:hover {
	text-decoration:underline;
}
.transparent {
	filter:alpha(opacity='50');
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a{
position:absolute;
top: 0;
/*border-top-width: 8px;*/ /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 14px Arial;
line-height:18px;
z-index:100;
background-color:white;
width: 250px;
padding: 0 10px;
visibility: hidden;
text-align:left;/*
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;*/
border:1px solid #aaa;
}

.dropmenudiv_a a{
background:white url('/gfx/arrow_r.gif') center left no-repeat;
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px dotted #cccccc; /*THEME CHANGE HERE*/
padding: 4px 0;
padding-left:15px;
text-decoration: none;
color: black;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
/*background-color: #4391B8;*/
color: #1576bb;
}

.bluetabs ul{
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	margin: 0;
}

