@charset "UTF-8";
/* CSS Document */

.applemenu{
width: 194px; /*width of menu*/
border-top-width:1px;
border-top-style:solid;
border-top-color:#c1c1c1;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#c1c1c1;
}

.applemenu div.silverheader{
background:none;
font-weight:bold;
font-size:14px;
color:#666666;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
cursor:pointer;
text-align:left;
padding-bottom:10px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
}

.applemenu div.silverheader:hover{
background-color:#FFFFFF;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color:#0E2978;
}

.applemenu div.selected, .applemenu div.silverheader:hover{
color:#0E2978;
font-weight:bold;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
position:relative;
top:0px;
left:0px;
width:178px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
border-top-color:#c1c1c1;
border-top-style:solid;
border-top-width:1px;
padding-top:15px;
padding-bottom:10px;
padding-left:10px;
padding-right:6px;
background-color:#c8c8bc;
background-image:url(images/customerNavBkg.jpg);
background-position:top left;
background-repeat:repeat-x;
/* IE6 fix ------------- */
_width:184px;
_padding-right:0px;
_background-image:none;
_background-color:#d7d8ca;
}