.StaticMenuStyle 
{
	position:absolute;
	left:0px;
	bottom:0px;
	font-weight:bold;
	font-size:13pt;
}

.StaticMenuStyle td
{
	width:0px !important;
}

table.UnselectedMenuItem, table.SelectedMenuItem
{
	height:42px;
	text-decoration:none;
}

table.SelectedMenuItem
{
	background-image:url(./Images/Menu/active-menu.gif);
	padding:0 15px;
}

table.UnselectedMenuItem a
{
	color:White;
}

table.SelectedMenuItem a
{
    color:Black;
}

.Separator_ActiveFirst, .Separator_InactiveFirst, .Separator_ActiveLeft, .Separator_ActiveRight, .Separator_ActiveLast, .Separator_Inactive, .Separator_InactiveLast
{
	background-repeat:no-repeat;
	height:42px;
}

.Separator_ActiveFirst
{
	background-image:url(./Images/Menu/active-menu-first.gif);
	width:11px;
}

.Separator_InactiveFirst
{

	background-position:left bottom;	
	width:20px;
}

.Separator_ActiveLeft
{
	background-image:url(./Images/Menu/active-menu-left.gif);
	background-position:right bottom;
	width:20px;	
}

.Separator_ActiveRight
{
	background-image:url(./Images/Menu/active-menu-right.gif);
	background-position:left bottom;
	width:25px;	
}

.Separator_ActiveLast
{
	background-image:url(./Images/Menu/active-menu-last.gif);
	width:12px;	
}

.Separator_Inactive
{
	background-image:url(./Images/Menu/inactive-separator.gif);
	background-position:center;
	width:41px;	
}

.Separator_InactiveLast
{
	background-position:right;
	width:20px;
}