/* CSS Document */
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

td.toprowcell1 { 
    border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:70%;
	font-weight:bold;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

td.toprowcell2 { 
    border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
	padding:2px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

td.toprowcell2a { 
    border:1px solid #FFFFFF;
	color:#000000;
	font-size:90%;
	font-weight:bold;
	padding:2px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

nav {
	margin: 0px;
	background-color: #A6A6A6;
}

nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #A6A6A6;
	white-space: nowrap;
	}

nav a {
	display:block;
	padding:0px 3px;	
	color:#000000;
	line-height: 40px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #838383; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover 
nav ul li:hover > ul {
	display:inherit;
	white-space: nowrap;
}
*/
/* Fisrt Tier Dropdown */
nav ul ul li {
	float:none;
	display:list-item;
	position: relative;
	white-space: nowrap;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
	white-space: nowrap;
}

nav.navb {
	margin: 0px;
	background-color: #A6A6A6;
}

nav.navb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	}
	
nav.navb ul li {
	display:inline-block;
	background-color: #A6A6A6;
	white-space: nowrap;
	}

nav.navb a {
	color:#000000;
	display:block;
	font-weight:bold;
	line-height: 20px;
	padding:0px 3px;	
	text-decoration:none;
}

nav.navb a:hover { 
	background-color: #838383; 
}

/* Hide Dropdowns by Default */
nav.navb ul ul {
	display: none;
	position: absolute; 
	top: 20px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover 
nav.navb ul li:hover > ul {
	display:inherit;
	white-space: nowrap;
}
*/
/* Fisrt Tier Dropdown */
nav.navb ul ul li {
	float:none;
	display:list-item;
	position: relative;
	white-space: nowrap;
}

/* Second, Third and more Tiers	*/
nav.navb ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
	white-space: nowrap;
}
/* Change this in order to change the Dropdown symbol 
li > a:after { content:  ' +++'; }
li > a:only-child:after { content: ''; }*/