#searchdropdown li {
    padding-left: 10px;
    padding-right: 10px;
}
.community ul{
    list-style: none outside none;
    padding: 0;
    margin : 0px;
    }
  .community  ul li{
    }
    .community li ul li a{
        display: block;
        padding: 5px 10px;
        text-decoration: none;
         width:140px;
    }
     .community li ul li a:hover{
        background-color:#c1d3ff;
    }
   .community ul li ul{
         background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 38%, #c1d3ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(38%,#ffffff), color-stop(100%,#c1d3ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1d3ff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    width: 160px;
    z-index: 9;
    border: 2px solid #000000;
    margin-left:-3px;
     display: none;
    }
    .metaphysical ul{
    list-style: none outside none;
    padding: 0;
     margin:0px;
    }
    .metaphysical li ul{
         background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 38%, #c1d3ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(38%,#ffffff), color-stop(100%,#c1d3ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 38%,#c1d3ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1d3ff',GradientType=0 ); /* IE6-9 */
       position: absolute;
    width: 225px;
    z-index: 9;
    border: 2px solid #000000;
    margin-left:-88px;
     display: none;
    }
    .metaphysical li ul li a{
        display: block;
        padding: 5px 10px;
        text-decoration: none;
    }
    .metaphysical li ul li a:hover{
         background-color:#c1d3ff;
    }
    .metaphysical ul li:hover ul{
        display: block; 
    }
.padding-0 {
    padding: 0;
}
.padding-o-right {
    padding-right: 0;
}
ul.topnav li:not(:first-child){ display:block !important;}
.ddimgtooltip{box-shadow: 3px 3px 5px #818181; -webkit-box-shadow: 3px 3px 5px #818181;-moz-box-shadow: 3px 3px 5px #818181;display:none;position:absolute;border:1px solid black;background:white;color: black;z-index:2000;padding: 4px;}
.div_button {
    position: absolute;   
    right: 5px;
    margin: 1px auto;
    text-align: center;
    bottom:3px;
    color: #000;
    font-size:30px;
    z-index: 9;
    background-color: rgba(255,255,255,0.5);
	cursor:pointer;
}
.overlay_frm {
    position: relative;
    width:271px;
	height:212px;
	margin-bottom:20px;  
	background-color:#fff;
	box-shadow:0 2px 2px rgba(0,0,0,.2); 
	padding: 5px; 
	border: 1px solid #eee;
}
@media only screen and (max-width: 900px) {
	.div_button {right:0px;bottom:0px;}
	.overlay_frm {
		position: relative;
		width:auto;
		height:300px;
		margin-bottom:20px;  
		background-color:#000;
		box-shadow:0 2px 2px rgba(0,0,0,.2); 
		padding:0px; 
		border:5px solid #eee;
		margin-top: 10px;
	}
	.overlay_frm iframe {
    text-align: center;
    margin: 0 auto;
    display: inherit;height: 304px;
width: auto;
}
}
@media only screen and (max-width: 600px) {
	.div_button {right:0px;bottom:0px;}
	.overlay_frm {
		position: relative;
		width:auto;
		height:300px;
		margin-bottom:20px;  
		background-color:#000;
		box-shadow:0 2px 2px rgba(0,0,0,.2); 
		padding:0px; 
		border:5px solid #eee;
	}
	.overlay_frm iframe {
    text-align: center;
    margin: 0 auto;
    display: inherit;height: 304px;
width: 100%;
}
}

#showLeftMenuButton img {
	display: none;
}
body > pre {display: none;}
img { border-style: none; }