/* CSS Document */

table.nav a{
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	border-left-style: solid;
	border-left-color: #C9CCD3;
	height: 20px;
	border-top-width: none;
	border-right-width: 1;
	border-bottom-width: none;
	border-left-width: 1;
	border-right-style: solid;
	border-right-color: #C9CCD3;
	padding-top: 2px;
}
tr.nav{background:background-color:#6699CC;
	width:120px;
	background: #6699CC;
	border-width: 1;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	MARGIN-TOP: 4px; 
	FONT-SIZE: 12px; 
	MARGIN-BOTTOM: 4px; 
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
tr.nav (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
tr.nav a:link {color: #FFFFFF; background: #6699CC;}
tr.nav a:active {color: #FFFFFF;  background: #6699CC;}
tr.nav a:visited {color: #FFFFFF; background: #6699CC;}
tr.nav a:hover {color: #FFFFFF;  background: #333366;}

table.navR a{
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	border-left-style: solid;
	border-left-color: #C9CCD3;
	height: 20px;
	border-top-width: none;
	border-right-width: 1;
	border-bottom-width: none;
	border-left-width: 1;
	border-right-style: solid;
	border-right-color: #C9CCD3;
	padding-top: 2px;
}
td.navR{background:background-color:#333366;
	width:153px;
	background: #333366;
	border-width: 1;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	MARGIN-TOP: 4px; 
	FONT-SIZE: 12px; 
	MARGIN-BOTTOM: 4px; 
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
td.navR (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
td.navR a:link {color: #FFFFFF; background: #333366;}
td.navR a:active {color: #FFFFFF;  background: #333366;}
td.navR a:visited {color: #FFFFFF; background: #333366;}
td.navR a:hover {color: #FFFFFF;  background: #6699CC;}

tr.navactive {
	color: #4F382F;  
	background: #FFFFFF;
	font-size:10px;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
.bkgdLocations {
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image:  url(../support/images/locations.jpg);
	border: 1px solid #31458C;
}
.menutextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;


}
