.explore {
overflow:hidden;
}
.explore h2 {
padding:7px 0;
font-size:22px;
}
.explore ul {
border:1px solid #ccc;
font-size:12px;
position: relative;
min-height:116px;
}
.explore ul .tab {
display:block;
width:183px;
height:30px;
line-height:30px;
font-weight:bold;
padding:0 30px;
background:#ebf2f8;
cursor: pointer;
}
.explore li.active .tab, .explore li:hover .tab{
color: #002150;
}
.explore li.active .tab {
background-color:white;
}
.explore li .tab:hover {
background-color:#cfe3f4;
}
.explore .choice {
position:absolute;
right:30px;
top:10px;
display:none;
width:415px;
}
.explore .choice h2 {
font-size:19px;
color:#002150;
}
.explore .find-alumni {
margin-top:12px;
}
.explore .find-alumni select {
width:230px;
}
.find-alumni label {
text-transform:uppercase;
font-weight:bold;
display:block;
line-height:1em;
}
.find-alumni select {
width:166px;
text-transform:none;
font-weight:normal;
font-family:arial, helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#505050;
border:1px solid #ccc;
}
.find-alumni div.select {
display:inline-block;
*display: inline;
zoom: 1;
}
.find-alumni select option.bold {
font-weight:bold;
}
.find-alumni .find-button {
vertical-align:top;
margin:-5px 0 0 10px;
display:inline-block;
}
