.BrandLink a
{
    font-family: Verdana;
    font-size: 13px;
    color: White;
    text-decoration: none;
}

.BrandLink a:hover
{
    text-decoration: underline;
}
.IconNavBarTable
{
    margin-bottom: 15px;
    width: 1000px;
}
.IconNavBarTable td
{
    padding: 3px 1px 1px 1px;
    border-bottom: 2px solid #999999;
    border-right: 0px solid black;
}
.WelcomeLabel
{
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
}
.LoginLink
{
    font-size: 11px;
    padding-left: 5px;
}
.IconBarLink
{
    color: #3D3D3D;
    font-size: 11px; /*position:relative;*/
    top: -4px;
    text-decoration: none;
}
.IconBarLink:hover
{
    text-decoration: underline;
}
.IconBarLink2
{
    color: #3D3D3D;
    font-size: 11px;
    position: relative;
    text-decoration: none;
}
.IconBarLink2:hover
{
    text-decoration: underline;
}
.GreenHeader
{
    color: #14710C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
}


/*style the outer div to give it width*/
.horizHdrMenu
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 41px;
    padding: 0px;
    width: 582px;
}
/*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: 41px;
    background: transparent;
}
/*style the sub-level lists*/
.horizHdrMenu UL UL
{
    width: 110px; /*margin-top: -8px;*/
}

/*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: 24px;
    z-index: 115;
    position: absolute;
    top: 40px;
}
/*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: 41px;
    text-align: left;
    vertical-align: middle;
    color: #3D3D3D;
    line-height: 41px;
    display: block;
    margin-right: 0px;
}
.horizHdrMenu UL : hover LI
{
    float: left;
    height: 41px;
    text-align: center;
    vertical-align: middle;
    color: White;
    line-height: 42px;
    display: block;
    margin-right: 0px;
    background-repeat: repeat-x;
}


/*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, horizHdrMenu img
{
    display: block;
    font-size: 13px;
    color: #3D3D3D;
    text-align: left;
    text-align: center;
    text-decoration: none;
}

.horizHdrMenu A:hover
{
    display: block;
    font-size: 13px;
    color: Black;
    text-align: center;
    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: 13px;
    color: #3D3D3D;
    text-align: left; /*width: 110px;*/
    height: 16px;
    line-height: 19px;
    padding: 5px 0px 5px 10px;
}



.horizHdrMenu UL UL LI A, .horizHdrMenu UL UL LI A:visited
{
    height: 41px;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    text-align: left;
    color: #3D3D3D;
}

* HTML .horizHdrMenu UL LI UL LI A, * HTML .horizHdrMenu UL UL A:visited
{
    text-decoration: none;
    font-size: 13px;
    color: #3D3D3D;
    text-align: left;
}
/*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: 0px;
    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
{
    text-decoration: undeline;
    color: #155914;
    font-size: 13px;
    text-align: left;
}
.horizHdrMenu UL :hover A, .horizHdrMenu UL :hover A:visited
{
    visibility: visible;
    color: #3D3D3D;
    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: 13px;
    color: #3D3D3D;
    text-align: left;
    text-decoration: none;
    z-index: 110;
    height: 100%;
}

/*.menuLink: hover, .menuLink: hover:visited
{
	background: #c3dcf2;
}*/
.horizHdrMenu UL LI UL LI UL LI :hover A:visited
{
    text-decoration: none;
    color: #3D3D3D;
    font-size: 13px;
    text-align: left;
    z-index: 113;
}


.horizHdrMenu UL LI UL LI div div:hover A, .horizHdrMenu UL LI UL LI div div:hover A
{
    text-decoration: underline;
    color: #186E38;
    font-size: 13px;
    text-align: left;
    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;
}

.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;
}
.subtwo LI
{
}

.filler LI:hover
{
    background: #c3dcf2;
    z-index: 113;
}

.linkLaser_taboff
{
    background-image: url(/images/header/menu-LaserToner-tab-off.gif);
    width: 213;
    height: 41;
}

.linkInkjet_taboff
{
    background-image: url(/images/header/menu-InkJet-tab-off.gif);
    width: 201;
    height: 41;
}

.linkPaper_taboff
{
    background-image: url(/images/header/menu-Paper-tab-off.gif);
    width: 168;
    height: 41;
    padding: 0;
    border: 0;
}

.linkLaser_tabon
{
    background-image: url(/images/header/menu-LaserToner-tab-on.gif);
    width: 213;
    height: 41;
}

.linkInkjet_tabon
{
    background-image: url(/images/header/menu-InkJet-tab-on.gif);
    width: 201;
    height: 41;
}

.linkPaper_tabon
{
    background-image: url(/images/header/menu-Paper-tab-on.gif);
    width: 168;
    height: 41;
}

/*=======================================================================================================================*/
#nav
{
    float: left;
    list-style: none;
    line-height: 1;
    font-weight: bold;
    padding: 0px; /*border: solid #0364ba;*/
    border-width: 0px 0;
    background-image: url(/images/header/menu-middle.gif);
    background-repeat: repeat-x;
    width: 700px;
    height: 42px;
}

#nav ul
{
    float: left;
    list-style: none;
    line-height: 1;
    font-weight: bold;
    padding: 0px;
    border: solid #E2E2E2;
    border-width: 0px 0;
    width: 700px;
    margin-top: 3px;
    margin-left: 0px;
}

#nav a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 1em 3.3em 1em 3.2em;
    cursor: default;
}

#nav li li a
{
    padding: 0.25em 1em;
    color: #666;
    cursor: pointer;
}

/*
#nav a.daddy {
	background: url(/images//images/rightarrow2.gif) center right no-repeat;
}*/

#nav li
{
    float: left;
    padding-top: 0px;
    padding-bottom: 0px; /*border-right-width: 1px; 	border-right-style: solid; 	border-right-color: #FFFFFF;*/
    background: url(/images/header/menu-divider.gif) center right no-repeat;
}

#nav li li
{
    padding-top: 0px;
    padding-bottom: 0px;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    width: 300px; /*width*/
    font-weight: normal;
    border-width: 2px;
    margin: 0px 0px 0px 0px;
}

#nav li li
{
    padding-right: 0em;
    width: 150px; /*width*/
}

#nav li ul a
{
    white-space: nowrap;
}

#nav li ul ul
{
    margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
}


#nav li:hover, #nav li.sfhover
{
    background-image: url(/images/header/selection-mid.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #002E19;
    background-color: #FFF;
}

#nav li a:hover
{
    color: #002E19;
    background-color: #FFF;
}

#nav li li a:hover
{
    color: #002E19;
    text-decoration: underline;
}

#nav li li
{
    background: #FFF;
}

#nav li li:hover, #nav li li.sfhover
{
    /*background: #F6F6F6;*/
    color: #000;
    font-weight: bold; /*background-image: url(/images/menubghover.gif); 	background-repeat: repeat-x;*/
}

.clsClearance
{
    cursor:hand;
    /*background-color:#B70E25;*/
}

.clsInClearance
{
    cursor:hand;
    background-color:#B70E25;
    color:fff;
}
/*=======================================================================================================================*/
