﻿.AspNet-Menu-Vertical /* menu containter object | she7ata */
{   padding:20px 10px 10px 0;
}
.AspNet-Menu        /* basic ul class for mother menu | she7ata */
{
    width:175px;
    position:relative;
}

.AspNet-Menu a{     /* global | she7ata */
	display:block;
	padding:4px 0 4px 0;
	border-bottom:1px silver dashed;
	font-size:95%;
	font-weight:bolder;
	text-decoration:none;
	color:#FF5205;
	text-indent:3px;
}
	
.AspNet-Menu-WithChildren ul /* sub menu container | she7ata */
{
    position:absolute;
    top:0px;
    left:-150px;
    width:150px;
    background:#ffffff;
    margin:2px;
    border:1px #E1E1E1 dotted;
    text-indent:5px;
}

.AspNet-Menu-Leaf a /* sub menu items */
{
    background-color:#FAFAFA;
    font-weight:normal;
}
.AspNet-Menu-Leaf a:hover , .AspNet-Menu a:hover /* sub menu item(s) */
{
    background-color:#F0F0F0;
}

