html .dropdown-menu { background-color: #ffffff; background-image: -moz-linear-gradient(top, #ffffff, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)); background-image: -webkit-linear-gradient(top, #ffffff, #ffffff); background-image: -o-linear-gradient(top, #ffffff, #ffffff); background-image: linear-gradient(to bottom, #ffffff, #ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0); } html .dropdown-menu > li > a:hover, html .dropdown-menu > li > a:focus, html .dropdown-submenu:hover > a, html .dropdown-submenu:focus > a { background-color: #206BA4; background-image: -moz-linear-gradient(top, #206BA4, #206BA4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#206BA4), to(#206BA4)); background-image: -webkit-linear-gradient(top, #206BA4, #206BA4); background-image: -o-linear-gradient(top, #206BA4, #206BA4); background-image: linear-gradient(to bottom, #206BA4, #206BA4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff206BA4', endColorstr='#ff206BA4', GradientType=0); } html .dropdown-menu > .active > a, html .dropdown-menu > .active > a:hover, html .dropdown-menu > .active > a:focus { background-color: #206BA4; background-image: -moz-linear-gradient(top, #206BA4, #206BA4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#206BA4), to(#206BA4)); background-image: -webkit-linear-gradient(top, #206BA4, #206BA4); background-image: -o-linear-gradient(top, #206BA4, #206BA4); background-image: linear-gradient(to bottom, #206BA4, #206BA4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff206BA4', endColorstr='#ff206BA4', GradientType=0); } html .subnavigation-wrap, .meta { background:#206BA4; } html .subnavigation-forpet .navbar .nav > li > a { color:#fff; } html header .navigation li { border-right:1px solid #333; }