#axys {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #111;
        background-image: url("/logo_axys.png");
        background-repeat: no-repeat;
        background-position: 4% 51%;
        text-align: center;
        padding: 5px 25px;
        font-size: 10px;
        color: #fff;
        opacity: 0.25;
        z-index: 100;
}

#axys:hover {
        opacity: 0.8;
}

#axys-email {
        font-size: 10px;
        cursor: pointer;
	float: right;
}

#axys-menu {
        font-size: 10px;
        background-color: #111;
        position: fixed;
        right: 20px;
        top: 15px;
        min-width: 10px;
        list-style: none;
        border: 1px solid #000;
        border-top: none;
}

#axys-menu li {
	font-size: 10px;
	padding: 2px;
	padding-right: 15px;
	list-style-image: none;
}

#axys a, #axys .pointer { color: #fff; text-decoration: none; }
#axys a:hover, #axys .pointer:hover { color: #88f; text-decoration: none; }

#axys p {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

