.left-menu {
	width: 245px;
	float: left;
}
.blue-heading {
	border-left: 3px solid #014ea2;
	padding: 0 0 0 5px;
	margin-bottom: 15px;
}
.blue-heading h2 {
	color: #014ea2;
	font-size: 16px;
	text-transform: uppercase;
}
.left-menu ul {
	margin-right: 20px;
}
.left-menu ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px dotted #28596a;
}
.left-menu ul li a {
	text-decoration: none;
	color: #014ea2;
	padding-left: 15px;
	background: url(../images/blue-bullet.jpg) left no-repeat;
}
.left-menu ul li a:hover {
	background: url(../images/red-bullet.jpg) left no-repeat;
	color: #ff0000;
}
#tabs .selected-tab a {
	background: url(../images/red-bullet.jpg) left no-repeat;
	color: #ff0000;
}

#latestnews-tabs li,
#product-tabs li {
	float: left;
	list-style: none;
	margin-right: 1px;
}

#latestnews-tabs li a {
	text-decoration: none;
	color: #fff;
	padding-top: 8px;
	padding-left: 10px;
	background: url(../images/latestnews-tab.jpg) no-repeat;
	width: 175px;
	height: 26px;
	display: block;
}
#product-tabs li a {
	text-decoration: none;
	color: #fff;
	padding-top: 8px;
	padding-left: 10px;
	background: #2b495c;
	height: 26px;
	display: block;
	font-size: 11px;
	padding-right: 40px;
}

#latestnews-tabs .selected-tab a,
#latestnews-tabs li a:hover {
	color: #2b495c;
	background: url(../images/latestnews-tab-active.jpg) no-repeat;
}
#product-tabs li a:hover {
	color: #2b495c;
	background: url(../images/product-tab-active.jpg) no-repeat;
}
#product-tabs .selected-tab a {
	color: #2b495c;
	background: url(../images/product-tab-active.jpg) no-repeat;
}

.readmore {
	background: url('../images/blue-arrow.png') no-repeat 100% 70%;
	padding-right: 13px;
	text-indent: -9999px;
	width: 55px ! important;
}
/*** Tab Content ***/
#tab-trigger-bar {
	margin-bottom: 17px;
	position: relative;
}
#tabs li.last {
	margin-right: 0;
}
#tabs .selected-tab {
	background: url('../images/grey-na.gif') repeat-x bottom left;
}
.tabpane {
	display: none;
}
#tab-content .tab-content {
	float: left;
	width: 705px !important;
}
#tab-content .c-tab {
	display: block;
}
#tab-content h3 {
	color: #2b495c;
	font-size: 16px;
	padding-bottom: 25px;
}
#tab-content h4 {
	color: #2b495c;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
#tab-content h5 {
	color: #2b495c;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 15px;
	font-family: zawgyi-one;
}
#tab-content p {
	padding-bottom: 23px;
	padding-right: 10px;
	font-family: zawgyi-one;
}
#tab-content ul li {
	list-style: none;
	margin-bottom: 23px;
	background: url(../images/blue-circle.jpg) 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#tab6 ul {
	padding-bottom: 13px;
}
#tab6 ul li {
	list-style: none;
	margin-bottom: 10px;
	background: url(../images/blue-circle.jpg) 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#tab-content table tr td {
	vertical-align: top;
}