/* CSS Document */

bb {
background-image: url(../images/abb.jpg) ;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat
}
.drop{
background-color:#FF6600;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius:15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius:15px;
}

.drop:hover {    
    background-color: #006699;
}

.ad1 {
    background-image: url(../img/tra1.png);
	-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius:10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius:10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius:10px;
-moz-border-radius-topright: 10px;
border-top-right-radius:10px;
	z-index:2;
}

.ad1:hover {    
    background-image: url(../img/tra2.png);
}

.prod {
    position: fixed;
    bottom: 20em;
    left: 0px;
    color:;
    background-color: #9999CC;
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index:1;
	-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius:15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius:15px;
}

.prod:hover {    
    background-color: #CCCCCC;
}