/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#outer {width:1000px; position:absolute; top:0px; left:0; background:transparent url(/meetings/2014SCM/images/tab.png) no-repeat; height:70px; overflow:hidden;}

#menuHolder {position:relative; float:center; left:51%;}

#dropline {padding:0; margin:0; list-style:none; float:left; position:relative; right:50%;}
#dropline div {position:absolute; left:-9999px; width:100%; z-index:10; height:35px; /*border-top:4px solid #e60*/; top:35px; background:#fff;}
#dropline ul {padding:0; margin:0; list-style:none;}
#dropline table {border-collapse:collapse: padding:0; margin:-1px -10px; width:0; height:0;}

#dropline li ul {position:relative; float:left; left:50%;}
#dropline li ul li {float:left; position:relative; right:50%;}
#dropline li ul li a {display:block; float:left; padding:0 10px; background:transparent; color:#387868; font-weight:bold;}
#dropline li ul li a:hover {text-decoration:underline; background:transparent; color:#5f9386;}

#dropline li {float:left; margin-right:1px;}
#dropline li.last {margin:0;}
#dropline li a {display:block; float:left; height:35px; padding:0 0 0 20px; line-height:33px; text-decoration:none; font-family:"trebuchet MS", sans-serif; font-size:13px; text-decoration:none; color:#eee; /*background:url(/meetings/2014SCM/images/button-off.png);*/}
#dropline li a b {display:block; float:left; height:35px; padding:0 20px 0 0; /*background:url(/meetings/2014SCM/images/button-off.png) right top;*/ cursor:pointer;}

#dropline li a:hover {background:url(/meetings/2014SCM/images/over.png); color:#fff; border:0;}
#dropline li a:hover b {background:url(/meetings/2014SCM/images/over.png) right top;}

#dropline li:hover > a {background:url(/meetings/2014SCM/images/over.png); color:#fff; border:0;}
#dropline li:hover > a b {background:url(/meetings/2014SCM/images/over.png) right top;}

#dropline :hover div {left:0;}

#dropline li.current a,
#dropline li.current a:hover {background:url(/meetings/2014SCM/images/select.png); color:#000; font-weight:bold;}
#dropline li.current a b,
#dropline li.current a:hover b {background:url(/meetings/2014SCM/images/select.png) right top; color:#000;}

#dropline li.current a:hover ul li a:hover {color:#a17970; background:transparent;}
#dropline li.current:hover ul li a:hover {color:#a17970; background:transparent;}

#dropline li.current div {width:100%; left:0; top:35px; background:#fff; z-index:5;}
#dropline li.current ul {position:relative; float:left; left:50%;}
#dropline li.current ul li {float:left; position:relative; right:50%;}
#dropline li.current ul li a {display:block; float:left; padding:0 10px; background:transparent; color:#387868; font-weight:bold;}
#dropline li.current ul li.current_sub a {display:block; float:left; padding:0 10px; background:#f5f8f7/*transparent*/; color:#387868; text-decoration:underline;}
#dropline li.current ul li.current_sub a:hover {text-decoration:underline; background:#f5f8f7/*transparent*/; color:#5f9386;}

* html #dropline li.current div {width:expression(document.getElementById('dropline').offsetWidth);}
* html #dropline li a:hover div {width:expression(document.getElementById('dropline').offsetWidth);}

/*tweaks*/
#menu i {font-style:normal;}
#menu table td {padding:0;}

#dropline li a:hover i {display:inline-block; position:relative; left:-50px; padding-left:50px; padding-right:50px; margin-right:-100px; background:url(/meetings/2014SCM/images/trans.gif); cursor:pointer;}

#dropline div ul {opacity:0;
-webkit-transition: opacity 0.7s ease-in-out;
-moz-transition: opacity 0.7s ease-in-out;
-o-transition: opacity 0.7s ease-in-out;
transition: opacity 0.7s ease-in-out;
}

#dropline :hover div ul {opacity:1;}
#dropline li.current div ul {opacity:1;}