#powered-container {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-style: normal;
font-weight: normal;
vertical-align: baseline;
float: right;
display: block;
}

#powered-container span {
padding-right: .4em;
}

ul.powered, 
ul.powered li, 
ul.powered ul {
list-style: none;
margin: 0;
/*
font: .9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
*/
}

ul.powered {
position: relative;
z-index: 500;
display: inline;
float: right;
}

ul.powered li a {
color: #1B89C4;
text-decoration: none;
}

ul.powered li.hover,
ul.powered li:hover {
position: relative;
z-index: 501;
}

ul.powered ul {
float: none;
visibility: hidden;
position: absolute;
/*
top: -150px;
*/
bottom: 18px;
right: 0;
z-index: 500;
/*
width: 200px;
*/
padding: 0;
}

ul.powered ul li {
background-color: #EEE;
float: none;
padding: 0;
margin: 0;
display: block;
padding-right: 10px;
line-height: 1em;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

ul.powered ul li a {
color: #333;
text-decoration: none;
font-size: 0.8em;
line-height: 1em;
text-align: right;
padding: 2px 5px 1px 5px;
white-space: nowrap;
display: block;
width: 100%;
float: none;
}

ul.powered ul li:hover {
background-color: #DDD;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

ul.powered ul ul {
top: 1px;
left: 99%;
}

ul.powered li:hover > ul {
visibility: visible;
}

