/* Top Navigation [navT] */
#navT {
float: right;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
vertical-align: top;
text-align: right;
margin-top: 30px;
}
#navT a {color: #616161; text-decoration: none;}
#navT li {float: left; padding: 0 10px 0 10px; line-height: 25px; background: url(../images/nav_t/parent/left.gif) no-repeat left; padding-left: 5px;}
#navT li a {
display: block;
height: 27px; 
background: url(../images/nav_t/parent/title.gif) repeat-x;
vertical-align: top; 
padding-left: 10px;
}
#navT li a span {
display: inline-block;
height: 27px;
background: url(../images/nav_t/parent/right.gif) no-repeat right;
padding-right: 15px;
}
#navT li a span img {padding-right: 5px; vertical-align: middle; padding-bottom: 2px;}

/* hover&current */
#navT li:hover, /*#navT > li.current,*/ #navT li.current:hover {background: url(../images/nav_t/parent/left_active.gif) no-repeat left;}
#navT li:hover a, /*#navT > li.current a,*/ #navT li.current:hover a {
background: url(../images/nav_t/parent/title_active.gif) repeat-x;
}
#navT li:hover a span, /*#navT > li.current a span,*/ #navT li.current:hover a span {background: url(../images/nav_t/parent/right_active.gif) no-repeat right;}

#navT > li:last-child {background: url(../images/nav_t/parent/left.gif) no-repeat left !important;}
#navT > li:last-child > a {background: url(../images/nav_t/parent/title.gif) repeat-x !important;}
#navT > li:last-child > a > span {background: url(../images/nav_t/parent/right.gif) no-repeat right !important;}
/* Navigation 2 level */
	
		/* submenu, it's hidden by default */
		#navT ul {
			position: absolute;
			top: auto;
			left: auto; 
			display:none; 
			margin:0 0 0 -5px !important; 
			padding:0; 
			z-index: 500;
			font-size: 12px;
			vertical-align: top;
			text-align: left;
			margin: 0;
			border-left: 1px solid #d9d9d9;
		}
		
		#navT ul li {
		clear: both;
			width:200px; 
			border-top:1px solid #fff;
			display: block; 
			line-height: 2em; 
			background: none; 
			padding: 0;
		}
		
		/* display block will make the link fill the whole area of LI */
		#navT ul a {
			font-size: 11px;
			color: #777777 !important;
			display: block;
			height: auto; 
			background: white !important;
			vertical-align: top; 
			padding: 0 0 0 15px;
			border-bottom: 1px solid #e9e9e9;
		}
		
		#navT ul a:hover {
			background: #ebf1f5 !important;	
			color: #444444 !important;
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #navT {
clear: both !important;
}
*html #navT ul {
	margin:0 0 0 -2px;
}
