.deftext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.menuitems1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CC0000;
	font-weight: bold;
}
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	behavior: url(csshover.htc);
}
table {
	margin: 0;
	padding: 0;
}
table#main {
	height: 100%;
}
table td {
	padding: 0; 
	vertical-align: top;
}
table#main td#left {
	width: 42px;
	background: ;
	border-left: 2px solid white;
	border-top: 2px solid white;;
}
table#main td#left img {
	width: 26px;
	height: 573px;
	margin-top: 20px;
	margin-left: 8px;
	display: block;
}
table#main td#menuBar {
	width: 135px;
	background: ;
	background-color: ;
	border-left: 2px solid white;
	border-top: 2px solid white;;
}
table#main td#menuBar img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 4px solid white;
}

table#right{
	height: 100%;
	width: 100%;
}
table#right td#logo {
	background-color: #FFE59A;
	height: 116px;
	border-bottom: 4px solid #FFD457;
	margin-right: 4;
	width: 100%;
}
table#right td#logo img {
	position: absolute;
	top: 6;
	right: 0;
}
table#right td#content {
	position: relative; 
	float: center;
	padding-top: 70px;
	width: 90%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;	
}
div#navcontainer { 
	position: absolute;
	left: 50px;
	top: 200px;
	width: 135px;
}

div#navcontainer a
{
display: block;
padding: 5px;
width: 100%;
background-color: ;
border-bottom: 1px solid #eee; 
font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}
div#navcontainer a.first {
border-top: 1px solid #eee; 
}
div#navcontainer a:link, #navlist a:visited
{
color: blue;
text-decoration: none;
}

div#navcontainer a:link, #navlist2 a:visited
{
color: red;
text-decoration: none;
}

div#navcontainer a:hover
{
background-color: #FFE59A;
color: #005DAA;
}

div#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

div#navcontainer li {
	position: relative;
	list-style: none;
	margin: 0;
	width: 135px;
}

div#navcontainer li a {
display: block;
}

div#navcontainer ul ul {
	position: absolute; top: 0; left: 135px; display: none;
}

div#navcontainer ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

