/* вертикальное меню */
.vmeny:link {
color : #7E7F8F;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}
.vmeny:visited {
color : #7E7F8F;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}
.vmeny:active {
color : #7E7F8F;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}
.vmeny:hover {
color : #000000;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}

/* вертикальное меню */
.vmenu1:link {
color : #ffffff;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}
.vmenu1:visited {
color : #ffffff;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}
.vmenu1:active {
color : #ffffff;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px
}
.vmenu1:hover {
color : #ffffff;
text-decoration : none;
font-family : Century Gothic, Verdana, Arial;
font-size : 11px;
font-weight : normal;
margin-left:30px;
text-decoration:underline
}

/* Теги таблиц */
td {
color : black;
text-decoration : none;
font-family : Arial, sans-serif;
font-size : 12px;
}

.dropmeny {
border-bottom : solid;
border-top : solid;
border-left : solid;
border-right : solid;
border-color : #ffff #ffff #ffff #ffff;
border-width : 0 0 0 0;
margin-left: 20px;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
}


