/*Вертикальное меню*/
ul.vertmenu { 
 padding:0; 
 margin:10px 15px; 
 text-transform: uppercase;
}
ul.vertmenu li { 
 padding:2px 0; 
 margin:0; 
 list-style: none; 
 BACKGROUND-IMAGE: url(../img/leftmenublock.jpg); 
 BACKGROUND-REPEAT: repeat-x; 
 BACKGROUND-POSITION: left top;
}
ul.vertmenu li ul { 
 padding:0;
 margin:0; 
 text-indent: 5px;
 display:none; 
 text-transform: none;
}
ul.vertmenu li ul li { 
 BACKGROUND-IMAGE: url(../img/leftmenublockinside.jpg); 
 BACKGROUND-REPEAT: repeat-x; 
 BACKGROUND-POSITION: left top;
}
ul#myvertmenu a { /*Конечное вертикальное меню*/
 padding-left: 8px; 
 text-decoration: none;
} 
ul#myvertmenu a.collapsed { 
 background:url('../img/collapsed.gif') left 6px no-repeat; 
}
ul#myvertmenu a.expanded { 
 background:url('../img/expanded.gif') left 6px no-repeat; 
}

body     {font-family: tahoma,arial,sans-serif; color:#333333}
p        {font-size: 87%; text-indent:20px}
h1		 {font-size: 90%; font-weight: bold; text-shadow: blue 5px 5px 3px}
A:Link   { Color: navy; Text-decoration: underline}
A:Visited{ Color: cherry; Text-decoration: underline}
A:Hover  { Color: black; Text-decoration: none}
