ul.yellow_list {
    padding: 0px;
    margin: 0px;
}
div#all ul.yellow_list li {
    list-style-image: none;
    background-image: url(http://www.worldatlas.com/webimage/countrys/images/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px -24px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 25px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin: 0px;
    margin-bottom: 3px;
    height: 14px;
}
div#all ul.yellow_list li:hover {
    background-image: url(http://www.worldatlas.com/webimage/countrys/images/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
div#all ul.yellow_list li a {
    display: block;
    margin-bottom: 0px;
}
div#all ul.yellow_list li a:hover {
    color: #02028a;
}
div.linkbox
{
    width: 170px;
    height: 73px;
    padding: 5px;
    float: left;
    margin-right: 20px;
    background-image: url(http://www.worldatlas.com/webimage/countrys/images/gradient.png);
    background-position: 0px 34px;
    background-repeat: repeat-x;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #BBB;
    cursor: pointer;

}
div.linkbox:hover
{
    background-position: 0px 25px;
    /*border-top: 1px solid #FFF*/;
}
div.linkbox a
{
    position:absolute;
    display: inline-block;
    width:170px;
    height:73px;
}
div.linkbox p
{
    margin: 0px;
    padding: 3px 0px;
}
div#all div a.no_hover:hover { color: #d82122;}
div.linkbox p img
{
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}
