/* Start of CMSMS style sheet 'mainmenu' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}

#menu_vert ul {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

#menu_vert ul li {
    font: bold 12px Tahoma;
  text-transform:uppercase;
 
  padding:3 20 3 20;
  color:#FFFFFF; 
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert ul li a { height: 1%; } 
/** end fix **/

/* first level links */
div#menu_vert ul a {
   text-decoration:none; /* no underline for links */
   padding:8 10 8 30; /* some air for it */
   color: #FFFFFF; /* this will be link color for all levels */
   background-image: url(../img/mn_na.gif);  
   margin: 0 0 0 0;
   display: block; /* IE has problems with this, fixed above */
}

/* Подсветка при наведении мышкой */
div#menu_vert ul a:hover {
   background-image: url(../img/mn_a.gif); 
   color:#FFFFFF;	
}

div#menu_vert ul li a.activeparent {
  background-image: url(../img/mn_s.gif);
  color:#FFFFFF;
}

div#menu_vert ul li h3 {
  background-image: url(../img/mn_s.gif);
  color:#ffffff;
 font: bold 12px Tahoma;
  margin: 0 0 0 0;
  padding:6 10 8 30; /* some air for it */
  text-align:left;
}

#menu_vert ul ul {

 font: bold 12px Tahoma;
  display: block;
  background-color:#4a9de1; 
  padding: 5 5 5 5;
}


/* next level links, more padding and smaller font */
div#menu_vert ul ul li {
  border-bottom: 1px solid #2753d3;
  padding: 0 0 0 0;
  display: block;
  border-top: none;
  text-transform: none;
}

div#menu_vert ul ul a {
  background-image: url(../img/mn_na2.gif); background-repeat: no-repeat;
  padding:2 10 4 30;
  color:#FFFFFF; 
  text-decoration: none;
  display: block;
}

/* Подсветка при наведении мышкой */
div#menu_vert ul ul a:hover {
   background-image: url(../img/mn_a2.gif);
   background-color: #396cdc;
   color:#FFFFFF;	
}

div#menu_vert ul ul li.currentpage {
   background-image: url(../img/mn_a2.gif);
   padding: 1 10 4 30;
  display: block;
   text-align:left;
}

div#menu_vert ul ul li h3 {
  color:#1023ca;
  font: bold 12px Tahoma;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align:left;
  background-image: none;
  border-bottom: 0;
}

div#menu_vert ul ul li a.activeparent {
  background-image: url(../img/mn_a2.gif);
  color:#FFFFFF;
}
/* End of 'mainmenu' */

