/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/

/* Theming the menu */

ul#nav li ul li a {
    font-weight: normal;
    padding:4px 15px;
    font-size: 13px;
    font-family: Trebuchet MS;
    text-decoration:none;
    color:#fff;
    border-right: none;
    border-bottom: none;
    height: 17px;
    background:#0099cc;
    z-index: 9999;
    opacity:0.85;
}

ul#nav li ul li a:hover
,ul#nav li ul lili a:focus {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    background:#027fa8;
    z-index: 9999;
    opacity:1;
}

ul#nav {
    border-top:1px solid #b1b1b1;
    margin-top:-1px;
}





ul#nav li a {
    font-weight: bold;
    padding:10px 15px;
    font-size: 14px;
    font-family: Trebuchet MS;
    text-decoration:none;
    color:#666666;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    height: 14px;
    background-image: url('/Content/styles/default/images/masterPageNavigationBarBackgroundImage.png');
    z-index: 9999;
    /*opacity:0.5;*/
}

ul#nav li a:hover
,ul#nav li a:focus {
    font-weight: bold;
    color: #111111;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    background-image: url('/Content/styles/default/images/masterPageNavigationBarBackgroundImage_hover.jpg');
}

ul#nav ul ul {
    border-top:1px solid #b1b1b1;
    margin-top:-1px;
}

div.sf-arrow {
    top:18px;
    right:0;
}

ul ul div.sf-arrow {
    right:12px;
    top:16px;
}




ul#nav li#favorites a {
    font-weight: bold;
    padding:9px 10px;
    font-size: 14px;
    font-family: Trebuchet MS;
    text-decoration:none;
    color:#666666;
    border-right: none;
    border-bottom: none;
    height: 15px;
    /*background-image:none;*/
    z-index: 9999;
    /*background-image: url('/Content/styles/default/images/adoption-favourites-button.png');
    background-repeat:no-repeat;
    margin-top: 5px;*/
    margin-right: 10px;
}

ul#nav li#favorites a:hover
,ul#nav li#favorites a:focus {
    font-weight: bold;
    padding:4px 10px;
    color: #111111;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    height: 15px;
    background-image: url('/Content/styles/default/images/adoption-favourites-button.png');
    background-repeat:no-repeat;
    margin-top: 5px;
    margin-right: 10px;
}
