﻿

#menuhor {
position: absolute; /* Menu position that can be changed at will */
top: 80px;
height: 20px;
left: 0;
z-index:100;
width: 995px; /* precision for Opera */
 background-color:#EEEEEE;
 
}
table.menuh2 {
     font-family:  Verdana, Arial, Helvetica, sans-serif;
    
position:absolute;
visibility:hidden;
background-color:  Silver ;
}
td.menuh2 {
float: left;
width: 125px;
height: 18px;
 background-image: url('../images/button.jpg');
background-position:  0%  -50px;

cursor:  pointer;
text-align:  left;
font-weight: bold;
 font-size: 12px;
 padding: 0.0em 0.2em 0.0em 0.2em;
border-right:1px solid white;
  line-height: 0.em;
}


td.menuh2 a {
color: #000;
text-decoration: none;
display:  block;
height: 100%;
border: 0 none;
background-image: url('../images/button.jpg');
background-position: 0%  -50px;
	

}
td.menuh2 a:hover, td.menuh2 a:focus  {
 background-image: url('../images/button.jpg');
 background-position: 0%  -100px;
 color: Red;
}
.m_item
{
     background-color: #EEEEEE;    
     display:  block;
 background-image: url('../images/button.jpg');
background-position:  0%  -50px;
}

.m_itemcell
{
     border-bottom: #dddddd 1px solid;
     color: black;
     font-family:   Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight:  bold;
     text-indent:14px;
 
}
.m_itemcell a:link
{
    COLOR: #333333;
    TEXT-DECORATION: none;
}
.m_itemcell a:visited
{
     color:  #555555;
    text-decoration: none;
}
.m_itemcell a:hover, .m_itemcell a.focus
{
 background-image: url('../images/button.jpg');
 background-position: 0%  -100px;
   color: Red;
     background-color: White;
}
.m_txt {  padding-left: 10px;  line-height: normal}
.txt_u  { text-decoration: underline;}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
 background-image: url('../images/buttons.png');
 background-position:  0%  0px;
padding: 5px;
border: 1px solid gray; 
}
.introtext
{
    font-size: 80%;
	font-family: Verdana, Arial;
    margin-bottom: .4em;
    margin-top: 1.8em;
    padding-left: 1em;
    padding-right: 1em;
 }
.introtext a:link
{
    COLOR: #333333;
     text-decoration: none;
}
.introtext a:visited
{
     color:  #666666;
    text-decoration: none;
}
-->