/*Menu*/ #menugrup { border-top : 1px solid #dbe0e3; border-left : 1px solid #dbe0e3; border-right : 1px solid #dbe0e3; height: 21px; background : #FFC800; display: block; } #menugrup ul { padding : 0; margin: 0; } #menugrup li { list-style : none; display : inline; float: left; } A.opcio01, A.opcio02, A.opcio03, A.opcio04, A.opcio05, A.opcio06 { font-weight : bold; text-decoration : none; text-transform : uppercase; color: #ffffff; position: relative; top : 4px; padding-top : 4px; padding-bottom : 4px; border-right : 1px dotted #dbe0e3; } A.opcio01 { padding-left : 37px; padding-right : 37px; background : #FF4B00; border-right : 1px dotted #dbe0e3; } A.opcio02 { padding-left : 37px; padding-right : 37px; background : #ff6400; border-right : 1px dotted #dbe0e3; } A.opcio03 { padding-left : 37px; padding-right : 37px; background : #ff7d00; border-right : 1px dotted #dbe0e3; } A.opcio04 { padding-left : 37px; padding-right : 37px; background : #ff9600; border-right : 1px dotted #dbe0e3; } A.opcio05 { padding-left : 37px; padding-right : 37px; background : #FFAF00; border-right : 0px dotted #dbe0e3; } A.opcio06 { padding-left : 14px; padding-right : 15px; border-right : none; background : #FFC800; } a:hover.opcio01, a:hover.opcio02, a:hover.opcio03, a:hover.opcio04, a:hover.opcio05, a:hover.opcio06 { color : #FF8F00; background : #fff; text-decoration: none; }