﻿.horizontal
{
	float:left;
	width:958px;
	line-height:normal;
	vertical-align:middle;	
}
.horizontal ul{
	border: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.horizontal ul li{
	float: left;
	position: relative;
	width:165px;
	text-decoration:none;
}
.horizontal ul li a{
	display: block;
	text-decoration: none;
	height: 33px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 4px;
	background-image: url(../images/tn_tableft-tan.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.horizontal ul li a span {
	display: block;
	text-decoration: none;
	height: 33px;
	text-align:center;
	text-indent:-5px;
	padding:5px 0 0 0px;
	overflow: hidden;
	border-left: none;
	background:url(../images/tn_tabright-tan.gif) no-repeat right top;
	font-weight:bold;
	color:#FFF;
	cursor:default;
	font-size:14px;
	line-height:30px;
}

.horizontal ul li a:hover /*, .horizontal .trail a.hover*/{
	background-position:0 -33px;
	text-decoration:none;	
}
.horizontal ul li a:hover span /*, .horizontal .trail a.hover span*/ {
	background-position:100% -33px;
	color: white;
	text-decoration:none;
	cursor:hand;
}
.horizontal #current a, .horizontal li.selected a {
background-position:0 -33px;
}

.horizontal #current a span, .horizontal li.selected a span {
background-position:100% -33px;
color: black;
}
/* ######### Style for Drop Down Menu ######### */
.horizontal li li{
	float: none;
	margin-bottom: -1px;
}
/*########SUBMenu ####*/
.horizontal li li a, .horizontal li li a:visited { color:#505050;}
.horizontal li li a {
	float: none;
	background-image:url(../images/tn_dd.gif);
	background-repeat: repeat-x;
	font-weight:bold !important;
	text-decoration: none;
	padding-top:3px;
	height:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);/*Darn IE*/
	opacity: 0.85;/*CSS3* (OPERA)/*/
	-moz-opacity:0.85;/*Older Mozilla*/
	-khtml-opacity:0.85;/*Konqueror and Safari*/
}
.horizontal .trail a.hover{
	float: none;
	background-color:#e0f2d0;
	color:#252525;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}
.horizontal li li a:hover{
	float: none;
	background-color:#e0f2d0;
	color:#006e3c !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}
.horizontal li li.last{
	
}
.horizontal ul li ul{
	position: absolute;
	top: 33px;
	left: 1px;
	margin-top: 0px;
}
.horizontal ul ul ul{
	top: 1px;
	left:167px;
	margin-top: 0;
}
/*Sub-Sub menu position*/
.horizontal.left ul ul ul,.horizontal .left ul ul{
	top: -1px;
	left: -155px;
}
/*UL BORDER*/
.horizontal ul li li {
	vertical-align:middle; /*Doesn't let next dr. menu row to shift down on hover over*/
	display:block;
	border: 1px solid #F1F1F1;
	border-right:2px groove #7C7C7C;
	border-bottom:2px groove #7C7C7C;
}
.horizontal ul li li a{
	display:block;
	margin-top: -1px;
	text-align:left;
	background-color:#e0f2d0;
}
.horizontal ul li li a:hover{
	margin-top: -1px;
}
/*.horizontal ul li:first-child>a{
	border-left: 1px solid;

.horizontal ul li a.first{
	border-left: 1px solid;
}*/
.horizontal ul li li a.first{
	border-top: 1px solid #666666;
}
.horizontal ul li li:first-child>a{
	border-top: 1px solid #666666;
}
div.horizontal ul li.pixelfix ul{
	left: 0px;
}
div.horizontal ul li.pixelfix ul ul{
	left: 150px;
}
/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.slidetabsmenu li ul{
	display: none;
}
.slidetabsmenu li:hover>ul{
	display: block;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
.accessible li ul{
	display: block;
}
/*Code to show an element has a child*/
.slidetabsmenu.plus li a:first-child:not(:last-child):after{
	content: '+';
}
.plus a span{
	padding-left: 15px;
}
.noshow{
	visibility: hidden;
}
/*########## Style for Black TAB ########*/
a.tn_tab_blk
{
    display: block;
    position:relative;
    background:url("../images/tn_fillerblk.gif") repeat-x !important;
    cursor:pointer !important;
}
a.tn_tab_blk span, a.tn_tab_blk span:hover
{
    display: block;
    position:relative;
    background:url("../images/tn_fillerblk.gif") repeat-x !important;
    color:#FFFFFF !important;
    font-weight:bold;
    cursor:pointer !important;
    text-align:center;
}

.webtech li a{
	color: #556677;
	border-color:blue;
}
.webtech li a:hover,.webtech li a.first:hover,.slidetabsmenu .trail a.hover{
	background-color: #556677;
	color: white;
	border-color: #94A3B3; 
}
.webtech ul{
	border-color: #94A3B3;
}
.webtech li:first-child>a:hover{
	background-color: #556677;
	color: white;
	border-color: #94A3B3; 
}
