/**********************************************
  Tab Colors:
    Professional Development: #363b7f
    Teacher Resources: #4f2b4f
    Student Corner: #bd7111
    Library of Congress: #910a10

  Tab Text Class Attributes:
    font-family: Myriad, Arial;
    font-size: 12px;
    font-weight:bold;
    color:#ffffff;
    text-align: verticle middle

  Tab Submenu Links Class Attributes
    font-family: Century Gothic CE, Myriad, Arial;
    font-size: 12px;
    color: #000000;

  On Selected:
    font-weight: bold;
    color: ( pick the selected tab color code.)
    text-align: verticle middle

  Tabs
    height: 38 px
**********************************************/
/*
#tabs { 
    width: 700px;
    height: 76px;
}

#tabs ul  {
    line-height: 25px;
    vertical-align: middle;
}

#tabs ul li {
    height: 38px;
}

.submenu {
    list-style-type: none;
}

.submenu li {
    display: inline;
    padding-right: 30px;
}

.submenu li a {
    outline:none;
    text-decoration:none;
    font-family: Century Gothic CE, Myriad, Arial;
    font-size: 10px;
    color: #000000;
}

.submenu li a:hover {
    outline:none;
    text-decoration:none;
}*/

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}


.ui-tabs .ui-tabs-panel {
    font-size: 13px;
}


.ui-tabs .ui-tabs-nav li a {
    padding:0.5em 0.3em;
    font-family: Myriad, Arial;
    font-size: 13px;
    font-weight: bold;
}

/*
.ui-state-default, .ui-widget-content .ui-state-default {
    background:#020053 url(homepage-theme/images/ui-bg_highlight-hard_75_020053_1x100.png) repeat-x scroll 50% 50%;
    border: 0px solid #D3D3D3;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background:#020053 url(homepage-theme/images/ui-bg_highlight-hard_75_020053_1x100.png) repeat-x scroll 50% 50%;
    border: 0px solid #D3D3D3;
}


li#tab_1.ui-state-active, li#tab_1 .ui-widget-content .ui-state-active {
    background:#020053 url(homepage-theme/images/ui-bg_highlight-hard_75_020053_1x100.png) repeat-x scroll 50% 50%;
    padding: 3px;
    margin-top: -8px;
}

li#tab_2.ui-state-active, li#tab_2 .ui-widget-content .ui-state-active {
    background:#363b7f url(homepage-theme/images/ui-bg_highlight-hard_75_363b7f_1x100.png) repeat-x scroll 50% 50%;
    padding: 3px;
    margin-top: -8px;
}

li#tab_3.ui-state-active, li#tab_3 .ui-widget-content .ui-state-active {
    background:#4f2b4f url(homepage-theme/images/ui-bg_highlight-hard_75_4f2b4f_1x100.png) repeat-x scroll 50% 50%;
    padding: 3px;
    margin-top: -8px;
}

li#tab_4.ui-state-active, li#tab_4 .ui-widget-content .ui-state-active {
    background:#bd7111 url(homepage-theme/images/ui-bg_highlight-hard_75_bd7111_1x100.png) repeat-x scroll 50% 50%;
    padding: 3px;
    margin-top: -8px;
}

li#tab_5.ui-state-active, li#tab_5 .ui-widget-content .ui-state-active {
    background:#910a10 url(homepage-theme/images/ui-bg_highlight-hard_75_910a10_1x100.png) repeat-x scroll 50% 50%;
    padding: 3px;
    margin-top: -8px;
}


div .submenu a:hover {
    font-weight: bold;
}

div#tab1 .submenu a:hover {
    color: #020053;
}

div#tab2 .submenu a:hover {
    color: #829bb1;
}

div#tab3 .submenu a:hover {
    color: #b047bd;
}

div#tab4 .submenu a:hover {
    color: #e79b21;
}

div#tab5 .submenu a:hover {
    color: #b46060;
}
*/