.float_right_only {
	float: right;
}

.float_left_only {
	float: right;
}
div.menuBar,div.menuBar a.menuButton, div.menu,div.menu a.menuItem {
	font-family:Verdana, arial, helvetica, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000001;
}

div.menuBar {
	padding: 4px 4px 4px 0px;
	text-align: right;
	float: right;
	display: inline;
	width: 245px; /* IE7 workaround... */
	overflow: visible;
	margin: 0px;
	position: relative;
}

div.menuBar a.menuButton {
	/* background:url(images/sort_down.gif) no-repeat scroll center right; */
	background: url(images/titlebg.png); /* repeat-x left top #1a1a1a;*/
	/* background: #262626 url(images/down_arrow.gif) no-repeat scroll center right; */
	border: 1px solid #5f6b22;
	color: #869927;
	font-weight: normal;
	cursor: default;
	left: 0;
	margin: 0px 0px 0px 4px;
	padding: 2px 18px 2px 8px !important;
	position: relative;
	text-decoration: none;
	top: 0;
	z-index: 100;
}

div.menuBar a.menuButton:hover {
	background:url(images/sort_down.gif) no-repeat scroll center right;
	/* background: transparent url(images/down_arrow_h.gif) no-repeat scroll center right; */
	border: 1px solid #869927;
}

div.menuBar a.menuButtonActive,div.menuBar a.menuButtonActive:hover {
	background:url(images/sort_down.gif) no-repeat scroll center right;
	/* background: #262626 url(images/down_arrow_h.gif) no-repeat scroll center right; */
	/*border-color:#909090 #f0f0f0 #f0f0f0 #909090;*/
	border: 1px outset #5f6b22;
	color: #869927;
	/*left:1px;
	top:1px;*/
}

div.menu {
	background-color: #262626;
	/*border:1px solid;
	border-color:#CECFCD #909090 #909090 #CECFCD;*/
	border: 1px outset #5f6b22;
	left: 0;
	padding: 0 1px 1px 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	background-color: #242424;
	color: #869927;
	cursor: default;
	display: block;
	padding: 5px 1em;
	text-decoration: none;
	white-space: nowrap;
	border-top: 1px solid;
	border-color: #5f6b22;
}

.menuItem_img {
	margin: 0 5px -4px 0;
}

div.menu a.menuItem:hover,div.menu a.menuItemHighlight {
	background-color: #869927;
	color: #000;
}

div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -0.75em;
}

div.menu div.menuItemSep {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	margin: 4px 2px;
}

div#topictoolMenu {
	margin: 0 0 0 3px;
	/* margin: -2px 0 0 1px; */
}

div#searchtopicMenu {
	margin: 0 0 0 3px;
	/* margin: -2px 0 0 1px; */
}

div#forumtoolMenu {
	margin: 0 0 0 3px;
/* margin:-2px 0 0 1px; */
}

div#searchforumMenu {
	margin: 0 0 0 3px;
/* margin:-2px 0 0 1px; */
}

#searchtopicMenu_td {
	padding: 4px 8px;
}

