﻿table {border-collapse:collapse; border:0; margin:0; padding:0;}
  
#menu_left ul li {
 line-height: 16px;
 font-size: 14px;
 font: medium;
 text-decoration: none;
 /*color: white;*//*#0121d8;*/
 height: 16px;
 /*text-indent: 15px;*/
 text-align: left;
 float: left;
 /*background: url(images/menuitem.png) repeat-y;*/
 margin: 0;
 vertical-align: middle;
 list-style-image: none;
 list-style: none;

 }

#menu_left ul li a {
 padding-left: 15px;
 color: #0098EE;
 text-decoration: none;
}


#menu_left ul a:hover  {
 color: #D42834;
}


#submenu ul li {
 line-height: 14px;
 font-size: 12px;

 text-decoration: none;
 /*color: white;*//*#0121d8;*/
 height: 14px;
 /*text-indent: 15px;*/
 text-align: left;
 float: left;
 /*background: url(images/menuitem.png) repeat-y;*/
 margin: 0;
 vertical-align: middle;
 list-style-image: none;
 list-style: none;

 }

#submenu ul li a {
 padding-left: 15px;
 color: #0098EE;
 text-decoration: none;
}


#submenut ul a:hover  {
 color: red;
}

.tabs
{
	margin-top:125px;
}

.tabs ul
{
	text-align: left;
	margin: 20px 0 1em 0;
	font: normal 17px verdana, arial, sans-serif;
	border-bottom: 1px #808080 solid;
	list-style-type: none;
	padding: 3px 10px 8px 10px;
}

.tabs ul li
{
	display: inline;
	
	border-bottom: 1px solid #fff; /* set border color to page background color */
 	background-color: #fff; /* set background color to match above border color */

	padding-left:0px;
}

.tabs li.active a
{
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

.tabs ul li a
{
	padding: 8px 8px;
	border: 1px solid #808080;
	background-color: #DBDBDB;
	color: #666; 
	margin-right: 0px; 
	text-decoration: none;
	border-bottom: none;
}

.tabs ul li a:hover{
	background: #fff; /* set desired hover color */
}


/*
.tabs ul li {
	border: 1px #C0C0C0 solid;
	border-right: 0px;
	line-height: 16px;
	font-size: 14px;
	font: medium;
	text-decoration: none;
	height: 16px;
	text-align: left;
	float: left;
	margin: 0;
	vertical-align: middle;
	list-style: none;
	width: 150px;
	height: 50px;
}

.tabs ul li tabs:last {
	border-right: 1px;	
}

.tabs ul li a {
	padding-top: 45px;
	padding-left: 5px;
	color: #5CFF40;
	text-decoration: none;
}


.tabs ul a:hover  {
 color: red;
}

.tabs active
{
	color:blue;
}

*/