﻿.leftmenu tr td div{
	height:22px;
	width:200px;
	cursor:pointer;
	color:#00002f;
	font-family: Arial;
	font-size:14px;
}
.leftmenu tr td div:hover{
	background-color:#ffcd13;background-image:none;color:#00002f
}
.leftmenu tr td div table{
	display:none;
	position:relative;
	left:130px;
	top:-15px;
	background-color:#FFFFCC;
	
	
}
.leftmenu tr td div table tr td:hover{
	background-color:orange;
}
.leftmenu{background-color:white;
	
}
.leftmenu a{
	text-decoration:none;
	color:#00002f;
}
.leftmenu tr td a:hover{
	color:yellow;
	background-color:orange;
}
.leftmenu tr td:hover{
	background-color:white;
}
.leftmenu{
	margin-top:20px;
}

.topmenu{
	width:100%;
	font-family:Arial;
	font-size:14px;
	text-align:center;
}
.topmenu tr td{background-color:#ffcd13;
}

.topmenu tr td:hover{
	background-color:#FFE888;
}
.topmenu{
	border:thin white outset;

}
.topmenu a{
	text-decoration:none;
	color:#00002f;
}
.title {
	font-size: 22px;
	text-align: left;
	background-image: url('titleback.png');
	background-repeat: no-repeat;
}
p{
	text-align:left;
	text-align:justify;
	color:#00002F;
	padding-left:5px;
}
a img
{
	border:0px;
}

