.inlogmenu {
 height: 32px;
 width: 650px; position:absolute;
}

.inlogmenu a {
 color: #4682B4;
 font-weight: bold;
 text-decoration: none;
}

.inlogmenu table {
 background:transparent /*url(/images/back.gif) repeat-x*/;
 width: 650px;
 height: 28px; float:left;
}

.inlogmenu td {
 color: #000;
 width: 80px;
 text-align: left;
 vertical-align: bottom;
 font-size: 12px;
 /*font-weight: bold;*/
 cursor: pointer;
}

td.menuuser {
 background: transparent;
 color: black;
 font-weight: normal;
 font-size: 12px;
 width: 180px;
 text-align: center;
 cursor: default;padding-left:4px;
}
td#menuusername {width:180px;padding-top:10px;font-weight:bold;}
.submenu {
 color: white;
 position: absolute;
 display: none;
 z-index: 999;
 margin-top: 18px;
}

.submenuchoice tr {
 height: 21px;
 background: #000 /*url(/images/back.gif) repeat-x*/;
}

.submenuchoice td {
 padding: 0px 10px 0px 10px;
 font-size: 11px;
 color: white;
 cursor: default;
 vertical-align: middle;
}

.submenuchoice a {
 color: white;
}

.inlogrt {float:right;width:310px;border:1px solid red;margin-top:24px;height:32px;}