td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal}

.leftside {
  background-image: url(../images/left_menu_bg.jpg);
  background-repeat: no-repeat;
  border-right: 1px solid #666666;
}

/*left-menu*/
table.left-menu td{
  /*letter-spacing   : 2px;*/
  padding-bottom: 2px;
  padding-top: 2px;
  /*border-bottom: 1px solid #666666;*/
  width: 153px;

}

a.left-menu:link, a.left-menu:visited {
	padding          : 0px 0px 0px 5px;
	color            : #0B0E9C;
	font-weight      : bolder;
	font-size        : 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

a.left-menu:hover {
	color            : #000000;

}

/*bottom menu*/
table.bottom-menu td{
  /*letter-spacing   : 2px;*/
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 2px;
  border-bottom: 1px solid #666666;

}

a.bottom-menu:link, a.bottom-menu:visited {
	padding          : 0px 5px 0px 5px;
	color            : #0B0E9C;
	font-weight      : bolder;
	font-size        : 11px;

}

a.bottom-menu:hover {
	color            : #000000;

}