/* Left menu*/
div.left-menu-top
{
    float:left;
	width:214px;
	height:13px;
	background: url(images/menu_main_top.gif) no-repeat;
}

div.left-menu-mid
{
    float:left;
	width:214px;
	background: url(images/menu_main_mid.gif) repeat-y;
    text-align:left;
    padding-left:20px;
    color:#fff;
}
div.left-menu-bot
{
    float:left;
	width:214px;
	height:16px;
	background: url(images/menu_main_mid.gif) repeat-y;
}
a.left-menu-item
{
  color:#fff;
  text-decoration: underline;
  font: 14px arial,sans-sefif;
  font-weight:bold;
}
a.left-menu-item-sel
{
  color:yellow;
  text-decoration: underline;
  font: 14px arial,sans-sefif;
  font-weight:bold;
}

#id21	
{
margin:6px;
}

.left-menu-item-sel
{
  color:yellow;
  text-decoration: underline;
  font: 14px arial,sans-sefif;
  font-weight:bold;
}

