﻿.horizontal
{
	float:left;
	width:960px;
	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:120px;
	text-decoration:none;
	z-index:999;
}
.horizontal ul li a{
	display: block;
	text-decoration: none;
	height: 36px;
	overflow: hidden;
	margin:0;
	padding:0;
	
}

.horizontal ul li a span {
	display: block;
	text-decoration: none;
	height: 36px;
	line-height:36px;
	text-align:center;
	overflow: hidden;
	background:url(imageget.ashx?/images/tn_tabright-tan.gif) no-repeat right top;
	font-weight:bold;
	color:#fff;
	cursor:default;
	 padding-top:2px;
	
}

.horizontal ul li a:hover /*, .horizontal .trail a.hover*/{
	background-position:0 -36px;
	text-decoration:none;	
}
.horizontal ul li a:hover span /*, .horizontal .trail a.hover span*/ {
	background-position:100% -36px;
	color:#fff;
	text-decoration:none;
}
.horizontal #current a, .horizontal li.selected a {
background-position:0 -36px;
}

.horizontal #current a span, .horizontal li.selected a span {
background-position:100% -36px;
color:#fff;
}
/* ######### Style for Drop Down Menu ######### */
.horizontal li li{
	float: none;
	margin-bottom: -1px;
}
/*########SUBMenu ####*/
.horizontal li li a, .horizontal li li a:visited {background-color:#f3f3f3; color:#026e23;}
.horizontal li li a 
{   
	float: none;
	
	background-color:#f3f3f3;
	font-weight:bold !important;
	text-decoration: none;
	width:150px;
	padding:5px 0 0 10px;
	height:18px;
	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 li li a:hover{
	float: none;
	background-color:#23b435;
	color:#fff !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;	
}

.horizontal ul li ul{
	position: absolute;
	top: 36px;	
	margin-top: 0px;
}
.horizontal ul ul ul{
	top: -1px;
	left:161px;
	margin-top: 0;
}
/*Sub-Sub menu position*/
.horizontal.left ul ul ul,.horizontal .left ul ul{
	top: -1px;
	left: -161px;
}
/*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:#f3f3f3;
}
.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;
}

.vp_tt {
	line-height: 26px;
	background-color: #F3fdf5;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-indent: 15px;
	padding-right:5px;
}
.vp_tb {
	line-height: 20px;
	background-color: #ffffff;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #3d3d3d;
	/*text-indent: 3px;*/
	text-align:left;
	padding-left:5px;
}
.vr_table {
	background-color: #ebeceb;
}
.vpage {
	width: 500px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.vp-title {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89ED9A;
	background-color: #D9F9DF;
}