﻿.TopMenu
{
    font-size: 10px;
	font-family: Verdana, helvetica;
    font-weight: bold;
    color: #3A3A3A;
    text-align: center;
    line-height: 29px;
    cursor: hand;
    width: 98px;
    height: 29px;
    display: block;
    padding: 0px 0px 0px 0px;	
    text-decoration: none;
    background-image: url("../graphics/format/topmenu.gif");
}

.TopMenu:Hover
{
    font-size: 10px;
	font-family: Verdana, helvetica;
    font-weight: bold;
    color: #C40009;
    text-align: center;
    line-height: 29px;
    cursor: hand;
    width: 98px;
    height: 29px;
    display: block;
    padding: 0px 0px 0px 0px;	
    text-decoration: none;
    background-image: url("../graphics/format/topmenu.gif");
}

.TopMenuSelected
{
    font-size: 10px;
	font-family: Verdana, helvetica;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 29px;
    cursor: hand;
    width: 98px;
    height: 29px;
    display: block;
    padding: 0px 0px 0px 0px;	
    text-decoration: none;
    background-image: url("../graphics/format/topmenuselect.gif");
}

.TopMenuSelected:hover
{
    font-size: 10px;
	font-family: Verdana, helvetica;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 29px;
    cursor: hand;
    width: 98px;
    height: 29px;
    display: block;
    padding: 0px 0px 0px 0px;	
    text-decoration: none;
    background-image: url("../graphics/format/topmenuselect.gif");
}

.TopSubMenu
{
    font-size: 10px;
    font-family: Verdana, Helvetica;
    font-weight: normal;
	color: white;
	text-decoration: none;
}

a.TopSubMenu
{
    font-size: 10px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
	color: white;
	text-decoration: underline;
}

a.TopSubMenu:Hover
{
    font-size: 10px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
	color: white;
	text-decoration: none;
}

a.SideMenu
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}

a.SideMenu:hover
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    font-weight: normal;
	text-decoration: underline;
	color: #3A3A3A;
}


