.all{
font-family: tahoma, verdana;
font-size: 10px;
color: #4C4C4C;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #4C4C4C;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
    color: #077DC1;
}

a.menu {
	text-decoration: none;
	font-weight: normal;
    color: #4C4C4C;
	text-transform: uppercase;
}

a.menu:hover {
	text-decoration: underline;
	font-weight: normal;
    color: #077DC1;
	text-transform: uppercase;
}


a.stopka {
	text-decoration: none;
	font-weight: normal;
    color: #838383;
}

a:hover.stopka {
	text-decoration: underline;
	font-weight: normal;
    color: #077DC1;
}

.button { 
	BACKGROUND: #E6E6E6; 
	FONT: 10px tahoma, verdanal; 
	COLOR: #333333; 
	BORDER: #333333 1px solid; 
	cursor: hand;
}
.form { 
	FONT: 10px arial; 
	COLOR: #333333;
	BORDER: #333333 1px solid; 
}

ol {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 15px; 
}

li {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
}















.navbar
{
}  

.mainDiv
{
  width:175px;
}

.topItem
{
  font: bold 10px tahoma,verdana;
  letter-spacing: 0;
  background: url("img/bg_menu_down.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 175px;
  height:33px;
  color: #4C4C4C;
  cursor:pointer;
  text-indent:0px;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 8px;
}

.topItemOver
{
  text-indent:0px;
  font: bold 10px tahoma,verdana;
  text-decoration: underline;
  letter-spacing: 0;
  background: url("img/bg_menu_down.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 175px;
  height:33px;
  color: #077DC1;
  cursor:pointer;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 8px;
}

.topItemClose
{
  text-indent:0px;
  font: bold 10px tahoma,verdana;
  letter-spacing: 0;
  background: url("img/bg_menu.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 175px;
  height:33px;
  color: #4C4C4C;
  cursor:pointer;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 8px;
}


.topItemCloseOver
{
  text-indent:0px;
  font: bold 10px tahoma,verdana;
  text-decoration: underline;
  letter-spacing: 0;
  background: url("img/bg_menu.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 175px;
  height:33px;
  color: #077DC1;
  cursor:pointer;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 8px;
}



.dropMenu
{
  font: bold 10px tahoma,verdana;
  color: #4C4C4C;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
  text-transform: uppercase;
  padding-bottom: 4px;
  padding-top: 8px;
}

.subMenu
{
   display:block;
  padding-bottom: 4px;
  padding-top: 4px;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   line-height:14px;
   font: 10px tahoma,verdana;	
   text-decoration:none;
   color: #4C4C4C;
   text-transform: uppercase;
   padding-bottom: 4px;
   padding-top: 4px;
   
}

.subItem a
{
   margin-left:5px;
   font: 10px tahoma,verdana;	 	
   text-decoration:none;
   color: #4C4C4C;
   text-transform: uppercase;
   padding-bottom: 4px;
   padding-top: 4px;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 10px tahoma,verdana;	  
   line-height:14px;
   color: #077DC1;
   text-transform: uppercase;
   padding-bottom: 4px;
   padding-top: 4px;
}

.subItemOver  a
{
   margin-left:5px;
   font: 10px tahoma,verdana;
   cursor:pointer;	
   color: #077DC1;
   text-decoration:underline;
   cursor:pointer;
   text-transform: uppercase;
   padding-bottom: 4px;
   padding-top: 4px;
}


.drop
{
}