/************************************************************************
* file		linkDecoration.css
* 
* 
* author: 	taopro.com
* version: 	version 1.0
* since: 	version 1.0
* created:	April 2010
*
* description:
* stylesheet for the taopro - link Decoration global
*
*
************************************************************************/
img
{  border-style: none;
}
/* ****************** */
.navLink a:link {
	color: #000000;
	text-decoration: none;
}

.navLink a:visited {
	color: #000000;
	text-decoration: none;
}

.navLink a:hover {
	color: #0066CC;	
	text-decoration: none;
}

.navLink a:active {
	color: #0066CC;	
	text-decoration: none;
}
/* ****************** */

.linkUnderlineT-tao a:link {
	color: #05858e;
	background-image: url(../media/nav/nav_underline_1px_dot_teal.gif);
	text-decoration: none;
	padding-bottom: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	padding-top: 4px;
}

.linkUnderlineT-tao a:visited {
	color: #05858e;
	background-image: url(../media/nav/nav_underline_1px_dot_teal.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	padding-top: 4px;
}

.linkUnderlineT-tao a:hover {
	color: #040184;
	background-image: url(../media/nav/nav_underline_1px_dot_navy.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	padding-top: 4px;
}

.linkUnderlineT-tao a:active {
	color: #040184;
	background-image: url(../media/nav/nav_underline_1px_dot_navy.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	padding-top: 4px;
}

/* ****************** */

.textCurrent {
	font-weight: bold;
	color: #f0984a;
}
