/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
/* changed background:#710069; -> background:#7D1715;  */
/* C6A868 -> #CC9A00 */
.menu {margin-bottom: 0px; font-family: arial, sans-serif; font-weight: bold; width:880px; height:10px; position:relative; font-size:13px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#CC2027;width:164px; height:20px; text-align:center; color:#FFF6D5; border:1px solid #FFF6D5; background:#CC2027; line-height:20px; font-size:12px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

.menu2 {font-weight: normal;}
/*.menu2 ul li a, .menu ul li a:visited {font-size:10px;}*/

/* specific to non IE browsers */
/* chnged background:#36f -> background:#FFF6D4 */
.menu ul li:hover a {color:#BF0000; background:#CC9A00;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#CC9A00; color:#BF0000;}
/* changed background:#6fc -> background:#C0C0C0 or background:#808080 */
.menu ul li:hover ul li:hover a.hide {background:#C0C0C0; color:#CC2027;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#CC2027;}
/* changed background:#6fc -> background:#C0C0C0; */
.menu ul li:hover ul li a:hover {background:#C0C0C0; color:#CC2027;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* menu_v */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.menu_v{
list-style-type: none;
list-style:none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #FFF6D5;
border-bottom-width: 0;
/*margin-top: 2px;*/
font-family: arial, sans-serif; 
font-weight: bold;
font-size: 13px;
}
.glossymenu li a{
background: white url(media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

/*.menu_v ul li, .menu_v ul li a,*/
.menu_v li a{
/*background: #7D1715 repeat-x bottom left;*/
background-color:#CC2027;
background:#CC2027;
/*font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
font-family: arial, sans-serif; 
font-weight: bold; 
font-size:13px;
color:#FFF6D5;
display: block;
width: auto;
padding: 3px 0;
padding-left: 8px;
text-decoration: none;
border: 1px solid #FFF6D5;
}

* html .menu_v li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 156px;
}

.menu_v li a:visited, .menu_v li a:active{
color:#FFF6D5;
background-color:#CC2027;
background:#CC2027;
font-size: 13px;
text-decoration: none;
}

.menu_v li a:hover{
background-color: #CC9A00;
color: #BF0000;
/*position:relative;*/
font-size: 13px;
text-decoration: none;
}

.menu_v li:hover{
/*background-color: #FFF6D4;*/
background-color: #CC9A00;
color: #BF0000;
font-size: 13px;
position:relative;
}


.menu_v_table {
margin: 3px 0;
padding: 3;
width: 174px;
border: 1px solid #FFF6D5;
border-bottom-width: 0;
margin-top: 2px;
font-family: arial, sans-serif; 
font-weight: bold;
font-size: 14px;
background: #CC9A00;
text-decoration:none;
}

.menu_v_table td
{
padding: 2px 0;
padding-left: 10px;
color: black;
background: white;
font-family: arial, sans-serif;
}

.menu_v_table td:hover
{
color: red;
background: blue;
}

.menu_v_table tr td a:hover, .menu_v_table tr:hover, .menu_v_table td.hover
{
width: 164px;
color: green;
background: yellow;
background-color: yellow;
font-size: 13px;
text-decoration: none;
}

.menu_v_table td.normal, .menu_v_table td a, .menu_v_table td a:visited, .menu_v_table td a:active
{
text-decoration: none;
width: 164px;
color: red;
background: blue;
}

/*.menu_v_table  a:hover{
background-color: #CC9A00;
color: #BF0000;
position:relative;
font-size: 12px;
}*/

/*FFF6D5 - темносерій, букві и бордер
BF0000 -  - красній 
#C6A868; - средний беж
7D1715 - темно бордовое меню
#FFF6D4 - fon - совсем беж++*/

