@charset "utf-8";
/* CSS Document */

#program-levels {
padding: 10px 15px;
}

#program-levels #tabs {
border-bottom: 1px solid #009;
padding-bottom: 29px;
}


#program-levels #tabs a {
background: #fff url(../images/partners/tab-down.gif) left top no-repeat;
display: block;
float: left;
height: 30px;
line-height: 30px;
padding: 0 16px 0 10px;
text-align: center;
width: 79px;
}

#program-levels #tabs a.selected {
background: #fff url(../images/partners/tab-up.gif) left top no-repeat;
}

#program-levels #description {
clear: both;
padding: 15px;
}

#program-levels p {
padding-left: 0;
padding-right: 0;
}