/* ================================================================ 
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/drop_variations.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.
=================================================================== */
 /* common styling */

 /* Set up the default font and ovrall size to include image */
#navbar {
font-family: Arial, Helvetica, sans-serif;
float:right;
margin:0 0 7px 0;
position:relative; 
z-index:50;
/* width:500px;
height:355px;
background:#fff url(../meeting.jpg) 0 20px no-repeat;
margin:2em 125px 0 125px;*/
}

/* get rid of the default padding - margin and bullets */
#navbar ul {
padding:0; 
margin:0;
list-style-type: none;
}

/* make menu horizontal */
#navbar ul li {
float:left;
position:relative;
}

/* set up the default top level links */
#navbar ul li a, #navbar ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
text-transform: uppercase;
font:90% Arial, Helvetica, sans-serif;
color:#617483; 
text-align:left;
background:#fff; 
line-height:1.5em;
padding:0px 6px;

/*width:88px; 
margin-right:2px;
height:1.5em;
border-bottom:8px solid #888;
padding-left:10px;  */
}

#navbar ul li a.active {color:#EF4136;font-weight:bold;}

/* hide the drop down menu */
#navbar ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
#navbar table {
margin:-1px; 
border-collapse:collapse;
/* font-size:1em; */
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
#navbar ul li:hover a,
#navbar ul li a:hover {
color:#FF3333; 
/* border-bottom:8px solid #606; */
}

/* make the drop down menu show and correctly position it */
#navbar ul li:hover ul,
#navbar ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
/* width:96px;
border:1px solid #888;
border-top:0;
margin-top:11px; removed because of border-bottom above */
border-top:15px solid #fff;
border-top-color: transparent;
left:0; 
background:transparent;
}

#navbar ul li:hover ul.last, #navbar ul li a:hover ul.last {margin-left:-80px;}

/* style the drop down links with no hover */
#navbar ul li:hover ul li a,
#navbar ul li a:hover ul li a {
display:block; 
background:transparent url(/images/opaque2.png); 
border:0;
margin:0;
color:#617483;
font-weight:normal; 
font-size:80%;
/* font-size:0.9em; */
text-align:left;
text-transform:none;
height:auto; 
line-height:1.2em; 
padding:0 5px 5px 5px; 
width:150px;
}

#navbar ul li:hover ul.last li a, #navbar ul li a:hover ul.last li a {text-align:right;}

/* style the drop down menu links when hovered */
#navbar ul li:hover ul li a:hover,
#navbar ul li a:hover ul li a:hover {
text-decoration:underline;
/* background:#888; */ 
color:#617483;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
#navbar ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
#navbar ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}


