/* common styling 
.menu {font-family: arial, sans-serif; width:800px; padding-top:5px; height:26px; font-weight:bold; position:relative; font-size:11px; z-index:100; background-color:#627296;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff;width:auto;padding-left:10px;padding-right:10px; height:20px; text-align:left; color:#fff; background:#627296; line-height:20px; font-size:11px; overflow:hidden;background-color:#627296;}.menu ul {padding:0; margin:0; list-style: none;background-color:#627296;}
.menu ul li {float:left; position:relative;background-color:#627296;}
.menu ul li ul {display: none;}
*/

/* specific to non IE browsers
.menu ul li:hover a {color:#fff; background:#627296;background-color:#627296;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:160px;background-color:#627296;}
.menu ul li:hover ul li a.hide {background:#627296; color:#fff;background-color:#627296;}
.menu ul li:hover ul li:hover a.hide {background:#627296; color:#fff;background-color:#627296;}
.menu ul li:hover ul li ul {display: none;background-color:#627296;}
.menu ul li:hover ul li a {display:block; background:#627296; color:#fff;background-color:#627296;}
.menu ul li:hover ul li a:hover {background:#627296; color:#fff;background-color:#627296;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;background-color:#627296;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
 */



.menu 
{
    width:800px;
    height:28px;
    position:relative;
    z-index:1000;
     background-color:#627296;
    background-repeat: no-repeat;
    font-family:arial, sans-serif;
    
    }
    
/* hack to correct IE5.5 faulty box model */
* html .menu
{
    width:800px;
    w\idth:800px;
    }
    
    
    
* html .menu ul 
{
    padding:0px 0px 0px 0px;
    margin:0;

    list-style-type:none;
    /* added 28th april 2010 */
    float:left;
  /*  background-color:Red;*/
    
    }
       
 
       
    
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
    padding:0px 0px 0px 0px;
    margin:0;
    list-style-type:none;
    /* added 28th april 2010 */
    float:left;
 /*  background-color:Red;*/
    
    }
    
.menu ul ul 
{
    width:109px;
    }
    
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
    float:left;
    width:auto;
    position:relative;

    left:0px;
   /* text-align: center;*/
    margin: 0px 0px 0px 0px;
     padding:  0px 8px 0px 8px;
    

         display:inline-block;
    }
    
/* hack to correct IE5.5 faulty box model */
* html .menu li
{
margin: 0px 0px 0px 0px;
    /* added 28th april 2010 */
float:left;
 left:0px;

    
    }
    
/* style the links for the top level */
.menu a, .menu a:visited 
{
    /*display:block;*/
     display:inline-block;
    
    font-size:12px;
    text-decoration:none;
    color:#fff;
    height:25px;

    line-height:29px;
    font-weight:bold;
    /* added 28th april 2010 */
    float:left;
    margin-left:0px;
    left:0px; 
     width:auto;
    }
    
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
    width:auto;
    w\idth:auto;
    float:left;
    }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
    background-color:#627296;
    width:160px;
    text-align:center;
    }
    
/* style the second level hover */
.menu ul ul a.drop:hover
{
   /* background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
       background-color:#627296;
    width:160px;
    text-align:center;
    height: 25px
    }
    
.menu ul ul :hover > a.drop 
{
   /* background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
       background-color:#627296;
    width:160px;
    text-align:center;
    height: 25px
    }
    
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
       background-color:#627296;
    }
    
/* style the third level hover */
.menu ul ul ul a:hover 
{
       background-color:#627296;
    height: 25px
    }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
    visibility:hidden;
    position:absolute;
    height:0;
    top:25px;
    left:0;
    width:119px;
    text-align: left
    
    }
    
/* another hack for IE5.5 */
* html .menu ul ul 
{
    top:25px;
    t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
    left:119px;
    top:-1px;
    width:119px;
    }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
    left:-149px;
    }

/* 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;
    border-collapse:collapse;
    height: 25px
    }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
    color:#fff;
    height:auto;
    line-height:1em;
    padding:5px 0px 5px 10px;
    width:150px;
 /*   background-image: url(../images/menuDrop.gif);
    background-repeat: no-repeat;*/
           background-color:#627296;
    height: 25px;
    text-align: left
    }
    
/* style the second level hover links */
 .menu ul ul a:hover
{   
 /*   background-image: url(../images/menuDropHover.gif);*/
        background-color:#627296;
}
   
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited 
{
    width:150px;
    w\idth:150px;
    height: 25px
    }

/* style the top level hover */
.menu ul a:hover, .menu ul ul a:hover
{
    color:#fff;
    text-decoration: underline;
    height: 25px;
    overflow: hidden
    }
    
.menu:hover > a
{
    color:#fff;
    height: 25px;
    background:#627296  /* #007aa5 */ ;

    }

/* 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;
    }
    
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    visibility:hidden;
    }
    
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    visibility:visible;
    }
    
.menu ul ul li
{
    padding: 0px 0px 0px 0px
    }

