div#content_header  {
	width: 799px;
	position: absolute;
	height: 237px;
	background-image: url(../images/banner/banner_home.gif);
	top: 147px;
    }
/* home */

body {
background-color: #ffffff;
}

html>body #home_mantle {
}
div#content_home_banner {
float: left;
width: 800px;
height: auto;
background: url(../i/bg_home_content.gif) top left repeat-y;
margin: 19px 0 0 0;
display: inline;
}

div.home_bug_desc {
float: left;
width: 154px;
}

img.home_thumb {
border: 1px solid #000000;
}

div#home_bug2 {
float: none;
width: 216px;
margin: 0 100px 0 10px;
display: inline;
}

div#home_bug2_brace {
float: left;
height: 140px;
background: url(../i/bg_home_bug2.gif) no-repeat;
}

div#home_bug2_search {
float: left;
width: 180px;
height: 44px;
margin: 42px 0 0 30px;
display: inline;
}

div#style_switcher {
float: left;
text-align: center;
width: 800px;
height: 20px;
color: #d8ffa4;
text-decoration: none;
font-size: 9px;
font-weight: bold;
margin: 0px 0 20px 0;
display: inline;
}

div#style_switcher a {
color: #d8ffa4;
text-decoration: none;
}

div#style_switcher a:hover {
color: #d8ffa4;
text-decoration: underline;
}

/* navigation */

div#menu {
background: url(../i/index_02.gif) top left no-repeat;
}

span.navtext {
display: none;
}

span.pipe {
display: none;
}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	position: absolute;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
	float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -100em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all but right side, as that is taken care of by the menu item link */
ul.MenuBarHorizontal ul
{
	border: 1px solid #E7E8E9;
}
/* Menu items are a light gray block with right border, padding, and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #E7E8E9;
	padding: 0.25em 0.50em;
	font: normal .85em verdana;
	color: #fff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #E7E8E9;
	color: #fff;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #E7E8E9;
	color: #fff;
	text-decoration: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Main menu items are set to use a background image for normal and hover states */
ul.MenuBarHorizontal a.MenuBarItemSubmenu_Start
{
	background-image: url(../images/navigation/index_02.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 48px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Start
{
	background-image: url(../images/navigation/index_02.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 48px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Languages
{
	background-image: url(../images/navigation/index_03.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 93px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Languages
{
	background-image: url(../images/navigation/index_03.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 93px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Gallery
{
	background-image: url(../images/navigation/index_04.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 137px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Gallery
{
	background-image: url(../images/navigation/index_04.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 137px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Treatment
{
	background-image: url(../images/navigation/index_05.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 175px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Treatment
{
	background-image: url(../images/navigation/index_05.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 175px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Prevention
{
	background-image: url(../images/navigation/index_06.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 85px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Prevention
{
	background-image: url(../images/navigation/index_06.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 85px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Case
{
	background-image: url(../images/navigation/index_07.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 95px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Case
{
	background-image: url(../images/navigation/index_07.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 95px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Glossary
{
	background-image: url(../images/navigation/index_08.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 122px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Glossary
{
	background-image: url(../images/navigation/index_08.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 122px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_End
{
	background-image: url(../images/navigation/index_09.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 44px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_End
{
	background-image: url(../images/navigation/index_09.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 44px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 0px;
}

span.hidden
{
	display: none;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
 d

