body{
font-family: helvetica, arial, sans-serif;
}


#container{
width:100%;
}


#wrapper {
margin: 0 auto;
width: 300px;
/*background: #910;*/
padding-top: 240px;
}

html,body{height:100%;padding:0;margin:0;}

.menu li:first-child {
    background:#000;
    font-size:100%;
    background:url(myIcon.png);
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 2px 1px #aaa;
}
.menu li {
    background:#ffffff;
    /*background:url(blankIcon.png);*/
    color:#000;
    font-size:15px;
    box-shadow: 0 0 2px 1px #aaa;
}
.menu a{
    text-decoration: none;
    color:#000;
}

:not(#menu16).circleMenu-open > li:first-child {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

#examples {
    margin-left:200px;
}

#examples > div {
    display:none;
    width:300px;
    height:300px;
    position:relative;
    left: -100px;
}

.menu{position:absolute;}
