﻿/*Start Css for animated collapse (only Main pages) */
.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(../images/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #757007;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
text-align:left;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #757007;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
width: 153px;
text-align:left;                        
background: white;
padding: 1px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/*End Css for animated collapse (only Main pages) */


/*Start Css for animated collapse (MyAccount Side) */
.applemenu1{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/

}

.applemenu1 div.silverheader1 a{
background: black url(../images/silvergradient1.gif) repeat-x center left;
font-family: Verdana;
font-size: 11px;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
text-align:left;
border-bottom-width: 1px;
border-bottom-style:dotted;
border-bottom-color: #CCCCCC;}


.applemenu1 div.silverheader1 a:visited, .applemenu1 div.silverheader1 a:active{
color: #000000;
}


.applemenu1 div.selected a, .applemenu1 div.silverheader1 a:hover{
background-image: url(../images/silvergradientover1.gif);
color: #000000;
}

.applemenu1 div.submenu{ /*DIV that contains each sub menu*/
width: 100%;
text-align:left;                        
background: #000000;
padding: 0px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/*End Css for animated collapse (Admin Side) */
