body {
margin-top: 25px;

font: 8pt Verdana;
color: #000000;
line-height: 120%;
background: url(img/background.png) repeat-x #F9F9F9;
}

table, tr, td 
{
font: 8pt Verdana;
color: #000000;
border: 0px solid #E4E4E7;
}

a{ 
color: White; 
text-decoration: none; 
background-color: #5D8AB9; 
padding: 14px 15px 10px 15px;
border-bottom: 4px solid #5D8AB9;
} 

a:hover { 
color: #2D4368; 
text-decoration: none; 
border-bottom: 4px solid #2D4368;
background-color: #5D8AB9; 
}

.main
{
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 12px; 
  color: black;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 19px;
}


#menu{

	width: 120px;
	float: left;
	list-style: none;
	margin-left:0px;
	padding-left:0px;
	height: 100%;
}

#menu li{
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 32px;
	vertical-align: middle;
	border-bottom: 1px dotted orange;

}

#menu a
{
	font: 12px verdana;
	float: right;
	padding-right: 10px;

	width: 70px;
	color: #634240;
	text-decoration: none;
  border-right: 10px solid white;
	margin-top: 3px;
	font-weight: bold;
}

#menu a:hover
{
  color: #000000;
  border-right: 10px solid orange;

}

.header
{
  font: 12px verdana;
  color: #1971C3;
  padding-top: 15px;
  line-height: 20px;
}

h2
{
  font: 16px verdana;
  color: #1971C3;
  font-weight: bold;
  padding: 0x;
}

.pkt li
{
  margin-left: 120px;
}