/********** MENU *******/
.menuMain {
	 color: #636363;
    background-color: #FFF;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    position:absolute;
	left: 0px;
	top: -5px;
    width: 250px;

    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    text-shadow: #fff 0px 1px 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);

    padding: 0;
    margin:0;
	z-index: 9999;
}
ul.menuMain{
   
}

ul.menuMain a {
    color: #636363;
    text-decoration: none;
}

ul.menuMain > li {
    border-bottom: 1px solid #c0c0c0;
    list-style:none;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.menuMain > li:last-child{
    border-bottom: 0 !important;
}

ul.menuMain > li > a,
ul.menuMain > li > span {
    margin-left: 20px;
    cursor:pointer;
}

ul.menuMain > li > ul{
    padding: 0;
    margin:0;
}
ul.menuMain > li > ul > li{
    list-style:none;
    padding-left: 15px !important;
    padding-top: 5px !important;
    margin-left:20px;
    margin-right:20px;
}

ul.menuMain > li > ul{
    display: none;
}

li.selected{
    text-shadow: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

li.selected > span{
    color: #1a8d25;
}

li.selected > ul {
    display: block !important;
    background-color: #2C2C2C;
}

li.selected > ul > li{

    border-bottom: 1px solid #CACACA;
    padding: 10px !important;
    background-color: #2C2C2C;
}
li.selected > ul > li:first-child {
    padding-top: 10px !important;
    margin-top: 10px !important;
}
li.selected > ul > li:last-child{
    border-bottom: 0px solid #CACACA;
}

li.selected > ul > li > a{
    color:#CACACA;
}

/*li.fixed{
	width: 250px;
    background-color: #EFEFEF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
li.fixed > ul{
    display: block !important;
}*/

li.menuFixedFixed{

    background-color: #EFEFEF;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
}
li.menuFixedFixed > ul{
    display: block !important;
}

/*************menuPhone******************/

div.menuPhone{
    color: #636363;
    background-color: #FFF;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    position:absolute;

    top:-5px;
    right: 10px;
    width: 300px;

    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    text-shadow: #fff 0px 1px 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);

    margin:0;
    z-index: 100;
}

div.menuPhone p.opt-phone-left{
    float: left;
    font-weight: bold;
    font-size: 12px;
}
div.menuPhone p.opt-phone-left span{
    font-weight: normal;
    font-size: 10px;
}

div.menuPhone p.opt-phone-right{
    font-weight: bold;
    font-size: 12px;
    color:#F6A700;
    float: right;
    padding-top: 15px;
}

div.opt-phone{
    padding-top: 10px;
    border-bottom: 1px solid #9c9c9c;
}

div.opt-phone:last-child{
    border-bottom: 0;
}

div.menuPhone div.headerPhone{
    background-color: #F6A700;
    height: 60px;
	border-radius: 5px;
}

div.menuPhone div.headerPhone p{
    color: #FFF;
    text-shadow: none;
    text-align: right;
    padding: 15px;
}

div.menuPhone div.options{
    padding:10px;
}

div.headerPhone img{
    height: 60px;
    padding-left: 15px;
    float: left;
}