/* Links - inherits default list style */

#center ul.links li a, #center #center ul.links li a:hover {
    text-decoration:none;}
    
#center ul.links li span.top, #center ul.links span.bottom {
    background:transparent url(/images/link_top_right_bg.png) no-repeat top right;}
    
    #center ul.links li span.bottom {
        background:transparent url(/images/link_bottom_right_bg.png) no-repeat top right;}

    #center ul.links li span.top span, #center ul.links li span.bottom span {
        background:transparent url(/images/link_top_left_bg.png) no-repeat 0 top ;}
        
        #center ul.links li span.bottom span {
            background:transparent url(/images/link_bottom_left_bg.png) no-repeat 0 top;}
    
#center ul.links li span.boxContent {
    background:#fff url(/images/link_bg.png) repeat-y top left;}
        
    #center ul.links li .boxContent img {
        float:right;
        margin:1em;
        /*border:1px solid #57491a;*/}
        
    #center ul.links li span.name {
        display:block;
        font-size:1.3em;
        color:#6d5f2e;
        font-weight:bold;
        text-transform:uppercase;}
            
    #center ul.links li span.url {
        display:block;
        clear:left;
        font-size:1.3em;
        color:#44889b;
        font-weight:bold;}
        
    #center ul.links li span.description {
        display:block;
        margin:1em 0 0 0;
        color:#57491a;}


    /* HOVER */
    #center ul.links li a:hover span.top {
        background-image:url(/images/link_top_right_bg.png);}
        
    #center ul.links li a:hover span.top span {
        background-image:url(/images/link_top_left_bg.png);}
        
    #center ul.links li a:hover span.content span.name {
        color:#51451a;}
        
    #center ul.links li a:hover span.boxContent {
        background-color:#fff;}
        
    #center ul.links li a:hover span.content span.url {
        color:#286471;}
    
    #center ul.links li a:hover span.bottom {
        background-image:url(/images/link_bottom_right_bg.png);}
        
    #center ul.links li a:hover span.bottom span {
        background-image:url(/images/link_bottom_left_bg.png);}

                       
           
/* End Links */
