#industries_linkbox
{
    background-color:           transparent;
    background-repeat:          no-repeat;
    background-position:        bottom;
    padding-left:               6px;
    width:                      100%;
    height:                     520px;
}

a.industries_link_single
{
    color:                      #068744;
    background-color:           white;
    font-size:                  12px;
    text-decoration:            none;
    background-image:           url(../images/btn_active.gif);
    background-position:        12px 9px;
    background-repeat:          no-repeat;
    padding:                    6px 10px 6px 32px;
    margin:                     0;
    margin-top:                 3px;
    display:                    block;
		border:                     1px solid #D5D8DF;
		overflow:                   hidden;
}

a.industries_link_single:hover
{
    background-color:           #E6F3EC;
}

span.industries_link_extended,
a.industries_link_extended
{
    color:                      #068744;
    background-color:           white;
    font-size:                  12px;
    text-decoration:            none;
    background-image:           url(../images/btn_active.gif);
    background-position:        12px 9px;
    background-repeat:          no-repeat;
    padding:                    6px 10px 6px 32px;
    margin:                     0;
    margin-top:                 3px;
    display:                    block;
		border:                     1px solid #D5D8DF;
		border-bottom:              0;
  	overflow:                   hidden;
}

a.industries_link_extended:hover
{
    background-color:           #E6F3EC;
}


a.industries_link_sub
{
    color:                      #647786;
    background-color:           white;
    font-size:                  12px;
    text-decoration:            none;
    background-image:           url(../images/icon_link.gif);
    background-position:        15px 11px;
    background-repeat:          no-repeat;
    padding:                    6px 10px 6px 32px;
    margin:                     0;
    display:                    block;
  	overflow:                   hidden;
}

a.industries_link_sub:hover
{
    background-color:           #E6F3EC;
}

#industries_list
{
    list-style-type:            none;
    list-style-position:        inside;
    padding:                    0;
    padding-left:               2%;
    margin:                     0;
		float:                      left;
		width:                      40%;
}

#industries_list ul
{
    list-style-type:            none;
    list-style-position:        inside;
		margin:                     0;
    padding:                    0;
		border:                     1px solid #D5D8DF;
		border-top:                 1px dotted #D5D8DF;
}
