﻿
/* top menu */
.primarynav a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    width: 93px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    float: left;
    text-align:center;
    border-right: 1px dotted #F04BAA;
}

.topmenu
{
    color: #000000;
}

.topmenu:hover
{
    color: #1DBAEA;
}

.topmenu_selected
{
    color: #1DBAEA;
}

/* sub menu */

.subnav a
{
    text-decoration: none;
    display: block;
    width: 180px;
    padding-bottom: 10px;
    font-weight: bold;
}

.subnav
{
    color: #000000;
}

.submenu_selected
{
   color: #1DBAEA;
}

/* third tier menu */

.thirdnav
{
    text-decoration: none;
    display: block;
    width: 170px;
    padding-left: 10px;
    padding-bottom:05px;
    font-weight: bold;
}

.thirdnav
{
    color: #000000;
}

.thirdmenu_selected
{
    color: #1DBAEA;
    padding-left: 10px;
}