/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 February 2012 11:56:08
*/


/* ================================================================ 
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/basic_dd.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.
=================================================================== */

#nav{
background:transparent url(http://www.lteconference.com/world/__data/assets/image/0019/153415/nav_bkg.png) scroll 0 0;
background-repeat:repeat-x;
width:980px;
float:left;
border:1px solid #ccc;
margin-bottom:3px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu li a, .menu :visited {
display:block;
font-size:0.8em;
/*width:85px;*/
/*padding:6px 5px;*/
padding:10px 9px 10px 12px;
color:#000;
/*background:#3399CC;*/
text-decoration:none;
margin:0 0 0 7px;
/*margin:5px 9px 5px 13px;*/
text-align:center;
}

/* style the links hover */
.menu :hover{
color:#333;
/*background:#2E89B6;*/
}

.menuie ul ul    
    {
    margin-top:11px;
    }

.menuie ul ul li    
    {
    font-size:1.2em;
    }

.menuie ul li a
    {
   /* background:#000;*/
    }




.menuie ul li a.bottom:hover
    {
    background:#37AB9C;
    }


.menu ul li a, .menu ul ul :hover > a
    {
    /*background:#37AB9C;*/
    }

.menu ul li a:hover
    {
    /*background:#37AB9C;*/
    background:transparent;
    }

.menu ul li a.bottom
    {
    background:#37AB9C;
    }

.menu ul ul a.bottom:hover, .menu ul ul :hover > a.bottom
    {    
    background:#37AB9C;
    }

.menu ul li a.menu_first
    {
   background:#37AB9C;
   margin-left:5px;
    }

.menu ul li a.menu_first:hover
    {
    background:#37AB9C;
    }

.menu ul li a.menu_last
    {
    background:#37AB9C;
    }

.menu ul li a.menu_last:hover
    {
    background:#37AB9C;
    }



.menu ul ul li a{
    background:#336699;
    color:#fff;
    width:230px;
    text-align:left;
    padding-left:10px;
    border-bottom:1px solid #cccccc;
    padding-top:7px;
    padding-bottom:7px;
}


.menu ul ul li a:visited
    {
    background:#336699;
    width:230px; 
    text-align:left;
    padding-left:10px;  
    border-bottom:1px solid #cccccc;
    color:#fff;
}

.menu ul ul li a:hover
    {
    background:#333333;
    width:230px;
    color:#fff;   
    text-align:left;
    padding-left:10px;
    border-bottom:1px solid #cccccc;
}

.first{
    margin-left:11px;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

