/* Component: Nav-Bar */

/* Root Level */ 
#nav-bar                { list-style:none; margin:0; padding:0;}
#nav-bar li             { float:left; position:relative; margin:0; padding:0; width:148px;}
#nav-bar li a           { border-right:0px solid #AAA; color:#FFF; display:block; font:bold 11px/11px verdana; padding:4px 4px 4px 0px; text-decoration:none; }
#nav-bar li a:hover     { color:#FFF; }

#nav-bar .menuTitle  {  left top no-repeat; padding-left: 0px; }



/* 2nd Level */ 
#nav-bar ul             { z-index:1000000; display:none; list-style:none; position:absolute; left:2px; top:19px; margin:0; padding:0; border: 0px outset; border-bottom-color: #60B806;background:#408C40; border-left-color: #60B806; border-right-color: #60B806; border-top-color: #60B806;}
#nav-bar ul li          { float:none; }
#nav-bar ul li a        { vertical-align:bottom; font-size:10px;font-weight:normal;  color:#FFFFFF; width:143px; border:0; padding:4px; border-bottom:0px solid #AAA; background:#408C40; z-index:10; opacity: .9; filter: alpha(opacity=90); text-align:left }
#nav-bar ul li a:hover  { background:#30820C; color:#FFFFF; }

/* 3rd Level + */
#nav-bar ul ul             { z-index:1000000; display:none; list-style:none; position:absolute; left:148px; width:150px; top:0px; margin:0; padding:0; border: 0px outset; border-bottom-color: #60B806; border-left-color: #60B806; border-right-color: #60B806; border-top-color: #60B806;}
#nav-bar ul ul li          { float:none; }
#nav-bar ul ul li a        { vertical-align:bottom; font-size:10px;font-weight:normal;  color:#FFFFFF; width:148px; border:0; padding:4px; border-bottom:0px solid #AAA; background:#408C40; z-index: 10; 	opacity: .9; filter: alpha(opacity=90); text-align:left }
#nav-bar ul ul li a:hover  { background:#30820C; color:#FFF; }





#nav-bar .connections ul ul	{ left:174px; top:-1px; }
#nav-bar .express ul ul		{ left:178px; top:-1px; }

/* Show / Hide */
#nav-bar li:hover > ul  { display:block; }





/******** MENU  ******/
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
