/* Secured eCollaboration --------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

body.support 		div#header { background: url(/_iface/obj/_headers/support.png) no-repeat; }

body.support ul.general { margin-left: 43px; }
body.support ul.pdf { margin-left: 43px; }
body.support div.gohere { width: 200px; float: right; display: block; }
body.support div.gohere a.readMoreLeft { margin-top: 0; line-height: 140% !important; }
body.support hr { margin: 20px 0 20px 43px; }

body.support div.left { width: 343px; float: left; margin-bottom: 30px; }
body.support div.right { width: 320px; float: left; margin-bottom: 30px; }
body.support ul.items li.callMe strong { display: block; }



/* Drop down interim menu */
.ddsmoothmenu { width: 100%; }
.ddsmoothmenu ul { z-index:100; margin: 0; padding: 0; list-style-type: none; }
.ddsmoothmenu ul li { position: relative; display: inline; float: left; padding: 0; margin: 0; }
.ddsmoothmenu ul li a { display: block; background: #414141; /*background of menu items (default state)*/ color: #000; text-decoration: none; padding-top: 7px !important; }
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { }

.ddsmoothmenu ul li ul { position: absolute; left: 0; display: none; visibility: hidden; background: #fff; }
.ddsmoothmenu ul li ul li { display: block; float: none; } 
.ddsmoothmenu ul li ul li ul { top: 0; } 
.ddsmoothmenu ul li ul li a { display: block; background-image: none !important; padding: 6px 10px !important; width: 174px; margin: 0; }

.ddsmoothmenu ul li.first { margin-top: -17px; }
.ddsmoothmenu ul li ul a {  border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }

* html .ddsmoothmenu { height: 1%; } /*Holly Hack for IE7 and below*/

.ddsmoothmenu ul.submenu a:link, .ddsmoothmenu ul.submenu a:visited { background-color: #fff; color: #000 !important; }
.ddsmoothmenu ul.submenu a:hover, .ddsmoothmenu ul.submenu a:active, .ddsmoothmenu ul.submenu a.selected { background-color: #ccc !important; color: #000 !important; }
.downarrowclass { position: absolute; top: 10px; right: 7px; }
