a.MenuTitle:link, a.MenuTitle:visited, a.MenuTitle:active{
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-weight:bold;
	font-family:Arial;
	font-size:9pt;
	text-transform:uppercase;
}

a.MenuTitle:hover{
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-weight:bold;
	font-family:Arial;
	font-size:9pt;
	text-transform:uppercase;
}
a.SubMenuTitle:link, a.SubMenuTitle:visited, a.SubMenuTitle:active{
	font-size:9pt;
	color:#265d9d;
	font-weight:bold;
	font-family: Arial;
	TEXT-DECORATION: none;
}

a.SubMenuTitle:hover{
	color:#265d9d;
	font-weight:bold;
	font-family: Arial;
	font-size:9pt;
	TEXT-DECORATION: none;
}
.menu_table
{
	border:solid 1px #ffffff;
}
.menu_row
{	
	background-image:url(images/Bg_Menu.gif);
	background-position:top left;
	background-color:Transparent;
	background-repeat:repeat-x;
	background-attachment:scroll;
	/*border:solid 1px #b1b1b1;*/
	font-family:Arial Tahoma;
	line-height:28px;
	height:28px;
}
.Submenu_row
{
	padding-left:4px;
	/*border:solid 1px #b1b1b1;border-bottom:none; border-left:none;*/
	background-image:url(images/Bg_SubMenu.gif);
	background-position:top left;
	background-color:Transparent;
	background-repeat:repeat-x;
	background-attachment:scroll;
	font-family:Tahoma;
	line-height:26px;
	height:26px;
	
}
.Line{
	background:#FFFFFF url(images/Line.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left top;
	background-color:#ffffff;	
}
