﻿

.sidemenu
{
    width: 60px;
    height: 194px;
    overflow: visible;
    background-color: transparent;
    /*opacity: 0.2;*/
    /*-moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;*/
    position: fixed;
    left: 0px;
    top: 130px;
    padding: 0px;
    margin: 0;
}

    .sidemenu .sidemenu_item
    {
        margin: 0;
        padding: 0;
        min-width: 70px;
        height: 60px;
        background-color: #000;
        opacity: 0.6;
        position: relative;
        margin-bottom: 1px;
        margin-left: 0px;
        -moz-border-radius: 0 16px 16px 0;
        -webkit-border-radius: 0 16px 16px 0;
        border-radius: 0 16px 16px 0;  
            cursor:pointer;      
    }
                
        .sidemenu .sidemenu_item .sidemenu_item_p {
            /*width:10px;*/
            text-align:left;
            position:absolute;
            top:-20px;
		    color: #e6d998;
            letter-spacing: 2px;
            font-size: 1.20em;
		font-family: 'Carrois Gothic', sans-serif;
            padding-top:12px;
            padding-left:12px;
            height:50px;     
            display:none;
            cursor:pointer;
				text-shadow: 0px 0px 15px #fff;
        }
                
        .sidemenu .sidemenu_item .sidemenu_item_pt {
            width:150px;
            text-align:left;
            position:absolute;
            top:13px;
		    color: #999;
            /*letter-spacing: 2px;*/
            font-size: 0.8em;
		font-family: 'Carrois Gothic', sans-serif;
            padding-top:12px;
            padding-left:12px;
            height:50px;     
            display:none;
            cursor:pointer;
				/*text-shadow: 0px 0px 15px #fff;*/
        }
                
        .sidemenu .sidemenu_item img {
            right:10px;
            top:6px;
            position:absolute;
            cursor:pointer;
            background-color:transparent;
            cursor:pointer;
        }



        /* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {background: red; left:0px; top:0px;}
    25%  {background: yellow; left:200px; top:0px;}
    50%  {background: blue; left:200px; top:200px;}
    75%  {background: green; left:0px; top:200px;}
    100% {background: red; left:0px; top:0px;}
 }

/* Standard syntax */
@-moz-keyframes myfirst {
    0%   {background: red; left:0px; top:0px;}
    25%  {background: yellow; left:200px; top:0px;}
    50%  {background: blue; left:200px; top:200px;}
    75%  {background: green; left:0px; top:200px;}
    100% {background: red; left:0px; top:0px;}
 }

@-ms-keyframes myfirst {
    0%   {background: red; left:0px; top:0px;}
    25%  {background: yellow; left:200px; top:0px;}
    50%  {background: blue; left:200px; top:200px;}
    75%  {background: green; left:0px; top:200px;}
    100% {background: red; left:0px; top:0px;}
 }

@keyframes myfirst {
    0%   {background: red; left:0px; top:0px;}
    25%  {background: yellow; left:200px; top:0px;}
    50%  {background: blue; left:200px; top:200px;}
    75%  {background: green; left:0px; top:200px;}
    100% {background: red; left:0px; top:0px;}
 }
