
.context-menu {
    /*display: none;*/
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    /*border: 1px solid #CCC;*/
    white-space: nowrap;
    font-family: sans-serif;
    /*font-family: arial;*/
    background: #FFF;
    color: #111;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);

    z-index: 9999;
}
.context-menu ._about {
    width: 68px;
    margin: 0 auto;
    cursor: default;
}
._about h2 {
	margin-left: 13px;
    font-size: 20px;
}
._about h2,
._about small {
	display: inline-block;
	color: #26438A;
}
.context-menu ul {
    padding-left: 0;
}
.context-menu li {
    padding: 6px 0 6px 40px;
    cursor: default;
    list-style-type: none;
    font-size: 12px;
    width: 180px;
    position: relative;
}
.context-menu li:hover {
    background-color: #DEF;
}