.MENU {
    font-family : Verdana; 
    font-size : 13px;
	text-decoration: none;
	text-align: left;
	color: Black;
	padding-left: 5px;
	font-weight: ;
	}
	
/* slowa pionowe */
.VMENU {
    font-family : Verdana; 
    font-size : 11px;
	text-decoration: none;
	text-align: center;
	text-weight: bold;
	color: Black;
	}

/* ustawienia podmenu */
.SUBMENU {
    font-family : Verdana; 
    font-size : 11px;
    color : Black; 
	text-decoration: none;
	text-align: center;
	}
	
/* ustawienia submenu dla OPERA, IE6 */
A.SUBMENU { 
	font-family : Verdana; 
	font-size : 11px ; 
	text-decoration : none ; 
	text-align: left;
	width : 100% ; 
	color : black ; }

A.SUBMENU:hover { 
	background-color : 00BFFF; 
	color : Black; 
	text-align: left;
	}
	
A.SUBMENU:visited {
	color : black ;
	text-align: left;
	}

TD
{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

P
{
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
	text-align: left;
	text-weight: bolder;
}

.licznik
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

LI
{
	text-align: left;
}

A {
	TEXT-DECORATION: none; COLOR: #666666
}
A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: none; BACKGROUND-COLOR: 00BFFF
}

#sddm
{
	background-image: url('../top_bar_bkg.png');
}

#sddm td
{
	border-width: 0;
}

#sddm a
{
	display: block;
	vertical-align: middle;
	margin: 0 0;
	padding: 0 3px;
	height: 35px;
	background-color: transparent;
	background-image: url('../main_menu_item_background.png');
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
}

/* :link and :visited have to occur before :hover */
#sddm a:link, #sddm a:visited
{}

#sddm a:hover
{
	background-image: url('../main_menu_item_background_hover.png');
	background-repeat: no-repeat;
}

#sddm .main_menu_shop a
{
	background-image: url('../main_menu_shop_background.png');
	background-repeat: no-repeat;
}

#sddm .main_menu_shop a:hover
{
	background-image: url('../main_menu_shop_background_hover.png');
	background-repeat: no-repeat;
}


#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	height: auto;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	background-color: transparent;
	background-image: none;
	font: 11px arial;
}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFF
}
