#menu {
        font-size: 11px;
        float: right;
        margin-top:-23px;
        list-style: none;
	width: 690px;
}

#menu a {
	color: #333;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}

#menu * {
        margin: 0;
        padding: 0;
}

#menu ul {
        display: none;
        background: url(../images/menu_item_bg.png);
        position: absolute;
        white-space: nowrap; /* Micox Menu */
}

html:first-child>body #menu ul {
        width: 670px; /* Micox Menu */
}

#menu li {
	display: inline;
	float: left;
      height: 1%;
}

#menu li li {
	display: block;
	clear: both;
	width: 130px;
}

#menu li:hover ul, #menu li.over ul {
        display: block;
}

#menu li:hover a, #menu li.over a {
	/*background: #679B38;*/
	background: url(../images/menu_item_bg_hover.png);
      color: #fff;
}

#menu li:hover li a, li.over li a {
        color: #333;
        background: transparent;
}

#menu li a:hover {
	color: #FFF !important;
	/*background: #679B38 !important;*/
	background: url(../images/menu_item_bg_hover.png);
}

#menu .current a {
	color: #FFF;
	background: #679B38;
}

.menu {
        background: url(../images/menu/produtos.jpg) no-repeat;
        float: right;
        width: 270px;
        overflow: hidden;
        padding-right: 10px;
        padding-left: 35px;
}

.menu li {
        list-style: none;
        height: 33px;
}

.menu .current {
        font-weight: bold;
        height: auto;
}

.menu .current a {
        color: #fff;
        font-weight: bold;
}

.menu .current li {
        background: transparent;
        height: auto;
}

.menu .current .current a {
        color: #fff;
}

.menu .current li a {
        font-weight: normal;
        line-height: 30px;
}

.menu h3 {
        font-size: 16px;
        color: #fff;
        margin: 0 0 10px 5px;
        font-weight: lighter;
}

.menu a {
        margin-left: 18px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        line-height: 35px;
}

.menu a:hover {
        text-decoration: underline;
}

div.menu a.pedido {
        margin-top: 15px;
        margin-left: 0!important;
}