MyBB Community Forums

Full Version: How Fix This?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I am having trouble with my drop down. If this goes in the template and theme section then i'm sorry.
[Image: LcU30.jpg]
As you can see the dropdown menu falls down in the incorret place. How do I move it to under the extra links tab?
Here is my template code.
<!--Navbar-->
<div class="menu">

<div class="menu_inside">

  <ul class="menu">
         <li><a href="{$mybb->settings['bburl']}/index.php">Home</a></li>
         <li><a href="{$mybb->settings['bburl']}/forum.php">Forums</a></li>
	 <li><a href="{$mybb->settings['bburl']}/donate.php">Premium</a></li>
	 <li><a href="Coming Soon"> Extra Links </ a> 
		<ul>
			<li> <a href="Coming Soon"> Coming Soon </ a> </ li>
			<li> <a href="Coming Soon"> Coming Soon </ a> </ li> 
			<li> <a href="Coming Soon"> Coming Soon</ a> </ li> 
		</ Ul> 
	</ Li> 
	<li> <a href="Coming Soon"> Coming Soon </ a> 
		<ul> 
			<li> <a href="Coming Soon"> Coming Soon </ a> </ li> 
			<li> <a href="Coming Soonl">Coming Soon </ a> </ li> 
			<li> <a href="Coming Soon"> Coming Soon </ a> </ li> 
			<li> <a href="Coming Soon"> Coming Soon</ a> </ li> 
		</ Ul> 
	</ Li>
	<li> <a href="http://kompoos.nl/css/text-effects/drop-down-menu.html"> Imprint </ a> </ li> 
</ Ul>	
<p class="clear_all"> </ p>

            <ul>
       
   </ul>
    

         </div>



 </div>




</div>

<!--Navbar-->
Could we also get the CSS that you're currently using?

And yeah, this belongs here.
Global.css?
Also where ever I click its brings me here. http://thetechcenter.co.cc/Coming%20Soon
Which is in my header. Anyway here is my global.css.
body {
	background: #e6e6e6;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
    margin:auto;
}

.logo {
	left: 0px;
	position: relative;
	top: 36px;
}

.pagination_breadcrumb_link {
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #252525;
	text-decoration: underline;
}

div, span {
	white-space:normal;
}

#container {
	background: #f2f2f2 url(images/tl-d/container_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	width: 980px;
	color: #000;
	border:1px solid #c0c0c0;
	margin: 6px auto;
	padding: 0px;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
	padding:12px;
}

.header_wrap {
	text-align:left;
}

#header {
	width:980px;
	margin:auto;
	height:100px;
}

.header {
	background-image: url(images/tl-d/header_bg.png);
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

.panel {
	background-color:#363636;
	border-top:1px solid #000000;
	background-image: url(images/tl-d/panel_bg.png);
	background-position: center center;
	background-repeat: repeat-x;
}

#panel {
	padding:6px;
    font-size:11px;
	width:980px;
	margin:auto;
}

#panel .textbox {
	background-image: url(images/tl-d/input_bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	border:1px solid #363636;
}

.input_username {
	border:0;
	background-color:transparent;
}

.input_password {
	border:0;
	background-color:transparent;
}

#panel a,
#panel a:visited {
	color:#ffffff;
	text-decoration:none;
	padding:4px;
}

#panel a:hover,
#panel a:active {
	color:#ffffff;
	text-decoration:none;
	background-color:#000000;
	padding:4px;
}

ul.panel {
   	color: #ffffff;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.panel li {
    padding:0;
	margin:0;
	display:inline;
}

.remember_checkbox {
	margin-top:-1px;
}

div.menu {
    background: #424242 url(images/tl-d/navbar.png) repeat-x;
	border-bottom:1px solid #000000;
}

.menu_inside {
	width:980px;
	margin:auto;
	position:relative;
	background-image: url(images/tl-d/navbar_sep.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

ul.menu {
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
	position: relative;
}

ul.menu li {
 
	background-image: url(images/tl-d/navbar_sep.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	padding:0;
	margin:0;
	list-style-type: none;
}

ul.menu li a {
 
	color: #ffffff;
	display: block;
	font-weight: 700;
	line-height: 40px;
	margin:0;
	margin-right: 2px;
	padding:0px 18px;
	text-align: center;
}

ul.menu a:active {
       color: #ffffff;
}

ul.menu li a:hover,
ul.menu li.selected {
    background-image: url(images/tl-d/navbar_hover.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-decoration:none;
    position: relative;
}

ul.menu li:hover > ul {
 visibility: visible;
}

/*Level two menu*/
ul.menu ul {
	background:#424242 url(images/tl-d/navbar_dropdown_bg.png);
	background-repeat: repeat-x;
	background-position:top center;
	color:#FFFFFF;
	border:1px solid #000000;
	z-index:200;
	visibility: hidden;
 	position: absolute;
 	top: 100%; 
 	left: 0;
	height:auto;
	padding:10px;
	margin:0;
	width:150px;
	border-radius:2px;
	border-top:0;
}

ul.menu ul li {
	background-image: none;
	display:block;
	float:none;
	margin:0px;
	padding:1px 0px;
	border-bottom: 1px solid #191919;
}

ul.menu ul li a {
	display:block;
	font-weight: 400;
	font-size:11px;
	height: 22px;
	line-height: 22px;
	border-bottom:none;
	background-image: none;
	text-shadow:0px 0px 0px;
	font-style:normal;
	margin:0px;	
	padding: 4px 3px;
	text-align:left;
}

ul.menu ul li a:hover {
	background:#0c0c0c url(images/tl-d/navbar_dropdown_bg.png);
	background-repeat:repeat-x;
	background-position:center center;
}

ul.menu ul li a:active {
	background:none;
	color:#ffffff;
	text-decoration:none;
}

/*Level two menu*/
.search {
	clear: left;
	display: block;
	float: right;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 10px;
}

.search .textbox {
	background-image: url(images/tl-d/input_bg.png);
	background-position: center center;
	background-repeat: repeat-x;
	border:1px solid #363636;
}

ul.cp {
 
    list-style-image: none;
	list-style-position: outside;
	padding:0;
	margin:0;
	list-style-type: none;
	border:4px solid #191919;
	border-radius:5px;
}

ul.cp li {
 
       height:24px;
       line-height:24px;
       margin:0;
       padding:0px 6px;
       width:170px;
}

ul.cp li a,
ul.cp li a:visited {
 
       font-size:11px;
       color:#000000 !important;
}

ul.cp li a:hover,
ul.cp li:hover,
ul.cp li.hover {
 
    background-color:#ffeb90 !important;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #000000;
	font-family: inherit;
	font-size: inherit;
}

.tborder {
	
	width: 100%;
	margin: auto auto;
}

.thead {
	background: #040404 url(images/tl-d/thead_bg.png) center center repeat-x;
	color: #ffffff;
	padding:7px 5px;
	border:1px solid #000000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff; 
	text-decoration: none;
}

.thead a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #d1d1d1 url(images/tl-d/tcat_bg.png) center center repeat-x;
	color: #000000;
	text-shadow: 1px 1px 2px #f7f7f7;
	font-size: 12px;
	padding:2px 3px;
}

.trow1 {
    background-color:#ededed;
}

.trow2 {
    background-color:#e8e8e8;
}

/*Only applies for sticky thread style patch*/
.trow_sticky {
   background: transparent url(images/tl-d/trow_sticky.png) center center repeat-x;
}

/*Only applies for sticky thread style patch*/
.trow_shaded {
	background: #ffdde0;
	color:#000000;
}

.trow_selected .thread,
.trow_selected .postbit_content,
.trow_selected .postbit_content_horizontal,
.trow_selected .postbit_search_results,
.trow_selected .pm_pm {
	background: #ffeb90;
}

.trow_sep {
	background: #ececec;
}

.tfoot {
	background: #2e2e2e url(images/tl-d/tfoot_bg.png) top center repeat-x;
	color: #ffffff;
	padding:7px 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
    background: #e0e0e0 url(images/tl-d/navigation.png) center center repeat-x;
	font-size: 11px;
	color:#000;
	margin:auto;
	padding:4px 6px;
	border:1px solid #c0c0c0;
	text-shadow: 1px 1px 2px #f7f7f7;
}

.navigation a:link {
	text-decoration: none;
	color:#6a6a6a;
	padding:2px;
}

.navigation a:visited {
	text-decoration: none;
	color:#6a6a6a;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
	color:#df801d;
}

.navigation .active {
	color: #000;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background-color:#fff;
	color:#000;
	padding:1px;
	border:none;
	border-radius:2px;
	border:1px solid #c0c0c0;
}

input.button {
    background-image: url(images/tl-d/button_bg.png);
    border:1px solid #df801d;
	padding:1px;
	color:#ffffff;
	border-radius:2px;
	font-family: "Verdana", "Arial", sans-serif;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

fieldset {
	padding:0;
    background-color:#e5e5e5;
	border:1px solid #d1d1d1;
	outline:1px solid #f1f1f1;
	padding:3px;
}

legend {
	text-decoration:none !Important;
}

input {
 
	margin:0;
	font-size:12px;
}

.small {
   border:1px solid #c0c0c0;
   padding:1px;
   overflow:hidden;
   font-size:12px;
   margin:auto;
}

select {
	color: rgb(0, 0, 0);
    margin:0;
	padding:1px;
	text-align: left;
    text-indent: 0px;
    white-space: nowrap;
	font-family: "Verdana", "Arial", sans-serif !important;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #2a2a2a;
	width:98% !important;
}

.autocomplete {
	background: #ffffff;
	border: 1px solid #000;
	color: #000000;
}

.autocomplete_selected {
	background: #ffeb90;
	color: #000;
}

.popup_menu {
}

.popup_menu .popup_item {
}

.popup_menu .popup_item:hover {
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/tl-d/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/tl-d/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/tl-d/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #ffeb90;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
   border-top:1px solid #fff;
   background-color:#c0c0c0;
   border:0;
   height:1px;
}

.copyright {
   font-size:11px;
   position:absolute;
   top:64px;
   text-align:center;
   color:#ffffff;
   margin:auto;
   left:0;
   right:0;
}

.copyright a {
   color:#ffffff;
}

.copyright strong {
   font-weight:400;
}

#debug {
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #c5c5c5;
	margin: 0;
	background: #e1e1e1;
	padding: 5px 6px;
	border-radius:5px;
	margin-bottom:8px;
}

blockquote cite {
	font-weight: normal;
	border:none;
	font-style: normal;
	display: block;
	font-size:13px;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	border: 1px solid #252525;
	margin: 0;
	margin-bottom:8px;
	background: #f2f6f8;
	padding: 5px 6px;
	border-radius:2px;
}

.codeblock .title {
	font-weight: normal;
	font-size:13px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 0px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 0px;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	color:#000;
}

.pm_alert a {
	color:#000;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #000;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert a {
	color: #000;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/tl-d/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 12px;
    margin:0;
	padding:0;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: 400;
	color:#000000;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 5px;
	margin: 0px;
}

.pagination a {
	border: 1px solid #c0c0c0;
	color:#000;
	font-weight: 400;
	background: #e6e6e6 url(images/tl-d/pagination.png) repeat-x;
}

.pagination .pagination_current {
	background: #aeaeae url(images/tl-d/pagination_active.png) repeat-x;
	border:1px solid  #c0c0c0;
	color:#000;
}

.pagination a:hover {
	text-shadow: 1px 1px 2px #f7f7f7;
}

ul.thread_legend, ul.thread_legends li {
 

    list-style-image: none;
	list-style-position: outside;
	padding:0;
	margin:0;
	list-style-type: none;
}

ul.thread_legend li {
 

    margin:0;
    padding:0px;
}

ul.thread_legend li img {
 

   vertical-align:middle;
   height:22px;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/tl-d/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.inline-block {
   display:inline-block;
}

.block {
   display:block;
}

ul.forums, ul.forums li {
    list-style: none;
	padding:0;
	margin:0;
}

ul.forums li {
    padding:8px;
	border-bottom:1px solid #c0c0c0;
}

ul.forums li.trow1 {
    background:#ededed url(images/tl-d/trow_1_2.png) bottom center repeat-x;
}

ul.forums li.trow2 {
    background:#e8e8e8 url(images/tl-d/trow_1_2.png) bottom center repeat-x;
}

.vtop {
       vertical-align:top;
}

.vmiddle {
       vertical-align:middle;
}

.forum_img {
    width:48px;
    text-align:center;
	float:left;
}

.forum_info {
    padding-left:56px;
}

.forum_block {
    width:55%;
    vertical-align:top;
}

.forum_options {
    width:2%;
    vertical-align:top;
}

.forum_views {
    width:15%;
	margin-right:6%;
    vertical-align:top;
	text-align:right;
	font-size:12px;
}

.forum_lastpost {
   vertical-align:top;
   width:20%;
}

.forums_title {
    width:77%;
	padding-left:1%;
}

.dropdown {
	padding:4px;
    font-size:11px;
	background-color:#2a2a2a;
}

.dropdown a,
.dropdown a:visited {
    color:#ffffff;
	text-decoration:none;
	padding:4px;
}

.dropdown a:hover,
.dropdown a:active {
	color:#ffffff;
	text-decoration:none;
	background-color:#494949;
	padding:4px;
}

.dropdown ul {
    list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding:4px 10px;
	margin:0;
}

.dropdown ul li {
   display:inline;
   margin:0;
   padding:0;
}

.extra-padding {
    padding:5px;
}

.small-padding {
    padding:2px;
}

.extra-border {
    border:1px solid #c0c0c0;
    padding:5px 7px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.extra-border b {
    font-weight:400 !important;
}

.border-nopadding {
    border:1px solid #c0c0c0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.no-padding {
 
    padding:0 !Important;
}

a.generic_button,
a.generic_button:visited {
    background-image: url(images/tl-d/button_bg.png);
    border:1px solid #df801d;
	padding:3px 4px;
	color:#ffffff;
	border-radius:2px;
	text-decoration:none;
}

a.generic_button:hover {
    background-image: url(images/tl-d/button_hover_bg.png);
    border:1px solid #df801d;
	padding:3px 4px;
	color:#ffffff;
	border-radius:2px;
	text-decoration:none;
}

ul.tools {
 
    list-style-image: none;
	list-style-position: outside;
	padding:0;
	margin:0;
	list-style-type: none;
	border:3px solid #c0c0c0;
	border-radius:5px;
	color:#000000;
}

ul.tools li {
 
       height:24px;
       line-height:24px;
       margin:0;
       padding:0px 6px;
}

ul.tools li a,
ul.tools li a:visited {
 
       font-size:11px;
       color:#000000 !important;
}

ul.tools li a:hover,
ul.tools li:hover,
ul.tools li.hover {
 
      
      background-color:#ffeb90 !important;
}

.thread_thread {
 
width:58%;
}

.thread_info {
	min-width:390px;
	width:54%;
}

.thread_info .title {
	width: auto;
}

.thread_answers {
	 padding-right: 6%;
	 text-align: right;
	 width: 14%;
}

.thread_lastpost {
   width:18%;
}

.thread_blank {
   width:6%;
}

.thread_modbit {
   float:right;
   white-space:nowrap;
   vertical-align:middle !important;
}

.thread_icon {
   width:6%;
   text-align:center;
}

.folder_icon {
   width:4%;
   text-align:center;
}

.announcement_announcement {
   padding:5px;
}

.announcement_icon {
   width:4%;
   text-align:center;
   vertical-align:middle;
}

.announcement_info {
   width:74%;
   vertical-align:middle;
}

table.thread_list {
    width:100%;
	padding:0;
	margin:0;
	border-spacing:0;
	border:0;
}

table.thread_list td {
	padding:0;
	margin:0;
    border-bottom:1px solid #c0c0c0;
}

table.thread_list td.trow1 {
  

    background:#ededed url(images/tl-d/trow_1_2.png) bottom center repeat-x;
}

table.thread_list td.trow2 {
    background:#e8e8e8 url(images/tl-d/trow_1_2.png) bottom center repeat-x;
}

table.thread_list td.forumdisplay_sticky {
    background:#f1f1f1 url(images/tl-d/trow_1_2.png) bottom center repeat-x !important;
}

table.thread_list td div.thread {
	padding:5px;
}

table.thread_list td div {
    vertical-align:top;
}

#sticky_sep,
#threads_sep {
	padding:3px;
}

.users {
   margin-top:6px;
}

.moderators {
   margin-bottom:6px;
}

.inline-width {
   width:230px;
}

.inline-width-small {
   
   width:190px;
}

.inline-width-extra {
   width:330px;
}

a.share:hover {
   
   text-decoration:none !important;
   cursor:pointer !important;
}

.post_list {
	padding:0;
	margin:20px 0px;
	list-style-type: none;
	width:100%;
	border-spacing:0;
}

.post_list table {
	padding:6px 0;
	margin:0px;
	width:100%;
    border-spacing: 0px;
}

.small_padding {
	padding:2px;
}

.postbit_border {
	border:1px solid #c0c0c0;
}

.postbit_author_horizontal {
	padding:10px;
}

.postbit_author_horizontal  .postbit_avatar {
   margin:5px;
}

.postbit_content_horizontal {
   border-top:1px solid #c0c0c0;
   padding:10px;
}

.postbit_author {
	display: inline-block;
	float: left;
	padding:0;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 180px;	
	margin:10px 0px;
}

.postbit_content {
	border-left:1px solid #c0c0c0;
    color:#000;
	margin-left: 180px;
	min-height: 290px !important;
	padding:10px;
}

.postbit_message {
	margin-bottom:7em;
}

.postbit_avatar {
   margin:10px;
}

.postbit_details {
   width:140px;
   margin:auto;
}

.postbit_signature {
   border-top:1px solid #c0c0c0;
   padding-top:6px;
   margin-top:1em;
}

.postbit_attachment {
   padding:5px 10px;
   margin:20px 30px;
   border:1px solid #c0c0c0;
   background:#e1e1e1;
   outline:1px solid #f1f1f1;
}

.postbit_attachment img {
   vertical-align:middle;
}

.postbit_editedby {
   font-style:italic;
}

.postbit_title {
   margin-bottom:4px;
   padding-bottom:4px;
   border-bottom:1px solid #c0c0c0;
}

.postbit_bottom {
   background: url(images/tl-d/postbit_bottom.png) center center repeat-x;
   border:1px solid #c0c0c0;
   padding:3px;
   font-size:11px;
}

.postbit_bottom a:link,
.postbit_bottom a:visited {
   text-decoration:none;
   color:#252525;
   margin-right:4px;
}

.postbit_bottom a:hover {
   color:#777777;
   text-decoration:none;
}

a.postbit_warn {
   background: url(images/tl-d/postbit_icons/warn.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_warn:hover {
   background: url(images/tl-d/postbit_icons/warn_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_report {
   background: url(images/tl-d/postbit_icons/report.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_report:hover {
   background: url(images/tl-d/postbit_icons/report_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_ip {
   background: url(images/tl-d/postbit_icons/ip.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_ip:hover {
   background: url(images/tl-d/postbit_icons/ip_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_edit {
   background: url(images/tl-d/postbit_icons/edit.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_edit:hover {
   background: url(images/tl-d/postbit_icons/edit_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_delete {
   background: url(images/tl-d/postbit_icons/delete.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_delete:hover {
   background: url(images/tl-d/postbit_icons/delete_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_quote {
   background: url(images/tl-d/postbit_icons/quote.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_quote:hover {
   background: url(images/tl-d/postbit_icons/quote_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_forward {
   background: url(images/tl-d/postbit_icons/forward.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_forward:hover {
   background: url(images/tl-d/postbit_icons/forward_hover.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_add {
   background: url(images/tl-d/postbit_icons/add.png) left center no-repeat;
   padding-left:15px;
}

a.postbit_add:hover {
   background: url(images/tl-d/postbit_icons/add_hover.png) left center no-repeat;
   padding-left:15px;
}

ul.popup_profile li a {
	color:#000;
}

ul.popup_profile {
    list-style-image: none;
	list-style-position: outside;
	padding:2px;
	margin:0;
	list-style-type: none;
    border:1px solid #c0c0c0;
	background-color:#f5f5f5;
	font-size:10px;
}

ul.popup_profile  li {
	padding:4px;
	margin:0px;
	border:none;
}

ul.popup_profile  li a:hover,
ul.popup_profile  li:hover,
ul.popup_profile  li.hover {
 
    background-color:#ffeb90 !important;
}

ul.postbit_popup {
	list-style-image: none;
	list-style-position: outside;
	padding:0px;
	margin:0;
	list-style-type: none;
    border:1px solid #c0c0c0;
	background-color:#f5f5f5;
	font-size:10px;
}

ul.postbit_popup li {
	padding:2px 4px;
	margin:0px;
}

ul.postbit_popup li a {
   margin:0 !important;
}

ul.postbit_popup li a:hover {
   background-color:transparent;
}

.postbit_details-border {
	padding:3px;
	text-align:left;
	margin:3px 0px;
	background-color:#f2f2f2;
	border:1px solid #c0c0c0;
	width:130px;
}

.quickreplay_textarea {
	margin-left: 160px;
}

.quickreplay_options {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 160px;
	text-align:left;
	margin-top:10px;
}

.thread_poll_option {
  width:30px;
  display:inline-block;
}

.thread_poll_votes {
  width:40px;
  float:right;
  display:inline-block;
}

.thread_poll_percent {
  margin-right:14px;
  float:right;
  display:inline-block;
}

input.refresh {
   background: url(images/tl-d/refresh.png) center center no-repeat;
   height:12px;
   width:12px;
   border:none !important;
   background-color:transparent;
   cursor:pointer;
}

.posticons_icons label {
   margin-right:10px;
}

.posticons_icons img,
.posticons_icons input {
   vertical-align:middle;
   margin-bottom:6px;
}

.posticons_icons {
   margin-top:3px;
}

ul.whoisonline, ul.whoisonline li {
    list-style: none;
    padding:0;
    margin:0;
}

ul.whoisonline li {
    padding:4px;
    border-bottom:1px solid #c0c0c0;
}

.whoisonlinecolumn {
    width:500px;
}

ul.register_list {
    list-style-image: none;
	list-style-position: outside;
	padding:2px;
	margin:0;
	list-style-type: none;
}

ul.register_list li {
  margin:8px 0px;
}

ul.register_list li.preferences {
  margin:12px 0px;
}

.register_input input,
.register_input input.textbox {
  width:160px !Important;
}

.search_block {
  padding:4px 0px;
}

ul.showteam {
    list-style-image: none;
	list-style-position: outside;
	padding:0px;
	margin:0;
	list-style-type: none;
	border:1px solid #c0c0c0;
}

ul.showteam li {
  margin:0px;
  border-bottom:1px solid #c0c0c0;
}

.showteam_contact_forumlist {
   float:right;
   margin-right:20px;
}

.memberlist {
	padding:0px;
	border-spacing:0;
	margin:0;
	width:100%;
}

.memberlist_member {
    margin:0px;
	padding:4px;
    border-bottom:1px solid #c0c0c0;
}

.memberlist div div {
	vertical-align:middle;
}

.memberlist_avatar {
    width:10%;
    text-align:center;
}

.memberlist_avatar img {
    width:46px;
	height:46px;
	vertical-align:middle;
}

.memberlist_username,
.memberlist_joined,
.memberlist_lastvisit {
   width:20%;
}

.memberlist_postcount_referrals {
   width:10%;
   text-align:center;
}

.memberlist p {
   margin:0;
   padding:0;
}

ul.memberlist_search {
 
    list-style-image: none;
	list-style-position: outside;
	padding:0;
	margin:0;
	list-style-type: none;
	border:4px solid #c0c0c0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.memberlist_search  li {
 
       height:24px;
       line-height:24px;
       margin:0;
       padding:0px 6px;
}

.memberlist_search_advanced {
       margin:4px 0px;
}

.reputation_table {
	border:1px solid #c0c0c0;
	background-color:#ededed;
}

.rep_row_2, 
.rep_row_3,
.rep_row_4,
.rep_row_5,
.rep_row_6,
.rep_row_7 {
	color:#000000;
}

.rep_column_1 {
	display: inline-block;
	width:18%;
	padding:2px;
	text-align:right;
}

.rep_column_2 {
	display: inline-block;
	width:14%;
	padding:2px;
	text-align:center;
}

.rep_column_3 {
	display: inline-block;
	width:15%;
	padding:2px;
	text-align:right;
}

.rep_column_4 {
	display: inline-block;
	width:15%;
	text-align:center;
	padding:2px;
}

.rep_column_5 {
	display: inline-block;
	width:15%;
	text-align:center;
	padding:2px;
}

.rep_column_6 {
	display: inline-block;
	width:15%;
	text-align:center;
	padding:2px;
}

.stats_table {
	border:1px solid #c0c0c0;
	background-color:#ededed;
}

.stats_table b {
	font-weight:400;
}

.stats_table a {
	color:#000;
}

.stats_row_2 span , 
.stats_row_3 span ,
.stats_row_4 span ,
.stats_row_5 span ,
.stats_row_6 span {
	vertical-align:top;
	color:#000000;
}

.stats_column_1 {
	display: inline-block;
	width:40%;
	padding:2px;
}

.stats_column_2 {
	display: inline-block;
	width:32%;
}

.stats_column_3 {
	display: inline-block;
	width:26%;
}

.stats_column_threads {
	display: inline-block;
	width:49%;
	vertical-align:top;
	color:#000;
}

.stats_row_threads {
	display: block;
	padding:2px;
}

.board_stats {
	margin-left:14px;
}

.board_stats_threads,
.board_stats_users,
.board_stats_posts {
   margin-right:8px;
}

#boardstats_e .trow1,
.similarthreads_bit {
	border-bottom: 1px solid #c0c0c0;
}

#nav {
 float:left; width:100%; background:#111; margin:0; padding:0; color:#fff;
}

#nav li {
float:left; list-style:none; padding:10px; position:relative;
}

#nav li:hover {
background:#f9f9f9;
}

#nav li:hover > a {
color:#000;
}

#nav li ul {
display:none; position:absolute; background:#111; border-top:2px solid #222; top:100%; left:0; margin:0; padding:0;
}

#nav li ul li {
min-width:150px;
}

#nav li:hover ul {
display:block;
}


}

.join_request_username,
.join_request_reason {
  display:inline-block;
  vertical-align:middle;
  width:30%;
}

.join_request_block {
  display:inline-block;
  vertical-align:middle;
  float:right;
  width:120px;
  text-align:center;
}

.join_request {
  padding:2px 3px;
  border-bottom:1px solid #c0c0c0;
}

.managegroup_user {
  display:inline-block;
  vertical-align:middle;
  width:30%;
}

.managegroup_contact {
  display:inline-block;
  vertical-align:middle;
  width:20%;
}

.managegroup_reg_date,
.managegroup_posts {
  display:inline-block;
  vertical-align:middle;
  width:20%;
  text-align:center;
}

.managegroup_group {
  padding:2px 3px;
  border-bottom:1px solid #c0c0c0;
}

.poll_option_option {
  padding:2px 3px;
  border-bottom:1px solid #c0c0c0;
}

.poll_showresults_resultbit {
	padding:2px 4px;
	border-bottom:1px solid #c0c0c0;
}

.poll_showresults_resultbit_votestar {
	display:inline-block;
	width:30%;
	vertical-align:middle;
}

.poll_showresults_resultbit_image {
	display:inline-block;
	vertical-align:middle;
}

.poll_showresults_resultbit_votes {
	display:inline-block;
	width:80px;
	text-align:center;
	vertical-align:middle;
	float:right;
}

.footer_wrap {
	background: url(images/tl-d/footer_wrap_bg.png) bottom center repeat-x;
}

.footer {
	background: url(images/tl-d/footer_bg.png) bottom center no-repeat;
	margin:auto;
	text-align:left;
	height:118px;
	position:relative;
}

.footer_content {
	width:968px;
	margin:auto;
	position:relative;
	top:16px;
}

.footer_content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
}

.footer_content ul li {
	margin:0;
	margin-right:4px;
	padding:0;
	display:inline;
}

.footer_content a {
	color:#5a5a5a;
}

.main_top {
	color:#ffffff;
	border-bottom:1px solid #6a6a6a;
}

.delayedmodaction {
    margin:0;
	padding:0;
	width:100%;
	border-spacing:0;
}

.delayed_moderation_border {
	border-bottom:1px solid #c0c0c0;
}

.delayedmodaction td {
	border-bottom:1px solid #c0c0c0;
	padding:2px 3px;
}

.delayedmodaction_profilelink {
	display:inline-block;
	vertical-align:top;	
	width:15%;
}

.delayedmodaction_dateline,
.delayedmodaction_action, 
.delayedmodaction_info {
	display:inline-block;
	vertical-align:top;
	width:20%;
}

.delayedmodaction_delayedmod {
	display:inline-block;
	vertical-align:top;
	float:right;
}

.modactions {
	margin:0;
	padding:0;
	width:100%;
	border-spacing:0;
}

.modactions td {
}

.calendar .tborder {
	background-color:#a8a8a8;
}

#thread_rating-menu {
 	position: absolute;
	left: auto;
	top:auto;
	z-index: 100;
}
find

Quote:ul.menu ul {
background:#424242 url(images/tl-d/navbar_dropdown_bg.png);
background-repeat: repeat-x;
background-position:top center;
color:#FFFFFF;
border:1px solid #000000;
z-index:200;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
height:auto;
padding:10px;
margin:0;
width:150px;
border-radius:2px;
}
and remove

Quote:left:0px;

For future info: My support for Twist-SD theme is available at http://community.mybb.com/thread-109348.html .
Thank you I love your theme!
Now this is creating anew problem. If I click any open space on my site its redirects me to a page that is in the drop down.
URL: http://thetechcenter.co.cc