/* ================================================================ 
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/menu/solar_map.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* #map {position:relative; margin:50px 0 0 15px; width:700px; height:50px;} */
#map {position:relative; margin:0 0 0 0; width:853px; height:67px;}
#map ul {padding:0; margin:0; list-style:none; position:absolute; top:0; left:0;}
#map ul li {position:absolute;}
#map ul li#date {width:56px; height:25px; top:43px; left:534px;}
#map ul li#region {width:73px; height:25px; top:43px; left:609px;}
#map ul li#type {width:108px; height:25px; top:43px; left:691px;}

/* remove the absolute position from the list items for lte IE6 */
* html #map ul li {position:static;}

/* and give the absolute position to the links for lte IE6 */
* html #map ul li a.tl {position:absolute;}
* html #map ul li#date a.tl {top:43px; left:534px;}
* html #map ul li#region a.tl {top:43px; left:609px;}
* html #map ul li#type a.tl {top:43px; left:691px;}

#map ul li a {text-decoration:none;}

#map ul li a.tl {display:block; text-indent:-9999px; background: url(/images/transparent.gif);}

#map ul li a.tl:hover, #map ul li:hover {z-index:500;}

#map ul li#date a.tl {width:56px; height:21px;}
#map ul li#date a.tl:hover, #map ul li#date:hover {background:url(/images/searchbar_date.png);}

#map ul li#region a.tl {width:73px; height:21px;}
#map ul li#region a.tl:hover, #map ul li#region:hover {background:url(/images/searchbar_region.png);}

#map ul li#type a.tl {width:108px; height:21px;}
#map ul li#type a.tl:hover, #map ul li#type:hover {background:url(/images/searchbar_type.png);}

#map ul li .expedition_menu, #map ul li a .expedition_menu {visibility:hidden;}

/* For IE6 to work */
* html #map ul li a.tl:hover {border:0;}
* html #map ul li a:hover .expedition_menu {visibility:visible;}

#map ul li:hover .expedition_menu {visibility:visible;}

#date .expedition_menu {left:-365px; top:19px; width:720px;}
#region .expedition_menu {left:-440px; top:19px; width:720px;}
#type .expedition_menu {left:-520px; top:19px; width:720px;}

.expedition_menu {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    line-height: 14px;
    height: auto;
    display: block;
    position: absolute;
    background: #ffffff;
    border: 1px solid #114D85;
    z-index: 1;
}

.expedition_menu td {
    vertical-align: top;
    text-align: left;
    text-indent: -10px;
    padding-left: 10px;
}

.m1 table {
    width: 100%>
}

.expedition_menu td.m1 {
    background-image: url('/images/dotsmenu.gif');
    background-repeat: repeat-y;
}

.expedition_menu li {
    padding: 5px 0px 5px 0px;
    list-style-type: none;
}

#loading {
    color: #333333;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

#loading table {
    width: 100%;
    height: auto;
    border: 1px solid #114D85;
    padding:1em;
}

.m2 table {
    width: 100%;
}

.m2 b {
    color: #000000;
}