﻿.DynamicSubMenuTable
{
	width : 900px;
	height : 37px;	
	background-color : White;
	background-image : url('../../img/submenu/bgSubmenu.gif');
	background-repeat : repeat-x;
}

.TdSubMenu
{
	vertical-align : middle;
	text-align : center;
}
.TdSubMenu a
{
	font-family : Times New Roman;
	font-size : 15px;
	text-decoration : none;
	color : White;
}

.TdSubMenuAktiv
{
	vertical-align : middle;
	text-align : center;	
	background-image : url('../../img/submenu/bgSubmenu_.gif');
	background-repeat : repeat-x;
}
.TdSubMenuAktiv a
{
	font-family : Times New Roman;
	font-size : 15px;	
	font-weight : bold;
	text-decoration : none;
	color : RGB(44, 72, 91);
}