div.blockContents ul.centerDefinitionList li ul#markdown_toolbar li {
	background: none;
	border-bottom: none;
}

ul#markdown_toolbar  {
    margin: 2px 0px 0px;
	width: 35em;
	position: relative;
	background: none;
}

ul#markdown_toolbar li {
    margin: 0;
    padding: 0px 3px 0px 0px;
    float: left;
    height: 2.25em;
	list-style: none;
}

#markdown_font_size_list ul {
    position: absolute;
  	top: 1.75em;
    left: 15.25em;
    /*width: 6.75em;*/
    width: 7.75em;
    background: #F7F7F7;
    border: 1px solid #888888;
    font-size: 0.8em;
}
#markdown_font_size_list ul li {
  padding: 0;
}
#markdown_font_size_list a {
    display: block;
    padding: 0.25em 0.25em 0.25em 0.5em;
	/*width: 6em;*/
  width: 7em;
	background: url(/images/common/border_bottom.gif) repeat-x left bottom;
    text-decoration: none;
    color: #888888;
}

#markdown_font_size_list ul li.last a {
    background: none;
}

#markdown_font_size_list a:link {
    text-decoration: none;
}

#markdown_font_size_list a:hover{
    background: #FFFFFF;
	text-decoration: none;
    color: #111111;
}

ul#markdown_toolbar:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
ul#markdown_toolbar {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html ul#markdown_toolbar {
	height: 1%
}
ul#markdown_toolbar {
	display:block;
}
/* end MacIE5 */