/*** НЕОБХОДИМЫЕ СТИЛИ ***/
.sf-menu, .sf-menu * {
  margin:			0;
  padding:		0;
  list-style:		none;
}
.sf-menu {
    line-height:	1.0;
}
.sf-menu ul {
    position:		absolute;
    top:			-999em;
    width:			12em;
}
.sf-menu ul li {
    width:			100%;
}
.sf-menu li:hover {
    visibility:		inherit;
}
.sf-menu li {
    float:			left;
    position:		relative;
}
.sf-menu a {
    display:		block;
    position:		relative;
    text-decoration: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:			0;
    top:			25px;  /* отступ сверху выпадающего меню */
    z-index:		99;
    width:			165px;  /* ширина выпадающего меню */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:			165px;   /* отступ слева-выпадающего меню;*/
    top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:			165px;   /* отступ слева-выпадающего меню 3 уровнь;*/
    top:			0;
}

/*** СКИН ***/
.sf-menu {
    float:			left;
    margin-bottom:	1em;
}
.sf-menu a {
    border-right:   1px solid #FFFFFF;
    border-bottom:  1px solid #FFFFFF;
    padding: 		0.65em 0.55em;    /* паддинг меню сверху и справа */
    text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
    color:		     #0D3D63;
    font-size:       8pt;
    font-family:     Verdana, 'Open Sans';
    text-decoration: none;
    text-align:      left;
}
.sf-menu li {
    background:		#CFCFCF;  /* фон меню */
}
.sf-menu li li {
    background:		#EEEEEE;   /* фон выпадающего меню */
}
.sf-menu li li li {

    background:		#EEEEEE;  /* фон выпадающего-влево меню */
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:		#EEEEEE;   /* фон выбранного выпадающего меню */
    outline:		0;
    color:		    #990000;
    text-decoration: none;
}

/*** СТРЕЛКИ **/
.sf-menu a.sf-with-ul {
    padding-right: 	23px;
    min-width:		10px;
    text-decoration: none;
}
.sf-sub-indicator {
    position:		absolute;
    display:		block;
    right:			8px;
    top:			8px; /* отступ стрелок сверху IE6 only */
    width:			10px;
    height:			10px;
    text-indent: 	-999em;
    overflow:		hidden;
    background:		url('/js/menu/arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {
    top:			6px; /* отступ стрелок сверху */
    background-position: 0 -100px;
    text-decoration: none;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
    text-decoration: none;
}

.sf-menu ul .sf-sub-indicator {
    background-position:  -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position:  0 0;
    text-decoration: none;
}

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
    text-decoration: none;
}

/*** ТЕНИ ДЛЯ ВСЕХ БРАУЗЕРОВ, КРОМЕ IE6 ***/
.sf-shadow ul {
    background:	url('/js/menu/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    border-radius-bottomleft: 17px;
    border-radius-topright: 17px;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
    -o-border-radius-bottomleft: 17px;
    -o-border-radius-topright: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
