#navright ul { list-style:none; margin: 0; padding: 0; display: block; } #navright li { margin: 0; padding: 0; position:relative; cursor: pointer; } #navright a { color: #c3c3c3; text-decoration: none; display: block; font-size: 16px; font-family: Tahoma,Verdana,Segoe,sans-serif; background: url(./../styles/green_triangle.png) 4px center no-repeat; padding: 10px 0px 10px 36px; } #navright li:last-child a { border-bottom: none; } #navright li.active a { color: #8dc025; } #navright a:hover { color: #8dc025 !important; text-decoration: none; } 