.hov {text-decoration: none; font-family: Arial; font-size: 16px; color: #444477; }
.hov:hover {text-decoration: underline; font-family: Arial; font-size: 16px; color: #ff3333; }
.hov2 {text-decoration: none; font-family: Arial; font-size: 16px; color: #7777aa; }
.hov2:hover {text-decoration: underline; font-family: Arial; font-size: 16px; color: #ff3333; }
.hov3 {text-decoration: underline; font-family: Tahoma; font-size: 14px; color: #444477; }
.hov3:hover {text-decoration: underline; font-family: Tahoma; font-size: 14px; color: #ff3333; }
.hov4 {text-decoration: underline; font-family: Tahoma; font-size: 10px; color: #222255; }
.hov4:hover {text-decoration: underline; font-family: Tahoma; font-size: 10px; color: #ff3333; }
.hov5 {text-decoration: underline; font-family: Tahoma; font-size: 11px; color: #444477; }
.hov5:hover {text-decoration: underline; font-family: Tahoma; font-size: 11px; color: #ff3333; }
BODY {font-family:"Tahoma"; font-size: 14px; color: #444477; margin:0px;padding:0px;}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 11px Tahoma;
line-height: 14px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover { background-color: #EBEBEB; }



