.BrandLink a
{
	font-family:Verdana; 
	font-size:13px; 
	color:White;
	text-decoration:none;
}

.BrandLink a:hover
{
	text-decoration:underline;
}
.IconNavBarTable
{
	font-family:Verdana;
	margin-bottom:0px;
	width:990px;
	border:0px solid red;
	font-size:11px;
}
.IconNavBarTable td
{
	padding:1px;
	border-bottom:2px solid #999999;
	border-right:0px solid black;
	font-size:11px;
}
.IconNavBarTable td a
{
	font-size:11px;
}
.WelcomeLabel
{
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
}
.LoginLink
{
	font-size:12px;
	padding-left:5px;
	text-decoration:underline;
}
.IconBarLink
{
	color:#666666;
	font-size:12px;	
	top:-4px;
	text-decoration:none;
}
.IconBarLink:hover
{
	text-decoration:underline;
}

/*style the outer div to give it width*/
.horizHdrMenu
{
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	width: 100%;
}
/*remove all the bullets, borders and padding from the default list styling*/
.horizHdrMenu UL
{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	list-style-type: none;
	height: 19px;
	background: transparent;
}
/*style the sub-level lists*/
.horizHdrMenu UL UL
{
	width: 110px;
	margin-top: -8px;
}
/*float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon*/
.horizHdrMenu UL LI
{
	float: left;
	height: 23px;
	text-align:center;
	color: White;
	line-height: 23px;
	display: block;
	margin-right: 0px;
}
/*style the sub level list items*/
.horizHdrMenu UL UL LI
{
	display: block;
	color: Black;
	width: auto;
	margin-left: 0px;
	/*[empty]margin-top:;*/
}
.horizHdrMenu A, .horizHdrMenu A:visited
{
	display: block;
	float: left;
	font-size: 13px;
	color: White;
	text-align: left;
	vertical-align:middle;
	text-decoration: none;
}
/*hack IE5.x to get the correct the faulty box model and get the width right*/
* HTML .horizHdrMenu A, * HTML .horizHdrMenu A:visited
{
}
/*style the sub level links*/
.horizHdrMenu UL A:hover, .horizHdrMenu UL A:visited A:hover
{
	visibility: visible;
}

.horizHdrMenu UL UL A, .horizHdrMenu UL UL A:visited
{
	display: block;
	font-size: 12px;
	color: #FFF;
	/*width: 110px;*/
	height: 16px;
	line-height: 19px;
	padding: 5px 0px 5px 10px;
}

.menuLink
{
	background:  transparent url(/images/spacer.gif) no-repeat 30px 0;
}

.horizHdrMenu UL UL LI A, .horizHdrMenu UL UL LI A:visited
{
	height: 16px;
	font-size: 12px;
	line-height: 19px;
	font-weight:normal;
	padding: 5px 0px 5px 10px;
}

* HTML .horizHdrMenu UL LI UL LI A, * HTML .horizHdrMenu UL UL A:visited
{
	text-decoration:underline;
}
/*style the table so that it takes no part in the layout - required for IE to work*/
.horizHdrMenu TABLE
{
	border-collapse: collapse;
	padding: 0px;
	margin: -1px;
	width: 0px;
	height: 0px;
	font-size: 1em;
	z-index: 1;
}
/*style the third level background
style the level hovers
first*/
* HTML .horizHdrMenu A:hover
{
}
.horizHdrMenu LI:hover
{
	visibility: visible;
	position: relative;
}
/*second*/
* HTML .horizHdrMenu UL UL A:hover
{
}
.horizHdrMenu UL :hover A, .horizHdrMenu UL :hover A:visited
{
	visibility: visible;
	color: White;
	z-index: 110;
	height: 100%;
}
/*.menuLink:hover, .menuLink :hover:visited
{
	background: #c3dcf2;
}*/

.horizHdrMenu UL UL :hover A,.horizHdrMenu UL UL :hover A:visited
{
	visibility: visible;
	font-size: 12px;
	color: White;
	text-decoration:underline;
	z-index: 110;
	height: 100%;
}

/*.menuLink: hover, .menuLink: hover:visited
{
	background: #c3dcf2;
}*/

.horizHdrMenu UL LI UL LI UL LI:hover A,.horizHdrMenu UL LI UL LI UL LI :hover A:visited
{
	text-decoration:underline;
	visibility: visible;
	z-index: 113;
}
/*hide the sub levels and give them a positon absolute so that they take up no room*/
.horizHdrMenu UL UL
{
	visibility: hidden;
	position: absolute;
	height: 16px;
	top: 32px;
	left: 0px;
	width: 100px;
}
/*make the second level visible when hover on first level list OR link*/
.horizHdrMenu UL :hover .subone
{
	visibility: visible;
	height: auto;
	background:  transparent url(/images/spacer.gif) no-repeat 30px 0;
	left: 0px;
	line-height: 19px;
	z-index: 115;
}
.horizHdrMenu UL :hover .subtwo
{
	left: 0px;
}
.horizHdrMenu UL :hover .subthree
{
	left: 110px;
}
.horizHdrMenu UL :hover .subfour
{
	left: 220px;
}
.horizHdrMenu UL :hover .subfive
{
	left: 510px;
}.horizHdrMenu UL :hover .subalone
{
	background: #c3dcf2;
	left: -35px;
}
.horizHdrMenu UL :hover .subOfficeSupply
{
    visibility: visible;
	height: auto;
	background:  transparent url(/images/spacer.gif) no-repeat 30px 0;
	line-height: 19px;
	z-index: 115;
	left: -60px;
}
.subtwo LI
{

}

.filler LI:hover
{
	background: #c3dcf2;
	z-index: 113;
}

