/* CSS Document */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
font-family: verdana;
font-size: 1.2em;
margin: 0;
margin-bottom: 0;
padding-left: 0;
float: left;
font-weight: bold;
width: 60%;
border: 1px solid #999999;
border-width: 1px 0 0 0;
background:    url(underline-menu-grey-fade.jpg) top repeat-x;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #333333;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background:    url(menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

#underlinemenu2{
margin: 0;
padding: 0;
}

#underlinemenu2 ul{
font-family: verdana;
font-size: 1.2em;
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 40%;
border: 1px solid #999999;
border-width: 1px 0 0 0;
background:    url(underline-menu2-blue-fade.jpg) top repeat-x;
}

* html #underlinemenu2 ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu2 ul li{
display: inline;
}


#underlinemenu2 ul li a{
float: right;
color: #333333;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background:    url(menudivide.gif) top right repeat-y;
}

#underlinemenu2 ul li a:hover{
color: black;
background-color: #E3F1FF;
border-bottom: 4px solid #99CCFF;
padding-bottom: 0;
}

#underlinebg {
font-family: verdana;
font-size: 1em;
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #999999;
border-width: 1px 0 0 0;
background:    url(underline-menu-grey-fade.jpg) top repeat-x;
}

#checkoutcart ul{
font-family: verdana;
font-size: 1.1em;
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #999999;
border-width: 1px 0 0 0;
background:    url(checkout-bg.jpg) top repeat-x;
}

* html #checkoutcart ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#checkoutcart ul li{
display: inline;
}


#checkoutcart ul li a{
float: right;
color: #333333;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background:    url(menudivide.gif) top right repeat-y;
}

#checkoutcart ul li a:hover{
color: black;
background-color: #99FF66;
border-bottom: 4px solid #009900;
padding-bottom: 0;
}

#crumbtrail {
font-family: verdana;
font-size: .8em;
margin: 0px;
margin-bottom: .4em;
padding-left: 6px;
padding-bottom: 2px;
float: left;
width: 100%;
border: 1px solid #999999;
border-width: 1px 0;
}

#crumbtrail a:hover {
background-color: #E3F1FF;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px arial;
color: white;
background: black url(title-bar.gif) repeat-x center left;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
font-family: verdana;
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background:    url(arrow-bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
border-right: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #666666;
background-color: #E3F1FF;
}

#underlinemenufooter{
margin: 0;
padding: 0;
}

#underlinemenufooter ul{
font-family: verdana;
font-size: 1.2em;
margin: 0;
margin-bottom: 0;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #999999;
border-width: 1px 0 0 0;
background:    url(underline-menu-footer-fade.jpg) top repeat-x;
}

* html #underlinemenufooter ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenufooter ul li{
display: inline;
}


#underlinemenufooter ul li a{
float: right;
color: #333333;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background:    url(menudivide.gif) top right repeat-y;
}

#underlinemenufooter ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}	

.footerpcc {
width: 100%;
font-family: arial;
font-style: bold;
font-size: 12px;
}

.footerpcc a:link {
font-decoration: none;
font-color: #000000;
font-size: 12px;
}

.footerpcc a:hover {
font-decoration: none;
font-color: #000000;
font-size: 12px;
}

.footerpcc a:visited {
font-decoration: none;
font-color: #000000;
font-size: 12px;
}

