body {
  margin: 0px 0px 0px 0px;
  background-color: #e5e0db;
  color: #000000;
}


td, tr, p, div {
  font-family      : Tahoma;
  font-size        : 11px;
  color            : #333333;
}


a:link, a:visited {
  font-size        : 10px;
  color: #000099;
  text-decoration  : none;
  font-weight: bold;
  font-family      : Tahoma;
}

a:hover {
  color: #0099FF;
}

/*-------- Begin Main Level --------------*/
a.mainlevel:link, a.mainlevel:visited {
	background: url(images/menu_bg.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	padding: 9px 0px 0px 13px;
	font-size:11px;
	font-weight:600px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	height: 23px!important;
	height: 32px;
	width: 152px!important;
	width: 165px;	
}

a.mainlevel:hover {
	background-position: 0px -32px;
	text-decoration: none;
	color: #ffffff;
}

a.sublevel:link, a.sublevel:visited {
    margin: 0px 0px 0px -4px;
	background: url(images/submenu_bg.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	padding: 3px 0px 0px 30px;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
	text-decoration: none;
	height: 18px!important;
	height: 21px;
	width: 152px!important;
	width: 165px;
}

a.sublevel:hover {
        background-position: 0px -21px;
	text-decoration: none;
	color: #ffffff;
}

