Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- header .top-meniu {
- width: 100%;
- background: url('../images/menu-bg.png') no-repeat right #8ec03f;
- position: relative;
- height: 50px;
- }
- header .top-meniu .holder {
- position: absolute;
- width: 940px;
- top: 0;
- left: 50%;
- margin-left: -470px;
- }
- header .top-meniu ul {
- }
- header .top-meniu ul li {
- float: left;
- position: relative;
- display: block;
- line-height: 50px;
- height: 50px;
- margin: 0;
- padding: 0;
- }
- header .top-meniu ul li a {
- color: #fff;
- font-family: 'Conv_DaxlinePro-Bold';
- font-size: 14px;
- text-transform: uppercase;
- text-decoration: none;
- letter-spacing: 1px;
- display: block;
- padding: 0 20px;
- }
- header .top-meniu ul li a:hover {
- background: #ffc01f;
- }
- header .top-meniu ul li:hover > a, header .top-meniu ul li.active > a { background: #ffc01f; }
- header .top-meniu ul ul {
- background: #ffc220;
- visibility: hidden;
- position: absolute;
- height: 115px;
- top: 100%;
- left: 0;
- z-index: 598;
- width: 940px;
- }
- header .top-meniu ul ul li {
- float: left;
- display: block;
- height: 115px;
- line-height: 115px;
- border-right: 1px solid #ffcf51;
- }
- header .top-meniu ul ul li:hover a {
- text-decoration: underline;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement