HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/mykensington.co.uk/public_html/v2/resources/css/public/navigation_menu.css
/*
 * -------------- Navigation menu for not logged-in pages - WITH NEW NO TEXT TABS !!
*/

.notlogged_menu {
    list-style-type:none;
    list-style-position:inside;
    margin: -2px 0 -26px 0;
    padding:0;
    width:auto;
    overflow:show;
    height:36px;
    position:relative;
    top:-26px;
}
:root .notlogged_menu {
    height:33px;
    top:-9px;
    margin: -17px 0 -27px 0;
}

.notlogged_menu li {
    float:right;
    margin:0;
    padding:0 2px 0 0;
    overflow:show;
}

.notlogged_menu li a {
    height:26px;
    display:block;
    position:relative;
    top:5px;
    text-align:center;
    margin:0;
    padding:6px 0 3px 0;
    width:151px;
    text-decoration:none;
    z-index:2;
    color:black;
    font-weight:bold;
    font-size:13px;
    font-family:Helvetica, Arial, Tahoma, Verdana;
    letter-spacing:0;
	background-position: top left;
	background-repeat:no-repeat;
    text-transform:capitalize; 
} 
:root .notlogged_menu li a {
    height:16px;
} 

.notlogged_menu li a:hover {
    background-position: 0 -40px;
} 

.notlogged_menu li a.current, .notlogged_menu li a.current:hover {
    background-position:0 -80px;
    height:27px;
} 
:root .notlogged_menu li a.current {
    height:17px;
}

.notlogged_menu span {
    visibility: hidden;
}