@charset "utf-8";
/* CSS Document */

/* IF JS IS OFF we need to style the list on current page */
#dropDown {position:relative;}
#dropDown li a {cursor:pointer}
#dropDown li ul {width:50em !important;padding:10px 0 !important;margin-left:10px;border-bottom:1px solid #ccc;}
/* All LIs */
#dropDown li {text-align:center;position:static}
/* sub-menu LIs */
#dropDown li ul li {width:7.5em !important;margin-left:10px;border-top:1px solid #333;}
/* sub-menu Anchors */
#dropDown li ul li a {width:7.5em !important;}
/* background for top items. creates faux bottom border */
#dropDown li,#dropDown a {background-repeat:repeat-x;background-position:0 100%;}
#spiderThink,#spiderThink li a {background-image:url(../../img/Hor_dropDown_Demo/1.jpg)}
#spiderDo,#spiderDo li a {background-image:url(../../img/Hor_dropDown_Demo/2.jpg)}
#spiderConnect,#spiderConnect li a {background-image:url(../../img/Hor_dropDown_Demo/3.jpg)}
/* removing the above for current page */
.spiderThink #spiderThink,.spiderThink #spiderThink a {background:#e2facd 0 0;}
.spiderDo #spiderDo,.spiderDo #spiderDo a {background:#fffcd0 0 0;}
.spiderConnect #spiderConnect,.spiderConnect #spiderConnect a {background:#ffe1cc 0 0;}
/* background for sub-menus */
.spiderThink #dropDown li#spiderThink ul {top:2em;display:block;background:#e2facd !important}
.spiderDo #dropDown li#spiderDo ul {top:2em;display:block;background:#fffcd0 !important}
.spiderConnect #dropDown li#spiderConnect ul {top:2em;display:block;background:#ffe1cc !important}
/* reset */
#dropDown li#UZ ul {left:-10px !important;}