html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: rgb(153,221,243) url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
	}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(images/bodybg.gif) repeat-y;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #E1A60A;
	border-bottom-color: #E1A60A;
	

}
#wrapper1 {
	margin-top:20px;
	text-align: left;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 285px;
  background: url(images/hd2.jpg) no-repeat;
  border-bottom: 4px gray ridge;
  border-right: 4px gray ridge;
}
#header1 {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 150px;
  background: #D9D9D9;
  border-bottom: 2px gray ridge;
  border-right: 2px gray ridge;
}
#header2 {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 150px;
  background: url(images/hsk.gif) no-repeat;
  border-bottom: 4px gray ridge;
  border-right: 4px gray ridge;
}
#header3 {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 150px;
  background: url(images/cnts.gif) no-repeat;
  border-bottom: 4px gray ridge;
  border-right: 4px gray ridge;
}
#header4 {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 150px;
  background:#D9D9D9;
  border-bottom: 4px gray ridge;
  border-right: 4px gray ridge;
}
#header5 {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 150px;
  background: url(images/podg.jpg) no-repeat;
  border-bottom: 4px gray ridge;
  border-right: 4px gray ridge;
}
#header6 {
  position: absolute;
  top: 0;
  left: 243px;
  width: 531px;
  height: 150px;
  background: url(images/gbbk.jpg) no-repeat;
  border-bottom: 4px gray ridge;
  border-right: 4px gray ridge;
}
#left {
  float: left;
  width: 243px;
}
.lfbk
{
  margin-left:9px;
  width: 234px;
  background: url(images/test.gif) repeat-y;
}

.lfbk h3
{
font-size:11pt;
margin-left:10px;
}
.lfbk p
{
margin-left:15px;
margin-right:15px;
}
.lfbk h4
{
color:red;
font-size:10pt;
margin-left:15px;
margin-right:10px;
}
.lfbk1
{
  margin-left:9px;
  height:1902px;
  width: 234px;
  background: url(images/test.gif) repeat-y;
}
#lfbk2
{
position:relative;
  margin-left:2mm;
  height:90px;
  width: 234px;
  background: url(images/test.gif) repeat-y;
}
#lfbk p {
padding-left:15px;
padding-right:15px;
}
#lfbk h3 {
color:black;
padding-left:15px;
padding-right:15px;
}
#lfbk h4 {
color: #C11B17;
padding-left:15px;
padding-right:15px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/h1.gif) no-repeat;

}
#logo h1 {
  padding-top: 2px;
  padding-left: 90px;
  font: 24px comic sans ms,Palatino Linotype;
}
#logo p {
  margin: 26px 6px 4px 16px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 2px;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.logo {
  width: 244px;
  height: 152px;
  background: url(images/h1.gif) no-repeat;

}
.logo h1 {
position:relative;
  margin-right:610px;
  font: 24px comic sans ms,Palatino Linotype;
}
.logo p {
  margin: 26px 6px 4px 16px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 2px;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.logo img {
position:relative;
  margin-left:80px;
}
#nav {
 /* background: url(images/nav.gif) no-repeat; */
}
 #nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: url(images/menu.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
  background:url(images/nor.gif) 150px 9px no-repeat;
  font:12px/24px Arial, Helvetica, sans-serif; 
  font-weight:bold; 
  text-decoration:none;
}
#nav a:hover {
  text-decoration: underline;
  background: url(images/hov.gif) 150px 9px no-repeat;
  color:#C11B17;
}
#nav .important {
  border: none;
}
#nav .important a {
  color: #E9C379;
}
#news {
  margin-left:9px;
  padding-top:10px;
  background: url(images/test.gif) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  padding-top: 5px;
  font-size: 12px;
  color: #BE8B06;
  text-align: center;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
  padding-bottom:5px;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
  padding-bottom:15px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(images/contact1.gif) no-repeat;
  padding: 1px;
  margin-left:0;
  height: 97px;
  color: #1A1A18;
}

#support:hover {
background: url(images/contact1.jpg) no-repeat;
}

#support p {
  margin: 0.7em 2.6em;
}

#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}
#right1 {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 171px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 5px;
  margin-bottom: 1px;
  text-align: center;
  font-style:italic;
}
#right1 h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 5px;
  margin-bottom: 1px;
  text-align: center;
  font-style:italic;
}
#right1 h3 {
  font: 14px arial, sans-serif;
  color: black;
  padding-bottom: 2px;
  text-align:center;
  font-weight:bold;
}
#right1 ol {
  list-style: upper-roman outside;
  font-weight:bold;
}
#right1 ol ol{
  list-style: upper-alpha outside;
  font-weight:bold;
}
#right1 ol ul{
  list-style: decimal;
  }
#right1 ol ul ol{
  list-style-image: url(images/bullet.gif);
  }
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 3em;
  text-align:center;
  font-weight:bold;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;

}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/181.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 85px;
  font-size: 9px;
  font-weight: bold;
  border:3px ridge;
}
#corp-img:hover, #indu-img:hover {
  color: #C11B17;
  border:3px ridge;
}

#indu-img {
  background: url(images/381.jpg) no-repeat;
}
#spacer {
  margin-left:9px;
  width:234px;
  height: 2em;
  background: url(images/test.gif) repeat-y;
}
.spacer {
position:relative;
  margin-left:9px;
  width:234px;
  height: 2em;
  background: url(images/test.gif) repeat-y;
}
#footer {
    margin: auto;
    width: 778px;
    position: relative;
    background: url(images/footer.gif) repeat-y;
    margin-top:5px;
    border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #E1A60A;
	border-bottom-color: #E1A60A;
	/* border-left-width: 4px;
	border-right-width: 4px;
	border-left-style: double;
	border-right-style: double;
	border-left-color: #E1A60A;
	border-right-color: #E1A60A; */
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 0px;
  font-size: 9px;
  color: #C11B17;
  font-weight: bold;
}
#footerline{
	background: url(images/fln.gif) no-repeat;
	height:11px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#footerline1{
	background: url(images/fln1.gif) no-repeat;
	height:11px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#dhtmltooltip{
position: absolute;
font-family: tims, cursive, serif;
color:black;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: black;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#header ul{
	width:120px;
	display:block;
	padding:5px 0 0 410px ;
	font-size:0px;
	float:left;
	}
#header ul li{
	float:left;
	display:block;
	}
#header ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#header ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 8px;
	border:2px ridge;
	}
#header ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; width:23px; margin:8px 0 0 11px;
	border:2px ridge;
	}
#header ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header ul li a.email{
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:12px 0 0 10px;
	
	}
#header ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}

#header2 ul{
	width:110px;
	display:block;
	padding:2px 0 0 415px ;
	font-size:0px;
	float:left;
	}
#header2 ul li{
	float:left;
	display:block;
	}
#header2 ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#header2 ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 8px;
	border:2px ridge;
	}
#header2 ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header2 ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; width:23px; margin:8px 0 0 11px;
	border:2px ridge;
	}
#header2 ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header2 ul li a.email{
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:12px 0 0 10px;
	
	}
#header2 ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}
#header3 ul{
	width:40px;
	display:block;
	padding:2px 0 0 490px ;
	font-size:0px;
	float:left;
	}
#header3 ul li{
	float:left;
	display:block;
	}
#header3 ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#header3 ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 0px;
	border:2px ridge;
	}
#header3 ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header3 ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; 
	position:relative;
	width:23px; margin:35px 0 0 -27px;
	border:2px ridge;
	}
#header3 ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header3 ul li a.email{
	position:relative;
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:65px 0 0 -27px;
		}
#header3 ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}
#header4 ul{
	width:120px;
	display:block;
	padding:5px 0 0 410px ;
	font-size:0px;
	float:left;
	}
#header4 ul li{
	float:left;
	display:block;
	}
#header4 ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#header4 ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 8px;
	border:2px ridge;
	}
#header4 ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header4 ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; width:23px; margin:8px 0 0 11px;
	border:2px ridge;
	}
#header4 ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header4 ul li a.email{
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:12px 0 0 10px;
	
	}
#header4 ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}
#header5 ul{
	width:110px;
	display:block;
	padding:2px 0 0 415px ;
	font-size:0px;
	float:left;
	}
#header5 ul li{
	float:left;
	display:block;
	}
#header5 ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#header5 ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 8px;
	border:2px ridge;
	}
#header5 ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header5 ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; width:23px; margin:8px 0 0 11px;
	border:2px ridge;
	}
#header5 ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header5 ul li a.email{
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:12px 0 0 10px;
	
	}
#header5 ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}
#header6 ul{
	width:40px;
	display:block;
	padding:2px 0 0 490px ;
	font-size:0px;
	float:left;
	}
#header6 ul li{
	float:left;
	display:block;
	}
#header6 ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#header6 ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 0px;
	border:2px ridge;
	}
#header6 ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header6 ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; 
	position:relative;
	width:23px; margin:35px 0 0 -27px;
	border:2px ridge;
	}
#header6 ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#header6 ul li a.email{
	position:relative;
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:65px 0 0 -27px;
		}
#header6 ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}
.revealcontent{
visibility: hidden;
float:left;
margin-right:8px;
border:2px ridge;
margin-left:5px;
margin-top:8px;
margin-bottom:10px;
}
.revealcontent:hover {
border:2px ridge;
}
.revealcontent1{
margin-right:8px;
border:2px ridge;
margin-left:5px;
margin-top:8px;
margin-bottom:10px;
}
.revealcontent1:hover {
border:2px ridge;
}
.revealcontent2{
margin-right:8px;
border:2px ridge;
margin-left:13px;
margin-top:12px;
margin-bottom:10px;
}
.revealcontent2:hover {
border:2px ridge;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; color:black; font-size:12px; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('images/overlay.png'); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url('images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay.png', sizingMethod="scale");
	}

.klienti {
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
}
 
.klienti td, th { padding:5px;}

.klienti caption {
	text-transform: uppercase;
	text-align:center;  
	font: bold 12pt Verdana;
	color: #4F4F4F;
	margin: 3px 0;
}

.klienti a { color:maroon; text-decoration: none;}
.klienti a:link {color:maroon;}
.klienti a:visited { color: maroon;}
.klienti a:hover {color:chocolate;}

#klienti thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

#klienti thead th, tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
#klienti tfoot td { text-align:right }
#klienti tbody th { white-space: nowrap; font-weight: bold; text-align:left; }

.odd td { }

tbody tr:hover td{
	background-color: silver;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #e4e0d8;
}

#contacts {
	width: 450px;
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
	margin-left: auto; 
	margin-right: auto;
}
 
#contacts td, th { padding:5px;}

#contacts caption {
	text-transform: uppercase;
	text-align:center;  
	font: bold 12pt Verdana;
	color: #4F4F4F;
	margin: 3px 0;
}

#contacts a { color:maroon; text-decoration: none;}
#contacts a:link {color:maroon;}
#contacts a:visited { color: maroon;}
#contacts a:hover {color:chocolate;}

#contacts thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

#contacts thead th, tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
#contacts tfoot td { text-align:right }
#contacts tbody th { white-space: nowrap; font-weight: bold; text-align:left; }

.odd td { }

.gbwrap {
	text-align: right;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(images/bodybg.gif) repeat-y;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #E1A60A;
	border-bottom-color: #E1A60A;
	border-left-width: 4px;
	border-right-width: 4px;
	border-left-style: double;
	border-right-style: double;
	border-left-color: #E1A60A;
	border-right-color: #E1A60A;

}
.gbwrap a img {
	border: none;
}
.gbwrap a {
	color: #005abe;
}
.gbwrap a:hover {
	color: #CC3366;
}
.gb_otg {
	position:relative;
	background: #F8F8F8;
	border: 1px solid #BBBBBB;
	margin: 5px 15px 15px 300px;
	padding: 8px 10px 8px 10px;
	text-align: left;
}
.mod {
	background: #005abe;
	color: #FFFFFF;
	padding: 1px 10px 1px 10px;
	margin-right: 10px;
}
.mod a {
	color: #FFFFFF;
}
.mod a:hover {
	color: #CCCCCC;
}
.gb_otg p {
position:relative;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 130%;
	color: #444444;
}
.gb_otg h1 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 100%;
	color: #555555;
	letter-spacing: 1px;
	font-weight: bold;
}
.gbin {
position:relative;
	font-size: 90%;
	color: #555555;
	float: right;
	margin: 0 0 5px 10px;
	text-align: right;
	line-height: 140%;
}
.gbad {
position:relative;
	font-size: 85%;
	color: #555555;
	text-align: left;
	padding: 3px 8px 3px 8px;
	border: 1px solid #BBBBBB;
	background: #E0E0E0;
}
.gb_h {
	font-weight: bold;
}
.gbox {
    padding-left:250px;
	text-align: left;
}
.gbox h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #777777;
	letter-spacing: 1px;
}
.gbox h2 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #FF4444;
	letter-spacing: 1px;
}
.gbox input {
	background: #F8F8F8;
	border: 1px solid #BBBBBB;
}
.gbox textarea {
	background: #F8F8F8;
	border: 1px solid #BBBBBB;
}
.gbox table {
	width:250px;
	font-size: 90%;
	color: #666666;
}
.gbox li {
	margin: 0 0 5px 0;
}
.gb_admin {
	text-align: right;
	margin: 5px 15px 15px 0px;
}
.gbsmi {
	font-weight: bold;
	font: 'Courier New', Courier, Fixed;
	color: #505050;
	margin-bottom: 10px;
}
.gbsmi img {
	margin: 0 0 0 0;
}
#p1 {
text-align:left; 
padding-right:20px; 
padding-left:10px;
text-indent:10px;
}
#query {
	width: 490px;
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
	margin-left: auto; 
	margin-right: auto;
}
#nav1 {
background:#C3C3C3;
 /* background: url(images/nav.gif) no-repeat; */
}
 #nav1 ul {
  margin-left: 5px;
  padding-left: 0px;
  padding-bottom: 29px;
  background: url(images/menu.jpg) no-repeat;
}

#kk ul{
	width:120px;
	display:block;
	padding:0px 0 0 0px ;
	font-size:0px;
	float:right;
	}
#kk ul li{
	float:left;
	display:block;
	}
#kk ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#kk ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:1px 0 0 8px;
	border:2px ridge;
	}
#kk ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#kk ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; width:23px; margin:1px 0 0 11px;
	border:2px ridge;
	}
#kk ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	border:2px ridge;
	}
#kk ul li a.email{
	background:url(images/email.gif) no-repeat 0 0; width:27px; margin:5px 0 0 10px;
	
	}
#kk ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:27px;
	}