dl
{
    margin: 0 0 1.5em 0;
}
/* dl dt { font-weight: bold;} */
dd
{
    margin-left: 1.5em;
}
#dropindex {

}
#dropbox, #dropbox2
{
	/*   font-family: 'lucida grande','arial' !important; */
	font-family: 'HelveticaNeue', 'Helvetica', sans-serif !important;
	display: block;
	background-color: #e9e9e9;

	border-radius: 3px;
	/* border-top-left-radius: 0; */

	box-shadow: 5px 7px 7px   rgba(0,0,0,0.3);

	border: 3px solid rgba(69,43,143,0.727); 
	color: #eee;
	padding: 1em;
	margin-left:0;
	width:640px;
	position: absolute;
	z-index: -6000;
	top: -500px;  /* 26 */
	left: 46px;
	text-align:left;

	filter: alpha(opacity=97);
	-moz-opacity:0.97;
	-khtml-opacity: 0.97;

	opacity: 0.97;
	text-shadow: 0px 1px silver;
	/* transition: all 3s linear; */

	/* visibility: hidden; */
	opacity: 0.0;
 	transition: opacity 0.2s ease-in-out;

}

#dropbox2 {
	visibility: visible;
	opacity: 1.0;
 	transition: all .5s ease-in;
	z-index: 1;

}
.notindex {
	pointer-events: default;
}
.L a, .R a
{
    font-family:inherit;  /*  'lucida grande','arial' !important; */
    font-weight: bold;
    border-radius none;
    box-shadow:0 0 0 0;
}

#dropbox2 li, #dropbox2 dt, #dropbox2 dd,
#dropbox li, #dropbox dt, #dropbox dd
{
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
    display: block !important;
    padding: 0 0 .5em 0 !important;
    text-shadow: #eee 0px 1px;
    transition:none;
}

#dropbox2 dd,
#dropbox dd
{
font-family: 'lucida grande','arial';
    font-size: 12px;
}

/* This is OK! */
a[id="guidesMenu"]
{
    position: relative;
   border-radius none;
}

#dropbox2 li, #dropbox2 dt,
#dropbox li, #dropbox dt
{
    display: block !important;
    padding: 0;
    margin: 0.0em 0 0.5em 0;
}

#dropbox2 dt, #dropbox2 .L dt, .R dt,
#dropbox dt, #dropbox .L dt, .R dt
{
    line-height: 1.5em;
    padding-bottom: 0;
    display: block !important;
    width:100%;
}
#dropbox2 .L dt,
#dropbox .L dt
{
    line-height: 1.5em;
}
#dropbox2 .L,
#dropbox .L
{
    float: left;
    border-right: 0px dashed rgba(69,43,143,0.65);  /* rgba(69,43,143,0.5); */
    width: 180px;
    min-width:140px;
    margin: 0 0 0 0;
    padding: 0 0 0 12px;
}

#dropbox2 .R,
#dropbox .R
{
    float: right;
    width: 420px;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    border-left:3px groove  rgba(69,43,143,0.5); 
}

#dropbox2 hr,
#dropbox hr
{
    display: block;
    border: none;
    height: 1px;
    color: #fff;
    background: #ddd;
}

dt.dropanchor
{
    padding: 0 0 1em 0 !important;
    margin: 0 !important;
    border-bottom: 0px solid transparent;
    border-right: none !important;
    text-shadow: white 0 0 0;
   box-shadow:0 0 0 0;
}

dt.dropanchor a
{
    padding: 0 0 1em 0 !important;
    margin: 0 !important;
    border-bottom: 0px solid transparent;
    border-right: none !important;
    text-shadow: white 0 0 0;
   box-shadow:0 0 0 0;
}

dd[id="dropanchor"] a
{
    clear: both !important;
    display: block !important;
    margin: 0 0 .4em -20px !important;
    color: #000 !important;
    background: none !important;
   border-bottom: 2px solid transparent !important;
    border-right: none !important;
    text-shadow: white 0 0 0;
    font-weight: bold;
   box-shadow:0 0 0 0;
}

dt.dropanchor a:link, dt.dropanchor a:visited,
dd[id="dropanchor"] a:link, dd[id="dropanchor"] a:visited
{
    margin: 0 0 1em 0;
    padding: 0 0 0 0 !important;
    color: rgba(69,43,143,0.8) !important;
    background: none !important;
   border-bottom: 2px solid transparent; 
    text-shadow: white 0 0 0;
   box-shadow:0 0 0 0;
}

dt.dropanchor a:hover, dt.dropanchor a:active,
dd[id="dropanchor"] a:hover, dd[id="dropanchor"] a:active
{
    margin: 0 0 1em 0;
    padding: 0 0 0 0 !important;
    color: rgba(69,43,143,0.8) !important;
    background: #eee !important;
   border-bottom: 2px solid #c33  !important; 
    text-shadow: white 0 0 0;
   box-shadow:0 0 0 0;
}

li.index
{
    display: list !important;
   
}

dt.dropanchor,dd.dropanchor
{
    clear: both !important;
    display: block !important;
    padding: 0 0 1em 0 !important;
    margin: 0 !important;
    color: #333 !important;
    background: none !important;
    border-bottom: 2px solid transparent !important;
}

dd[id="dropanchor"]
{
    clear: both !important;
    display: block !important;
    margin: 0 0 .4em 20px !important;
    color: #000 !important;
    font-weight: normal !important;
    background: none !important;
    border-bottom: 2px solid transparent !important;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
    font-family: 'HelveticaNeue', 'Helvetica', sans-serif !important;
    text-transform:none;
    letter-spacing:normal;
}

.clearfix
{
    display: block;
}
