﻿#nav-table {
	width: 738px;
	height: auto;
	margin: 0px auto 0px;
	border: 2px solid #0000ff; 
	padding: 4px; 
}

/* NAVAGATION LINKS */

ul#navlist {
	width: 738px;
	height: auto;
	margin: 0px; 
	padding:  0px 0px 10px;
	text-align: center;
}

#navlist li {
	display: inline;
	list-style-type: none;
	/*     background-color: white; */
	padding: 0px ;
	text-align: center;
	color: #000000;
}	

#navlist a { 
	color: #000000;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	width: 50px; 
	height: 0px;
}



#navlist a:link, #navlist a:visited, #navlist a:hover   {
	background: url("../images/blenavha.gif") no-repeat 10px 5px;
	padding: 30px 40px;  /*width of the img */	
	display: inline-block; /* IE correction to show the icon */;
	cursor: pointer; /* IE correction to show hand instead of arrow */;
	vertical-align: middle;
	white-space: nowrap;
}

#navlist a:active {
	background: url("../images/blenavhs.gif") no-repeat 10px 5px;
}

#navlist a:hover {
	background: url("../images/blenavhh.gif") no-repeat 10px 5px; 
	color: #ff0000;
}



/* General Links*/

a { color: #00ff00;
	font-size: 8pt;  
	text-decoration: underline; 
	font-weight: normal; }

a:link { color: #0000ff; }

a:visited  { color: #800080; }

a:hover { color: #ff0000; }


.font-left-navlink {
	margin: 0px 5px 0px;
	text-align: left;
	border-width: 2px 0px 2px 0px; 
	border-style: ridge none;  
	padding:2px;
}


/* Links on link page 

.links {
	font-size: 14pt; 
	color: #000000; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	line-height: 18pt;
}    */


/* TKD LINKS and Resources*/

.navtable-tkdlinks {
	position: relative; 
	float: left; 
	left: 0px; 
	top: 0px;
	width:  180px;
	height: auto;
	margin: 0px ;
	border: 2px;
	border-right:none;
	border-left:none;
	border-style: ridge none;
	padding: 0px; 
}

ul.navlist-tkdlinks {
	width: 180px;
	height: 50px;
	margin: 0px; 
	padding-left: 5px;
	text-align: left;
	list-style-type: none;
}

.navlist-tkdlinks li {
	display: block;
	list-style-type: none;
	/* background-color: white; */
	padding: 0px;
	text-align: left;
	color: #000000;
}	

.navlist-tkdlinks a { 
	color: #000000;
	text-decoration: none;
}


.navlist-tkdlinks a:visited  { color: #800080; }
.navlist-tkdlinks a:hover { color: #ff0000; }

	

