/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 10px Verdana, Geneva, sans-serif;
margin: 0px 0 0px 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:none;
border:0px;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 1px 0 0px 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color:#fff;
text-shadow: 1px 1px 3px #400;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li li a{
width: 170px; /*width of menu (not including side paddings)*/
background-color: #c00;
}

.ddsubmenustyle li li li a{
width: 170px; /*width of menu (not including side paddings)*/
background-color: #b00;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #e00;
color: #ff0;
}

.ddsubmenustyle li li a:hover{
background-color: #d00;
color: #ff0;
}

.ddsubmenustyle li li li a:hover{
background-color: #c00;
color: #ff0;
}

/*--Для меню "Партнеры"--*/

.ddsubmenustyle li.partner a{
display: block;
width: 120px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li li.partner a{
width: 100px; /*width of menu (not including side paddings)*/
background-color: #c00;
}

.ddsubmenustyle li.partner a:hover{
background-color: #e00;
color: #ff0;
}

.ddsubmenustyle li li.partner a:hover{
background-color: #d00;
color: #ff0;
}

/*---Для меню "Продукция"---*/

.ddsubmenustyle li.product a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li li.product a{
width: 170px; /*width of menu (not including side paddings)*/
background-color: #c00;
}

.ddsubmenustyle li li li.product a{
width: 170px; /*width of menu (not including side paddings)*/
background-color: #b00;
}

.ddsubmenustyle li.product a:hover{
background-color: #e00;
color: #ff0;
}

.ddsubmenustyle li li.product a:hover{
background-color: #d00;
color: #ff0;
}

.ddsubmenustyle li li li.product a:hover{
background-color: #c00;
color: #ff0;
}

.ddsubmenustyle li.venera a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li li.venera a{
width: 230px; /*width of menu (not including side paddings)*/
background-color: #c00;
}

.ddsubmenustyle li li li.venera a{
width: 230px; /*width of menu (not including side paddings)*/
background-color: #b00;
}

.ddsubmenustyle li.venera a:hover{
background-color: #e00;
color: #ff0;
}

.ddsubmenustyle li li.venera a:hover{
background-color: #d00;
color: #ff0;
}

.ddsubmenustyle li li li.venera a:hover{
background-color: #c00;
color: #ff0;
}

/*--Для меню "О фирме"--*/

.ddsubmenustyle li.about a{
display: block;
width: 120px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li.about a:hover{
background-color: #e00;
color: #ff0;
}

/*--Для меню "Прайс"--*/

.ddsubmenustyle li.price a{
display: block;
width: 100px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li.price a:hover{
background-color: #e00;
color: #ff0;
}

/*--Для меню "Поддержка"--*/

.ddsubmenustyle li.support a{
display: block;
width: 100px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #d00;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #800;
border-right: 1px solid #f00;
}

.ddsubmenustyle li.support a:hover{
background-color: #e00;
color: #ff0;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 1px;
left: 100px;
border: 0;
}

.backarrowpointer{ /*CSS for "back" arrow image added to breadcrumb of mobile menu sub menus*/
position: relative;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}