#glowmenu {
	float: left;
	margin: 0;
	padding: 0;
}

.glowingtabs{
width:100%;
height: 48px;
font-size: 12px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
width: 802px;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs #home a {
	float: left;
	width: 88px;
	height: 48px;
	background: url(images/menu/home.png) top no-repeat;
}

.glowingtabs #home a:hover {
	background: url(images/menu/home.png) bottom no-repeat;
}

.glowingtabs #o_snach a {
	float: left;
	width: 111px;
	height: 48px;
	background: url(images/menu/o_snach.png) top no-repeat;
}

.glowingtabs #o_snach a:hover {
	background: url(images/menu/o_snach.png) bottom no-repeat;
}

.glowingtabs #swiadomy_sen a {
	float: left;
	width: 137px;
	height: 48px;
	background: url(images/menu/swiadomy_sen.png) top no-repeat;
}

.glowingtabs #swiadomy_sen a:hover {
	background: url(images/menu/swiadomy_sen.png) bottom no-repeat;
}

.glowingtabs #oobe a {
	float: left;
	width: 84px;
	height: 48px;
	background: url(images/menu/oobe.png) top no-repeat;
}

.glowingtabs #oobe a:hover {
	background: url(images/menu/oobe.png) bottom no-repeat;
}

.glowingtabs #artykuly a {
	float: left;
	width: 95px;
	height: 48px;
	background: url(images/menu/artykuly.png) top no-repeat;
}

.glowingtabs #artykuly a:hover {
	background: url(images/menu/artykuly.png) bottom no-repeat;
}

.glowingtabs #polecamy-2 a {
	float: left;
	width: 103px;
	height: 48px;
	background: url(images/menu/polecamy.png) top no-repeat;
}

.glowingtabs #polecamy-2 a:hover {
	background: url(images/menu/polecamy.png) bottom no-repeat;
}

.glowingtabs #forum a {
	float: left;
	width: 84px;
	height: 48px;
	background: url(images/menu/forum.png) top no-repeat;
}

.glowingtabs #forum a:hover {
	background: url(images/menu/forum.png) bottom no-repeat;
}

.glowingtabs #kontakt a {
	float: left;
	width: 100px;
	height: 48px;
	background: url(images/menu/kontakt.png) top no-repeat;
}

.glowingtabs #kontakt a:hover {
	background: url(images/menu/kontakt.png) bottom no-repeat;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs li.selected a{ /*Selected Tab style*/
float: left;
font-family: arial;
font-size: 14px;
text-decoration: none;
width: 74px;
height: 33px;
background-image: url("images/hover.gif");
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
font-weight: bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
font:normal 12px Tahoma;
line-height:15px;
z-index:100;
width: 198px;
visibility: hidden;
text-align: left;
background-image: url('images/menu/rozwijane.png');
margin-left: -10px;
}

.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: white;
font-family: tahoma;
padding: 2px 0 0 4px;
margin: 0 6px 2px 10px;
height: 18px;
}

.dropmenudiv_d .jeden {
padding: 4px 0 0 4px;
height: 20px;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-image: url('images/s1_12.gif');
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


