/* Main */
#menu{
}

#menu li{
	position: relative;
	float: left;
	list-style: none;  
}

#menu a{
	float: left;
}

#menu li:hover > a{
}

* html #menu li a:hover{ /* IE6 */
	color: #ff0000;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 99998;
}

#menu ul ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 99999;    
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    line-height: 0;
}

#menu ul li:last-child{   
}

#menu ul a{    
    height: auto;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    line-height:normal;
}

* html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 200px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 200px;
}

#menu ul a:hover{
}

#menu ul li:first-child a{
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ccccff;
}

#menu ul ul li:first-child a:after{
    content: '';
    position: absolute;
    left: -14px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #ccccff;
}

#menu ul li:first-child a:hover:after{
}

#menu ul ul li:first-child a:hover:after{
}

#menu ul li:last-child a{
}

#menu ul ul li:last-child a{
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*
     FILE ARCHIVED ON 03:39:19 Apr 27, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:21:29 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.885
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.061
  esindex: 0.06
  cdx.remote: 78.526
  LoadShardBlock: 296.311 (3)
  PetaboxLoader3.datanode: 188.858 (4)
  PetaboxLoader3.resolve: 159.94 (2)
  load_resource: 142.272
*/