﻿table {border-collapse:collapse; border:0; margin:0; padding:0;}
  
#menu_left ul li {
 line-height: 16px;
 font-size: 14px;
 font: medium;
 text-decoration: none;
 /*color: white;*//*#0121d8;*/
 height: 16px;
 /*text-indent: 15px;*/
 text-align: left;
 float: left;
 /*background: url(images/menuitem.png) repeat-y;*/
 margin: 0;
 vertical-align: middle;
 list-style-image: none;
 list-style: none;

 }

#menu_left ul li a {
 padding-left: 15px;
 color: #0098EE;
 text-decoration: none;
}


#menu_left ul a:hover  {
 color: red;
}


#submenu ul li {
 line-height: 14px;
 font-size: 12px;

 text-decoration: none;
 /*color: white;*//*#0121d8;*/
 height: 14px;
 /*text-indent: 15px;*/
 text-align: left;
 float: left;
 /*background: url(images/menuitem.png) repeat-y;*/
 margin: 0;
 vertical-align: middle;
 list-style-image: none;
 list-style: none;

 }

#submenu ul li a {
 padding-left: 15px;
 color: #0098EE;
 text-decoration: none;
}


#submenut ul a:hover  {
 color: red;
}
