/* Firefox Dotted Outline Fix */
a:active
{ 
    outline: none;
}

/* Firefox Dotted Outline Fix */
a:focus
{ 
    -moz-outline-style: none;
}

/* Menu Body */
ul#menu
{ 
    height: 20px;
    list-style: none;
    margin: 0 5px 5px 0;
    padding: 0;
    border-left: 1px solid #909291;
}

/* Float LI Elements - horizontal display */
ul#menu li
{ 
    float: left;
    border-right: 1px solid #909291;
}

/* Link - common attributes */
ul#menu li a
{
    display: block;
    height: 20px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

/* Span (on hover) - common attributes */
ul#menu li a span
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

/* Span (on hover) - display pointer */
ul#menu li a span:hover
{ 
    cursor: pointer;
}

ul#menu li a.home
{ 
    width: 69px;
    background: url('../images/buttons/home_tab.jpg') no-repeat scroll bottom left; background-position: 5px -3px;
}

ul#menu li a.home:hover
{
    background-position: 5px -28px;
}

ul#menu li a.store_selected
{
    width: 72px;
    background: url('../images/buttons/store_tab.jpg') no-repeat scroll bottom left; background-position: 4px -28px;
}

ul#menu li a.blog
{
    width: 64px;
    background: url('../images/buttons/blog_tab.jpg') no-repeat scroll bottom left; background-position: 4px -3px;
}

ul#menu li a.blog:hover
{
    background-position: 4px -28px;
}

ul#menu li a.artists
{
    width: 86px;
    background: url('../images/buttons/artists_tab.jpg') no-repeat scroll bottom left; background-position: 4px -3px;
}

ul#menu li a.artists:hover
{
    background-position: 4px -28px;
}

ul#menu li a.about
{
    width: 80px;
    background: url('../images/buttons/about_tab.jpg') no-repeat scroll bottom left; background-position: 4px -3px;
}

ul#menu li a.about:hover
{
    background-position: 4px -28px;
}

ul#menu li a.submit
{
    width: 77px;
    background: url('../images/buttons/submit_tab.jpg') no-repeat scroll bottom left; background-position: 7px -3px;
}

ul#menu li a.submit:hover
{
    background-position: 7px -28px;
}

ul#menu li a.remix
{
    width: 77px;
    background: url('../images/buttons/remix_tab.jpg') no-repeat scroll bottom left; background-position: 5px -3px;
}

ul#menu li a.remix:hover
{
    background-position: 5px -28px;
}

ul#menu li a.cart
{
    width: 66px;
    background: url('../images/buttons/cart_tab.jpg') no-repeat scroll bottom left; background-position: 6px -3px;
    /*margin-left: 117px;*/
    margin-left: 272px;
    border-left: 1px solid #909291;
}

ul#menu li a.cart:hover
{
    background-position: 6px -28px;
}

ul#menu li a.checkout
{
    width: 107px;
    background: url('../images/buttons/checkout_tab.jpg') no-repeat scroll bottom left; background-position: 3px -3px;
}

ul#menu li a.checkout:hover
{
    background-position: 3px -28px;
}

#footer
{
    background-image: url('../images/backgrounds/footer-bg.jpg');
    background-repeat: repeat-x;
    padding: 0px 10px;
    text-align: left;
}



