
/* MENU  */
#lnkelement a {
display:block;
text-decoration:none;
font-weight: bold;
color:#2F5E96;
background-image: url(btn_bg.gif);
background-repeat: repeat-x;

border: solid 1px #7A7A7A;
}

#lnkelement a:hover {
color:#2F5E96;
background:#C3D3E2;
background-repeat: no-repeat;
}

#lnkelement ul {
padding:0;
margin:0;
height: 23px;
line-height:23px;
}

#lnkelement li {
list-style:none;
margin:0;
padding:0;
padding-bottom: 2px;
}
/* MENU END */

.paggination_style{
background-color:#F3F3F3;
color:#000000;
text-decoration:none;
padding:3px;
border:#222222 solid 1px;
}
.paggination_style_current{
background-color:#C70E13;
color:#000000;
text-decoration:none;
padding:3px;
border:#222222 solid 1px;
}