#menu {
	width: 170px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(../images/menu1.gif);
}
	
#menu li a:hover {
	color: #26370A;
	padding: 8px 0 0 10px;
	background-image: url(../images/menu1.gif);
	background-position: -32px;
}
	
#menu li a:active {
	color: #26370A;
	padding: 8px 0 0 10px;
	background-image: url(../images/menu1.gif);
	background-position: -64px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main content {
	background-color: #99FFFF;
	float: right;
	width: 700px;
}
.textarea {
	clear: both;
	float: right;
	height: 375px;
	width: 748px;
	margin-right: 13px;
	padding-left: 5px;
	margin-top: 10px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #00CCFF;
	margin-bottom: 10px;
	overflow: auto;
}
#banner {
	background-color: #FFFF99;
	height: 234px;
	width: 745px;
	margin-bottom: 10px;
}
.translator {
	position: absolute;
	height: 43px;
	width: 300px;
	left: 721px;
	top: 1px;
}
.companytext {
	height: 360px;
	padding-right: 25px;
	padding-left: 25px;
}

.textarea2 {
	clear: both;
	float: right;
	height: 375px;
	width: 748px;
	margin-right: 13px;
	padding-left: 5px;
	margin-top: 10px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCFFCC;
	margin-bottom: 10px;
}

.textarea3 {
	clear: both;
	float: left;
	height: 375px;
	margin-right: 20px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
	width: 920px;
}
.textarea4 {
	clear: both;
	float: right;
	height: auto;
	margin-right: 20px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
}

.textara3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.textarea3::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.textarea3::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}



.textarea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.textarea::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.textarea::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}












.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 42em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
    background: #CCC;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid gray;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 28em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
.tableuper {
	margin-top: 10px;
}
