﻿/*
Menu
*/
td
{
	
}
.menutable
{
	
	width:976px;
}

.highmenu
{
	width: 976px;
	background-image: url(images/layout/menu/submenu.gif);
}
/*
normal menu items
*/
.menunormal
{
	font-weight: normal;
	color: black;
	text-decoration:none;
}
td.menunormal {
    width: 122px;
    height: 28px;
    text-align: center;
	background-image: url(images/layout/menu/button-inactive.gif);

}  
/*
selected menu items
*/
.menuselected
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected {
    width: 122px;
    height: 28px;
    text-align: center;
    background-image: url(images/layout/menu/button-active.gif);



}
/*
old selected menu items
*/
.menuselected0
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected0 {
    width: 122px;
    height: 25px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-1.jpg);
    border-bottom:solid 1px white;
}


.menuselected1
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected1 {
    width: 122px;
    height: 26px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-2.jpg);
}


.menuselected2
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected2 {
    width: 122px;
    height: 26px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-3.jpg);
}


.menuselected3
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected3 {
    width: 122px;
    height: 26px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-4.jpg);
}


.menuselected4
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected4 {
    width: 122px;
    height: 26px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-5.jpg);
}


.menuselected5
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected5 {
    width: 122px;
    height: 25px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-6.jpg);
    border-bottom:solid 1px white;
}


.menuselected6
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected6 {
    width: 122px;
    height: 26px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-7.jpg);
}


.menuselected7
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
td.menuselected7 {
    width: 122px;
    height: 26px;
    text-align: center;
    background-image: url(images/layout/menu/menu-grey-8.jpg);
}
/*
normal lowmenu items
*/
tr.lowmenu
{	
	width: 974px;
}
.lowmenunormal{
    color:black;
    text-decoration: none;
}
td.lowmenunormal{
    width: 122px;
    height: 16px;
    text-align: center;
    border:0px;
}
.lowmenuselected{
    color:black;
    font-weight:bold;
    text-decoration: none;
}
td.lowmenuselected{
    width: 122px;
    height: 16px;
    text-align: center;
    border:0px;
}