﻿.maintab2 {
	position: relative;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Arial;
	border: 0px;
	height: 33px;
	list-style-type: none;
	margin-bottom: 0;
	color: #fff;
	width: 100%;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.maintab2 li {
	color: #fff;
	display: inline;
	margin: 0;
}
.maintab2 li a {
	font-family:Arial;
	color: #fff;
	padding: 10px 20px 0px 20px;
	display: inline-block;
	height: 27px;
	text-decoration: none;
	border: none;
}
.maintab2 li a:hover {
	background-image: none;
	background-color: #e8f5fd;
	color: #000;
}
.maintab2 li.selected a {
	/*selected tab effect*/

	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #dbffff;
	color: #000;
}
/*/////////////////////////////////////////////////*/
.basictab {
	position: relative;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Arial;
	border: 0px;
	background-color: transparent;
	height: 33px;
	list-style-type: none;
	margin-bottom: 0;
	color: #fff;
	width: 100%;
	text-align: right; /*set to left, center, or right to align the menu as desired*/

}
.basictab li {
	height: 33px;
	color: #fff;
	display: inline;
	margin: 0;
}
.basictab li a {
	background-image: url('../../images/tab_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	color: #fff;
	padding: 10px 20px 0px 20px;
	display: inline-block;
	height: 33px;
	background-color: #2881b6;
	text-decoration: none;
	border: none;
}
.basictab li a:hover {
	background-image: none;
	background-color: #e8f5fd;
	color: #000;
}
.basictab li.selected a {
	/*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #dbffff;
	color: #000;
}

.submenustyle {
	font-family: Arial;
	padding: 0px 10px 0px 0px;
	border: 0px;
	width: auto;
	height: 32px;
	display: none;
	position: absolute;
	z-index: 100;
	background: #e8f5fd;
	color: #000;
}
.submenustyle div {
	color: #000;
}
* html .submenustyle {
	/*IE only width definition*/

	width: 100%;
}
.submenustyle a {
	margin-top: 3px;
	padding: 5px 5px 0px 5px;
	margin-left: 10px;
	display: inline-block;
	float: left;
	color: #000;
	height: 18px;
	width: auto;
	text-decoration: none;
}
.submenustyle a:hover {
	display: inline-block;
	float: left;
	color: #000;
	height: 22px;
	width: auto;
	text-decoration: none;
	background-color: #cadbe5;
}
