/*Learn More*/
/*=============================================================================================*/
div.content-group ul#learn-more-nav {
    position:absolute;
    right:20px;
    z-index:100;
}

div.content-group ul#learn-more-nav li {
    float:left;
    background-position:left top;
}

/*Master Background Image*/
div.content-group ul#learn-more-nav li,
div.content-group ul#learn-more-nav li a,
div.content-group ul#learn-more-nav li a strong { background-image:url(../../../../../../../../Applenyhedder/2010/MacBookPro/macbook_pro_files/i/aos/family-learn-more-nav/bg-learn-more-nav-scale.png); background-repeat:no-repeat; }

div.content-group ul#learn-more-nav li a {
    float:left; /*Float instead of display:block to ensure proper width in IE6*/
    cursor:pointer;
    padding-left:7px;
	text-align:center;
    color:white;
    text-decoration:none;
}

div.content-group ul#learn-more-nav li a strong {
    float:left; /*Float instead of display:block to ensure proper width in IE6*/
    cursor:pointer;
    height:22px;
    padding:5px 13px 0 6px;
	font-weight:normal;
}

/* =Background Positions*/
    /*Left*/
    div.content-group ul#learn-more-nav li.left { padding-left:0; }
    div.content-group ul#learn-more-nav li.left a { background-position:-3px top; }
    div.content-group ul#learn-more-nav li.left a:hover,
    div.content-group ul#learn-more-nav li.left a.active { background-position:-3px -27px; }

    /*Center*/
    div.content-group ul#learn-more-nav li { padding-left:2px; }
    div.content-group ul#learn-more-nav li a,
    div.content-group ul#learn-more-nav li a strong { background-position:-7px top; }
    div.content-group ul#learn-more-nav li a:hover,
    div.content-group ul#learn-more-nav li a:hover strong,
    div.content-group ul#learn-more-nav li a.active,
    div.content-group ul#learn-more-nav li a.active strong { background-position:-7px -27px; }

    /*Right*/
    div.content-group ul#learn-more-nav li.right a strong { padding-right:16px; background-position:right top; }
    div.content-group ul#learn-more-nav li.right a:hover strong,
    div.content-group ul#learn-more-nav li.right a.active strong { background-position:right -27px; }

