@charset "UTF-8";
/*******************************************************************************

	MenuBar Button Width

 *******************************************************************************/
 
#compressionGarmentsBtn {
	width: 137px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#shapewearBtn {
	width: 87px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#brasBtn {
	width: 99px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#girdlesBtn {
	width: 111px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#hoiseryBtn {
	width: 103px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#scarBtn {
	width: 96px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#recoveryBtn {
	width: 90px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
#mastectomyBtn {
	width: 135px;
}
#maternityBtn {
	width: 87px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5a5d4;
}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
}
/* 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;
	position: relative;
	cursor: pointer;
	float: left;
	width: auto;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D0EF;
	border-bottom-color: #D9D0EF;
	border-left-color: #D9D0EF;
}
ul.MenuBarHorizontal ul li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	width:100%;
	white-space: nowrap;
}
/* 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;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li a {
	display: block;
	cursor: pointer;
	color: #181566;
	padding-top: 12px;
	height: 23px;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	text-decoration: none;
	background-image: url(/v/vspfiles/templates/ContourMD/images/template/menubar-btn-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
ul.MenuBarHorizontal li li a {
	display: block;
	cursor: pointer;
	color: #181566;
	text-decoration: none;
	height: 19px;
	font-size: 11px;
	line-height: 11px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-color: #F7EEFF;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D0EF;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal li a:hover, ul.MenuBarHorizontal li a:focus {
	color: #FFF;
	background-image: url(/v/vspfiles/templates/ContourMD/images/template/menubar-btn-bkg-ovr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* Menu items that are open with submenus are set to MenuBarItemHover */
ul.MenuBarHorizontal li a.MenuBarItemHover, ul.MenuBarHorizontal li a.MenuBarSubmenuVisible {
	color: #FFF;
	background-image: url(/v/vspfiles/templates/ContourMD/images/template/menubar-btn-bkg-ovr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*******************************************************************************

 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;
 filter:alpha(opacity:0.1);
}
/* 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-image: url(/v/vspfiles/templates/ContourMD/images/template/menubar-btn-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
}

