/* Código Menu Com Sombra: COMEÇO */

.menuv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
}
#shadow-container {
    position: relative;
    left: 6px;
    top: 6px;
	margin-left: 0px;
	margin-top:	0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
        position: relative;
        left: -2px;
        top: -2px;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
        position: relative;
        left: -2px;
        top: -2px;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #F8CF20;
        position: relative;
        left: -2px;
        top: -2px;
        padding: 3px;
    }


/* Código Menu Com Sombra: FIM */
