body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,tr {
	font-family: Arial, Helvetica, sans-serif;
	
}
.gbg{
	background-color: #F5F5F5;
}
.wbg{
	background-color: #FFFFFF;
}
.obg{
	background-color: #F96915;
}
.dgbg{
	background-color: #CECECE;
}
.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width:140px;	
	line-height: 25px;
	padding-left:13px;
	text-decoration: none;
	background-color: #5A5757;
	display:block;

	
}
.mainmenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	width:140px;	
	line-height: 25px;
	padding-left:13px;
	text-decoration: none;
	background-color: #F96915;
}
.mainmenu:hover{
	background-color: #F96915;
}
.mainmenu2:hover{
	background-color: #5A5757;
}
.menutable {
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	line-height: 16px;
}
a{
	color: #3C3C3C;	
}
.text a{
	color: #3C3C3C;	
}
.text a:hover{
	color: #F96915;	
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.submen { /* all list items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A5757;	
	float: left;
	position: relative;
	width:140px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
.submen a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
}
.submen a:hover{
	background-color: #F96915;	
}



li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 27px;
	left: 0;

}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	
}


