
div#menu {
    margin-top: -24px;
    background-color: transparent;
    border-left: 2px solid black;
    border-right: 2px solid black;
    height: 24px;
}

div#menu ul {
    position: relative;
    padding: 0 0 0 0px;
    margin: 0 auto 0 0;
    height: 24px;
    list-style: none;
}

div#menu li {
    float: left;
    margin-left: 10px;
    margin-top: 1px;
    background: url(images/ui/tab3-left.png) no-repeat left top;
    height: 24px;
}

div#menu li:hover { 
    background-position: 0 -24px; 
}

div#menu li.selected, 
div#menu li.selected:hover { 
    width: 100px;
    background-position: 0 -48px; 
}


div#menu li a {
    float: left;
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 4px; /* padding for the left edge of the tab, do not change */
    height: 24px;
    text-align: center;
}

div#menu li a span {
    padding: 2px 20px 0 10px;
    background: url(images/ui/tab3-right.png) no-repeat right top;
    height: 24px;
    display: block;
    float: left;
    width: 70px;
}

div#menu li a:hover span { 
    color: #E00;
    background-position: -46px -24px; 
}
div#menu li.selected a span, 
div#menu li.selected a:hover span { 
    color: #FFF;
    background-position: -46px -48px; 
}


div#menu2 {
    position: relative;
    background-color: #B3A069;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 1px solid #775C0E;
    border-bottom: 1px solid #775C0E;
    height: 22px;
    z-index: 20;
}

div#menu2_links {
    position: absolute;
    top: 24px;
    z-index: 25;
}

div#menu2_links a.menu2 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 1px 4px 0 4px;
    padding: 2px 8px 0 8px;
    height: 22px;
}

div#menu2_links a.menu2:hover {
    margin: 1px 3px 0 3px;
    height: 20px;
    color: #E00;
    background-color: #F2E4B8;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

div#nav {
    margin: 0;
    padding: 0;
    width: 118px;
    height: 50%;
}

div#nav ul {
    margin: 10px 4px 4px 10px;
    padding: 0;
    list-style: none;
}

div#nav ul li {
    margin: 6px 0 4px 0;
    padding: 0;
}

div#nav ul a {
    width: 100px;
    height: 57px;    
    display: block;
}

div#nav li a span {
    display: none;
}


div#nav li#about {
    background: url(images/ui/find-out-more-3.png) no-repeat;
    width: 100px;
    height: 57px;    
}
div#nav li#about:hover { background-position: 0 -57px; }
div#nav li#about.selected { background-position: 0 -114px; }
div#nav li#about.selected:hover { background-position: 0 -114px; }

div#nav li#support_upreco {
    background: url(images/ui/support-upreco-3.png) no-repeat;
    width: 100px;
    height: 57px;    
}
div#nav li#support_upreco:hover { background-position: 0 -57px; }
div#nav li#support_upreco.selected { background-position: 0 -114px; }
div#nav li#support_upreco.selected:hover { background-position: 0 -114px; }

div#utils {
    font-size: 11px;
    height: 18px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #999;
    background-color: #BBB;
    text-align: right;
    display: inline;
}


div#utils ul {
    height: 17px;
    width: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right;
}

div#utils li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #999; 
    border-left: 1px solid #999;
    background-color: #DDD;
    display: inline;
    float: right;
}

div#utils li a {
    margin: 0;
    padding: 0 5px 0 5px;
}

div#utils li a span {
    margin: 0;
    padding: 0;
}


div#utils a {
    padding: 0px 5px 0 5px;
    text-decoration: none;
    font-weight: bold;
    color: #555;
}

div#utils a:hover {
    color: #E00;
}



/* Credits:
   - Partly derived from Santosh Setty's glossy horizontal tabs:
     http://www.dynamicdrive.com/style/csslibrary/item/glossy_horizontal_menu/
*/
