
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; direction: ltr !important; }

.sf-menu { height: 32px; width:600px; margin-right:10px; }
.sf-menu li { position: relative; padding: 0 5px 0; }
.sf-menu li { white-space: nowrap; -webkit-transition: background .2s; }
.sf-menu > li { float: right; height: 34px; background: url(/Portals/_default/Skins/BagherPoor/images/seperator.png) left no-repeat;}
.sf-menu > li > a:hover { background: url(/Portals/_default/Skins/SkinMain/images/mnu-hover.png); background-repeat:repeat-x; color:#fff;}

.sf-menu ul { position: absolute; display: none; top: 100%; right: 0; z-index: 99; }
.sf-menu ul { box-shadow: 2px 2px 6px rgba(0,0,0,.2); min-width: 9em; }

.sf-menu a { display: block; position: relative; }
.sf-menu a { text-decoration: none; display: block; zoom: 1; /* IE7 */ }
.sf-menu a { display: inline-block; padding: 2px 10px; color: #000; font: 8pt/26px tahoma; height:83%; }

.sf-menu ul ul { top: 6px; right: 100%; }
.sf-menu ul ul li { }

.sf-menu li:hover, .sf-menu li.sfHover { -webkit-transition: none; transition: none; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }

.sf-menu li ul li { padding: 3px 8px 4px 8px; height: 26px; border-bottom: 1px dotted #4A85E2; }

.sf-menu ul li { background: #F4F7F8; }
.sf-menu ul li a { height: 100%; font-weight: normal !important; display:block; }
.sf-menu ul li:hover { background: #4E75B8; color:#fff; cursor:pointer;}
.sf-menu ul li a:hover { color:#fff; }

.sf-menu ul li ul li a {display:block;}
.sf-menu ul li ul li a:hover {color:#fff;}
.sf-menu ul li ul li:hover {color:#fff;}

.sf-arrows .sf-with-ul:after { content: ''; position: absolute; top: 50%; left: -0.65em; height: 0; width: 0; border-width: 4px 3px; border-style: solid; border-color: transparent; border-top-color: #dFeEFF; border-top-color: rgba(255,255,255,.5); }
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border: none; }
.sf-arrows ul .sf-with-ul:after { margin-top: -1px; margin-right: -1px; border-color: transparent; border-right-color: #dFeEFF; border-right-color: rgba(255,255,255,.5); }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { }

