
.horizMenu a
{
	text-decoration:none;
	padding: 3px;
	display:block;
	background: #FFFFFF;
	color: #000000;
}

.horizMenu a:hover
{
	text-decoration:underline;
	color: #000000;
}

.horizMenu
{
	background-color: #FFFFFF;
	background-image: url(/common/redesign08/images/menubkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: solid 1px #000000;
	border-top: 0px;
	z-index: 99999;
}
.vertMenu a
{
	text-decoration:none;
	padding: 3px;
	display:block;
}

.vertMenu a:hover
{
	text-decoration:underline;
	color: #000000;
}

.vertMenu
{
	border: solid 1px #CCC;
	color:#000000;
}

.vertMenuItem
{
	width: 90%;
}

.vertMenuItem a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.horizMenuName
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	
}

.horizMenuName a
{
	padding:0px 0px 0px 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.horizMenuName a:hover { text-decoration:underline; }
/*******************************************************************************

 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.hoverMenuHorizonal,
ul.MenuBarVertical
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	font-size:12px;
}

ul.hoverMenuHorizonal
{
    position:relative;
  	z-index:99999;
}
ul.refineSearch a
{
	text-decoration:none;
}
ul.refineSearch a:hover
{
	text-decoration:underline;
	color: #000000;
}
div.subcatrefine
{
	padding: 8px;
	background-color:#EEEEEE;
}
ul.refineSearch,
ul.refineSearch li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	font-size:12px;
	line-height:18px;
}

ul.refineSearch ul
{
	list-style-type: none;
	padding: 10px;
	background-color:#EEEEEE;
}

ul.MenuBarVertical
{

}
li.vertDefault,
ul.MenuBarVertical li
{
	background-image: url(/common/redesign08/images/leftnavbkg4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: solid 1px #CCC;
	background-color:#EEEEEE;
	border-top:solid 1px #FFF;
	padding:0px;
	height:36px;
	margin:0px;
}
ul.MenuBarVertical li div
{
	cursor:pointer;
	padding: 8px;
	font-weight:bold;
	margin:0px;
}
.bordermask { width:1px;overflow:hidden;left:-2px;top:11px;height:14px;position:absolute;border-left:solid 2px #FFF; }
/* Menu item containers, position children relative to this container and are a fixed width */
ul.hoverMenuHorizonal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	white-space:nowrap;
}
/* 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) */
.horizMenu,
.vertMenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	display: none;
}

.vertMenuItem a:hover
{
	text-decoration:underline;
}
.vertMenu table
{
	background-color:#FFF;
}
.horizMenuHover
{
	background-color:#333333;
}
.vertMenuHover
{
	background-color:#FFFFFF;
	background-image:none;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/* Menu items are a light gray block with padding and no text decoration */
.horizMenuName
{
	display: block;
	cursor: pointer;
	padding: 5px;
}

/* 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.hoverMenuHorizonal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

