/*********************************************************************************************/ /**** MENU ***********************************************************************************/ /*********************************************************************************************/ #menugrup { border-bottom: 1px solid #ffffff; } #menugrup ul { text-transform: uppercase; } #menugrup li { list-style: none; display: inline; text-align: center; float: left; } #menugrup li.opcio01 a, #menugrup li.opcio02 a, #menugrup li.opcio03 a, #menugrup li.opcio04 a { height: 27px; display: block; font-weight: bold; text-decoration: none; color: #ffffff; padding-top: 12px; } #menugrup li.opcio01 a { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op01.gif) no-repeat top left; width: 287px; } #menugrup li.opcio02 a { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op02.gif) no-repeat top center; width: 190px; border-left: solid 1px #fff; } #menugrup li.opcio03 a { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op03.gif) no-repeat top center; width: 270px; border-left: solid 1px #fff; } #menugrup li.opcio04 a { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op04.gif) no-repeat top right; width: 200px; border-left: solid 1px #fff; } #menugrup li.opcio01 a:hover { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op01_on.gif) no-repeat top left; } #menugrup li.opcio02 a:hover { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op02_on.gif) no-repeat top center; } #menugrup li.opcio03 a:hover { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op03_on.gif) no-repeat top center; } #menugrup li.opcio04 a:hover { background: url(/pfw_files/tpl/mutua_terrassa/general/menu/op04_on.gif) no-repeat top right; } span.subMenuExtra select { width: 190px; }