#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
    width: 100%; /* Main Menu Item widths */
    border: 1px solid #ccc;
    border-top:none;
    /*position: relative;*/
	font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
    z-index:9;
	direction:rtl;
}

#menu-v li
{
    background: #FFF url('images/bg.gif') repeat-x 0 0px;
    list-style: none;
	margin: 0;
	padding: 0;
}

#menu-v li a
{
    font: normal 14px BYekan;
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: #27a9e1;
    text-decoration: none;
    line-height:26px;
    padding:0 5px;            
}
#menu-v ul li a
{
    line-height:30px;
}
                
#menu-v li a.arrow:hover
{
    background:rgba(0, 0, 0, 0) url("images/arrowon.gif") no-repeat scroll left center;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menu-v a.arrow
{
    background:rgba(0, 0, 0, 0) url("images/arrow.gif") no-repeat scroll left center;
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -10px;
}
#menu-v ul li
{
    background: rgba(255, 255, 255, 1);
    background-image:none;
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #FFF;
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */