﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	margin: 0;
	padding: 27px 0 0 28px;
	width: 852px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	line-height: 30px; */
	color: #FFFFFF;
	display: inline;
	float: left;
	position:relative;
	z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	width: 224px;
    
}

    .menu li.top {
        text-align: center;
    }

    .menu a {
        color:white;
    }

td.left{
        padding:0;
        margin:0;
        height:47px;
        width:15px;
        background-image:url(../images/menu_button_left.gif);
        background-repeat:repeat-x;
    }

td.right {
        padding:0;
        margin:0;
        height:47px;
        width:15px;
        background-image:url(../images/menu_button_right.gif);
        background-repeat:repeat-x;
    }

 td.middle{
        padding:0;
        margin:0;
        height:47px;
        background-image:url(../images/menu_button_centre.gif);
        background-repeat:repeat-x;
        font-size:14px;
        font-weight:bold;
        letter-spacing:1px;
        vertical-align:middle;
    }

.menu table {
    padding:0;
    margin:0;
    border-width:0;
    height:47px;
    border-collapse:collapse;
    
    
}
.menu tr {
    padding:0;
    margin:0;
    border-width:0;

    
}


    .menu img {

        margin:0;
        padding:0;
    }

.menu li#nav_home { width: 70px; }
.menu li#nav_products { width: 90px; }
.menu li#nav_help { width: 60px; }
.menu li#nav_contact { width: 108px; }



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #154f80;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #154f80;
}
.menu ul ul :hover > a.drop {
	background: #154f80;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	height: 47px;
	display: block;
	font-size: 11px;
	text-decoration: none; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	width: 224px;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: 47px;
	left: 5px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 47px;
	t\op: 47px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	padding: 0 12px; 
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #154f80;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width: 200px;
	w\idth: 200px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: #fffc00; 
/*	background: #154f80; */
	text-decoration: none;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fffc00;
/*	background: #154f80; */
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility: visible;
}

.menu ul ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #17578c;
	border-left: 1px solid #12436d;
	border-right: 1px solid #12436d;
	border-bottom: 1px solid #12436d;
}