
#nav_topFa, #nav_topFa ul
{
    padding: 0 0 0px 0;
    margin: 0 0 0px 0;
    list-style: none;
    border-width: 0px 0px 0px 0px;
    position: relative;
    z-index: 10000 !important;
}
#nav_topFa
{
    padding: 0px;
}
#nav_topFa span
{
    font-family: B Yekan,Tahoma;
}
#nav_topFa li
{
    float: right;
    font-family: B Yekan,Tahoma;
    text-align: center;
    background-image: url('../../Images/Master/seperator.jpg');
    background-repeat: no-repeat;
    background-position: left;
}
#nav_topFa li ul
{
    width: auto;
 
}
#nav_topFa li ul li ul
{
    width: auto;
    padding-top: 0;
    	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}


#nav_topFa li li
{
    float: none;
}
/* a hack for IE5.x and IE6 */
* html #nav_topFa li li
{
    float: right;
}
#nav_topFa .main2 a
{
    display: block;
    float: left;
    color: #ffffff;
    margin: 0 0px 0px 0px;
    height: 41px;
    text-align: right;
    direction: rtl;
    font-family: B Yekan, Tahoma;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 10px;
}
#nav_topFa li a
{
    display: block;
    float: left;
    color: #ffffff;
    margin: 0 0px 0px 0px;
    text-align: right;
    direction: rtl;
    font-family: B Yekan, Tahoma;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;border-left:1px solid #fff;height:30px;
}
#nav_topFa li li a
{
    height: 30px;
    width: auto;
    min-width:119px;
    float: none;
    color: #2668ad;
    padding-top: 5px;
    background-color: #fff;
    border-bottom: 1px solid #f58220;
    font-family: B Yekan, Tahoma;
    font-size: 13px;
    text-align: right;
    padding-right: 5px;opacity: 0.8;
   
}

#nav_topFa li:hover
{
    position: relative;
    z-index: 300;
    color: #00ffff;
}
 #nav_topFa ul li ul :visited
{

        	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}
#nav_topFa li:hover ul
{
    right: 0;
    top:30px;

}
/* another hack for IE5.5 and IE6 */
* html #nav_topFa li:hover ul
{
    right: 10px;
}

#nav_topFa ul
{
    position: absolute;
    right: -1px;
    top: -9999px;
    z-index: 999999;
}
/* yet another hack for IE5.x and IE6 */
* html #nav_topFa ul
{
    width: 1px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav_topFa li:hover li:hover > ul
{
    right: 0px;
    margin-right: 100%;
    top: 0px;
}
/* keep further levels hidden */
#nav_topFa li:hover > ul ul
{
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
}
/* show path followed */
#nav_topFa li:hover > a
{
    text-decoration: none;
    color: #f58220;
    opacity: 1; 
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav_topFa li:hover li:hover ul, #nav_topFa li:hover li:hover li:hover ul, #nav_topFa li:hover li:hover li:hover li:hover ul, #nav_topFa li:hover li:hover li:hover li:hover li:hover ul
{
    right: -1px;
    margin-right: 100%;
    top: 0px;
}

/* keep further levels hidden */
#nav_topFa li:hover ul ul, #nav_topFa li:hover li:hover ul ul, #nav_topFa li:hover li:hover li:hover ul ul, #nav_topFa li:hover li:hover li:hover li:hover ul ul
{
    position: absolute;
    right: -1px;
    top: -9999px;
}

/* show path followed */

