﻿#navMenu { margin: 0px; padding: 0px; height: 20px; z-index: 50; font-size: 100%; }
#navMenu li { height: 20px; position: absolute; display: block; z-index: 50; list-style-type: none; text-align: left; }

/* top navigation items like : Home, About Fortis */
#navMenu a { height: 15px; padding-left: 6px; padding-top: 3px; display: block; z-index: 50; color: #FFFFFF; text-decoration: none; }

* html #navMenu a { /* This is the Tan hack */
	height: 15px; } 

/* initial settings of the top navigation items like : Home, About Fortis */
#n1 { left: 17px; background-color: #8c8c90; width: 50px; }
#n2 { left: 67px; background-color: #8c8c90; width: 100px; }
#n3 { left: 167px; background-color: #8c8c90; width: 60px; }
#n4 { left: 227px; background-color: #8c8c90; width: 130px; }
#n5 { left: 357px; background-color: #8c8c90; width: 100px; }
#n6 { left: 457px; background-color: #8c8c90; width: 132px; }
#n7 { left: 589px; background-color: #8c8c90; width: 79px; }

/* hover settings of the top navigation items like : Home, About Fortis */
#n1 a:hover, #n2 a:hover, #n3 a:hover, #n4 a:hover, #n5 a:hover, #n6 a:hover, #n7 a:hover
{ 
	background-color: #8c8c90; 
	border: 0px solid; 
	border-color: #e3e5e6  #e3e5e6  #4d4d4d  #e3e5e6; 
}

/* end top navigation items like : Home, About Fortis */

/* initial settings of the pull down menu navigation items */
#navMenu li ul { visibility: hidden; position: absolute; left: 0px; top: 20px; margin: 0 0 0 0px; padding: 0px; width: 150px; }
#navMenu #n1 ul { background-color: #e3e5e6; }
#navMenu #n2 ul { background-color: #e3e5e6; width: 140px; border: 1px solid #8c8c90 }
#navMenu #n3 ul { background-color: #e3e5e6; width: 200px; border: 1px solid #8c8c90 }
#navMenu #n4 ul { background-color: #e3e5e6; width: 230px; border: 1px solid #8c8c90 }
#navMenu #n5 ul { background-color: #e3e5e6; width: 230px; border: 1px solid #8c8c90 }
#navMenu #n6 ul { background-color: #e3e5e6; width: 205px; border: 1px solid #8c8c90 }
#navMenu #n7 ul { background-color: #e3e5e6; width: 200px; border: 1px solid #8c8c90 }
#navMenu li ul li 
{ 
	width: auto; 
	position: relative; 
	z-index: 56; 
	color: #000000; 
	font-weight: normal; 
	text-align: left; 
	padding-left: 0px; 
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b8babd;
}
#navMenu li ul li a {width: auto; position: relative; z-index: 56; color: #000000; font-weight: normal; text-align: left; padding-left: 17px; border-width: 0px 0px 0px 0px; padding-top: 2px; height: 18px }

#navMenu li:hover>ul { visibility: visible;}

#navMenu li ul li a:hover { border-width: 0px 0px 0px 0px; color:#fff; }
ul { list-style-image:none; }

/***********/
/* TopMenu */
/***********/
.IE8Fix
{
  z-index: 10000;

}
.TopMenu 
{
	background-color: #FFFFFF;
}

.TopMenuLI
{
	padding:0px 5px 0px 5px;
}

.TopMenuLevel1
{
	background-color: #FFFFFF;
	color: #000000;
	height: 20px;
}

.TopMenuLevel1 a
{
	color: #000000;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel1 a:hover, .TopMenuLevel1 a:visited:hover
{
	color: #000000;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel1 a:link
{
	color: #000000;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel1 a:visited
{
	color: #000000;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel2
{
    color: #FFFFFF;
	height: 20px;	
}

.TopMenuLevel2 a
{
    color: #FFFFFF;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel2 a:hover, .TopMenuLevel2 a:visited:hover
{
    color: #3F3F3F;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel2 a:link
{
    color: #FFFFFF;
	height: 20px;
	text-decoration: none;
}

.TopMenuLevel2 a:visited
{
    color: #FFFFFF;
	height: 20px;
	text-decoration: none;
}

.TopMenuHover
{
	text-decoration: none;
}

.TopMenuHover a
{
	color: #000000;
	text-decoration: none;
}

.TopMenuHover a:hover, .TopMenuHover a:visited:hover
{
	color: #000000;
	text-decoration: none;
}

.TopMenuHover a:link
{
	color: #000000;
	text-decoration: none;
}

/* LEFT MENU */
.LeftMenuTd
{
    text-align:left;
    vertical-align:top;
    background-color: #e8e6e7;  /* grey */
}

.LeftMenuPurple
{
    color: #000000;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    width: 225px;
    /*height:400px;*/
}

.LeftMenuPurpleLevel1
{
	background-color: rgb(142, 65, 156);     /* purple */
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 225px;
}

.LeftMenuPurpleLevel1 a
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPurpleLevel1 a:link
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPurpleLevel1 a:visited
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPurpleLevel1 a:hover, .LeftMenuPurpleLevel1 a:visited:hover
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPurpleLevel2
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel2 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel2 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel2 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel2 a:hover, .LeftMenuPurpleLevel2 a:visited:hover
{
	color: rgb(142, 65, 156);     /* purple */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuPurpleLevel3
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel3 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel3 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel3 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleLevel3 a:hover, .LeftMenuPurpleLevel3 a:visited:hover
{
	color: rgb(142, 65, 156);     /* purple */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuPurpleSelected
{
	color: rgb(142, 65, 156);     /* purple */
    font-weight: bold;
    height: 20px;
    width: 225px;
}

.LeftMenuPurpleSelected a
{
	color: rgb(142, 65, 156);     /* purple */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPurpleSelected a:link
{
	color: rgb(142, 65, 156);     /* purple */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPurpleSelected a:visited
{
	color: rgb(142, 65, 156);     /* purple */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPurpleSelected a:hover, .LeftMenuPurpleSelected a:visited:hover
{
	color: rgb(142, 65, 156);     /* purple */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuOrange
{
    color: #000000;
    font-weight: normal;
    /*height:400px;*/
    padding: 0px 0px 0px 0px;
    width: 225px;
}

.LeftMenuOrangeLevel1
{
	background-color: rgb(238, 86, 35);     /* orange */
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 225px;
}

.LeftMenuOrangeLevel1 a
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuOrangeLevel1 a:link
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuOrangeLevel1 a:visited
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuOrangeLevel1 a:hover, .LeftMenuOrangeLevel1 a:visited:hover
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuOrangeLevel2
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel2 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel2 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel2 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel2 a:hover, .LeftMenuOrangeLevel2 a:visited:hover
{
	color: rgb(238, 86, 35);     /* orange */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuOrangeLevel3
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel3 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel3 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel3 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeLevel3 a:hover, .LeftMenuOrangeLevel3 a:visited:hover
{
	color: rgb(238, 86, 35);     /* orange */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuOrangeSelected
{
	color: rgb(238, 86, 35);     /* orange */
    font-weight: bold;
    height: 20px;
    width: 225px;
}

.LeftMenuOrangeSelected a
{
	color: rgb(238, 86, 35);     /* orange */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuOrangeSelected a:link
{
	color: rgb(238, 86, 35);     /* orange */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuOrangeSelected a:visited
{
	color: rgb(238, 86, 35);     /* orange */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuOrangeSelected a:hover, .LeftMenuOrangeSelected a:visited:hover
{
	color: rgb(238, 86, 35);     /* orange */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuYellow
{
    color: #000000;
    font-weight: normal;
    /*height:400px;*/
    padding: 0px 0px 0px 0px;
    width: 225px;
}

.LeftMenuYellowLevel1
{
	background-color: rgb(252, 158, 0);     /* yellow */
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 225px;
}

.LeftMenuYellowLevel1 a
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuYellowLevel1 a:link
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuYellowLevel1 a:visited
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuYellowLevel1 a:hover, .LeftMenuYellowLevel1 a:visited:hover
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuYellowLevel2
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel2 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel2 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel2 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel2 a:hover, .LeftMenuYellowLevel2 a:visited:hover
{
	color: rgb(252, 158, 0);     /* yellow */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuYellowLevel3
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel3 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel3 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel3 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowLevel3 a:hover, .LeftMenuYellowLevel3 a:visited:hover
{
	color: rgb(252, 158, 0);     /* yellow */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuYellowSelected
{
	color: rgb(252, 158, 0);     /* yellow */
    font-weight: bold;
    height: 20px;
    width: 225px;
}

.LeftMenuYellowSelected a
{
	color: rgb(252, 158, 0);     /* yellow */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuYellowSelected a:link
{
	color: rgb(252, 158, 0);     /* yellow */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuYellowSelected a:visited
{
	color: rgb(252, 158, 0);     /* yellow */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuYellowSelected a:hover, .LeftMenuYellowSelected a:visited:hover
{
	color: rgb(252, 158, 0);     /* yellow */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuBlue
{
    color: #000000;
    font-weight: normal;
    /*height:400px;*/
    padding: 0px 0px 0px 0px;
    width: 225px;
}

.LeftMenuBlueLevel1
{
    background-color: rgb(51, 217, 236);    /* light-blue */
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 225px;
}

.LeftMenuBlueLevel1 a
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuBlueLevel1 a:link
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuBlueLevel1 a:visited
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuBlueLevel1 a:hover, .LeftMenuBlueLevel1 a:visited:hover
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuBlueLevel2
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel2 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel2 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel2 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel2 a:hover, .LeftMenuBlueLevel2 a:visited:hover
{
    color: rgb(51, 217, 236);     /* light-blue */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuBlueLevel3
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel3 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel3 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel3 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueLevel3 a:hover, .LeftMenuBlueLevel3 a:visited:hover
{
    color: rgb(51, 217, 236);     /* light-blue */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuBlueSelected
{
    color: rgb(51, 217, 236);    /* light-blue */
    font-weight: bold;
    height: 20px;
    width: 225px;
}

.LeftMenuBlueSelected a
{
	color: rgb(51, 217, 236);    /* light-blue */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuBlueSelected a:link
{
	color: rgb(51, 217, 236);    /* light-blue */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuBlueSelected a:visited
{
	color: rgb(51, 217, 236);    /* light-blue */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuBlueSelected a:hover, .LeftMenuBlueSelected a:visited:hover
{
	color: rgb(51, 217, 236);     /* light-blue */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuGreen
{
    color: #000000;
    font-weight: normal;
    /*height:400px;*/
    padding: 0px 0px 0px 0px;
    width: 225px;
}

.LeftMenuGreenLevel1
{
	background-color: rgb(144, 188, 13);     /* green */
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 225px;
}

.LeftMenuGreenLevel1 a
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuGreenLevel1 a:link
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuGreenLevel1 a:visited
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuGreenLevel1 a:hover, .LeftMenuGreenLevel1 a:visited:hover
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuGreenLevel2
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel2 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel2 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel2 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel2 a:hover, .LeftMenuGreenLevel2 a:visited:hover
{
	color: rgb(144, 188, 13);     /* green */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuGreenLevel3
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel3 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel3 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel3 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenLevel3 a:hover, .LeftMenuGreenLevel3 a:visited:hover
{
	color: rgb(144, 188, 13);     /* green */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuGreenSelected
{
	color: rgb(144, 188, 13);     /* green */
    font-weight: bold;
    height: 20px;
    width: 225px;
}

.LeftMenuGreenSelected a
{
	color: rgb(144, 188, 13);     /* green */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuGreenSelected a:link
{
	color: rgb(144, 188, 13);     /* green */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuGreenSelected a:visited
{
	color: rgb(144, 188, 13);     /* green */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuGreenSelected a:hover, .LeftMenuGreenSelected a:visited:hover
{
	color: rgb(144, 188, 13);     /* green */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPink
{
    color: #000000;
    font-weight: normal;
    /*height:400px;*/
    padding: 0px 0px 0px 0px;
    width: 225px;
}

.LeftMenuPinkLevel1
{
    background-color: rgb(211, 7, 115);     /* pink */
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
    width: 225px;
}

.LeftMenuPinkLevel1 a
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPinkLevel1 a:link
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPinkLevel1 a:visited
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPinkLevel1 a:hover, .LeftMenuPinkLevel1 a:visited:hover
{
    color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenuPinkLevel2
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel2 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel2 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel2 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel2 a:hover, .LeftMenuPinkLevel2 a:visited:hover
{
	color: rgb(211, 7, 115);     /* pink */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuPinkLevel3
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel3 a
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel3 a:link
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel3 a:visited
{
    color: #000000;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkLevel3 a:hover, .LeftMenuPinkLevel3 a:visited:hover
{
	color: rgb(211, 7, 115);     /* pink */
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 225px;
}

.LeftMenuPinkSelected
{
	color: rgb(211, 7, 115);     /* pink */
    font-weight: bold;
    height: 20px;
    width: 225px;
}

.LeftMenuPinkSelected a
{
	color: rgb(211, 7, 115);     /* pink */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPinkSelected a:link
{
	color: rgb(211, 7, 115);     /* pink */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPinkSelected a:visited
{
	color: rgb(211, 7, 115);     /* pink */
	font-weight: bold;
	text-decoration:none;
}

.LeftMenuPinkSelected a:hover, .LeftMenuPinkSelected a:visited:hover
{
	color: rgb(211, 7, 115);     /* pink */
	font-weight: bold;
	text-decoration:none;
}

/************************* HeaderBorder *************************/
.HeaderBorder
{
	height: 7px;
	background: #8c8c90 url('../../_catalogs/masterpage/Preview Images/header_gradient.gif') repeat-x fixed left top;
}


/*Site Menu and Bottom menu*/
a.metaNavLink:link { color:#808080; text-decoration:none }
a.metaNavLink:visited { color:#808080; text-decoration:none }
a.metaNavLink:active { color:#808080; text-decoration:none }
a.metaNavLink:hover { color:#808080; text-decoration:underline }
