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

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

a:hover {
	text-decoration: none;
	font-weight: bold;
    color: #027DC4;
}

a.stopka {
	text-decoration: none;
	font-weight: bold;
    color: #5F858C;
}

a:hover.stopka {
	text-decoration: none;
	font-weight: bold;
    color: #027DC4;
}

.nagl { 
	font-size: 12px; 
	COLOR: #027DC4; 
}

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

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

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


.table_head { 
	FONT: bold 11px arial, tahoma, verdana; 
	COLOR: #FFFFFF; 
    text-decoration: none;
}







.navbar
{
}  

.mainDiv
{
  width:260px;
}

.topItem
{
  font: bold 10px arial, 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: 260px;
  height: 45px;
  color: #4C4C4C;
  cursor:pointer;
  text-indent:0px;
}

.topItemOver
{
  text-indent:0px;
  font: bold 10px arial, 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;
  height: 45px;
  width: 260px;
  color: #077DC1;
  cursor:pointer;
}

.topItemClose
{
  text-indent:0px;
  font: bold 10px arial, tahoma, verdana;
  letter-spacing: 0;
  background: url("img/bg_menu.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 45px;
  width: 260px;
  color: #4C4C4C;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:0px;
  font: bold 10px arial, 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;
  height: 45px;
  width: 260px;
  color: #077DC1;
  cursor:pointer;
}



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

.subMenu
{
   display:block;
}

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

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

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 10px arial, tahoma, verdana;	  
   height:14px;
   line-height:14px;
   color: #077DC1;
}

.subItemOver  a
{
   margin-left:5px;
   font: 10px arial, tahoma, verdana;
   cursor:pointer;	
   color: #077DC1;
   text-decoration:underline;
   cursor:pointer;
}

.drop
{
}

