/* bottom page code */
.bot_menu_text {
    font-family: verdana, sans-serif;
	font-size: 11px;
    background: #e6e6e6;
}

/* Pyramid */
#navPyra {
    margin: 0;
    padding: 0 0 20px 10px;
}

#navPyra li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 12px 6px 12px;
    text-decoration: none;
    color: #003399;
}

#navPyra a:hover {
    color: #0066CC;
    background: url(../_imagez/menupyramid.gif) no-repeat bottom center;
}

/* conventions code */
.menu_text_con {
    font-family: verdana, sans-serif;
	font-size: 12px;
    background: #e6e6e6;
}

/* Pyramid */
#navPyra_conventions {
    margin: 0;
    padding: 0 0 0 40px;
}

#navPyra_conventions li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#navPyra_conventions a:link, #navPyra_conventions a:visited {
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 0 12px 6px 12px;
    text-decoration: none;
    color: #003399;
}

#navPyra_conventions a:hover {
    color: #0066CC;
    background: url(../_imagez/menupyramid.gif) no-repeat bottom center;
}