/* CSS Document */
.links
{
font-family:arial;
font-size:small;
font-weight:normal;
color:black;
background-color:#cbcacf;
width:200px;
}
.links a
{color:#77554e;
}
.links a:hover
{
background-color:#77554e;
color:white;
}
.menu
{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#981726;
background-color:transparent;
width:250px;


}
.close
{color:red;
cursor:pointer;
float:right;
}
.k_float
{
z-index:9999999;
position:fixed !important;
position:absolute;
cursor:pointer;
}
.k_bottom
{
bottom:0px;
_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);

}
.k_right
{
right:0px;
}
.k_left
{
left:0px;
}

