/****************
*** MAIN MENU ***
****************/
#menu_list {
    position: relative;
    top: -50px;
	width: 150px;
	list-style: none;
  line-height: 1;
}

#menu_list td {
	height: 58px;
	width: 150px;
    background-repeat: no-repeat;
}

#menu_header {
    height: 30px;
    background-image: url(header.png);
    background-position: bottom right;
}

#menu_header.above-selected {
    background-image: url(header-a.png);
}

#menu_footer {
    height: 30px;
    background-image: url(footer.png);
    background-position: top right;
}

#menu_footer.below-selected {
    background-image: url(footer-b.png);
}

#menu_list a {
    display: block;
    height: 43px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 15px;
    background-position: top right;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#menu_list td.ns-tab-u a {
    background-image: url(ns-tab-u.png);
}

#menu_list td.ns-tab-u-a a {
    background-image: url(ns-tab-u-a.png);
}

#menu_list td.ns-tab-l-a a {
    background-image: url(ns-tab-l-a.png);
}
#menu_list td.s-tab a {
    background-image: url(s-tab.png);
}

#menu_list td.ns-tab-l-b a {
    background-image: url(ns-tab-l-b.png);
}

#menu_list td.ns-tab-l a {
    background-image: url(ns-tab-l.png);
}

#menuitem_mathbasics a,
#menuitem_ubersmart a {
    height: 51px;
    padding-top: 7px;
 }

/***************************
*** About UberSmart Menu ***
***************************/
#about-menu {
    margin: auto auto;
    width: 80%;
    text-align: center;
    margin-bottom: 12px;
}

#about-menu a {
  font-size: 60%;
  font-weight: bold;
}

