/* القائمة المنسدلة */

.anylinkcss
                        {
                        position: absolute;
                        visibility: hidden;
                        border-width:1px;
                        border-style: outset;
                        border-color: #9EC79F;
                        border-bottom-width: 0;
                        font:normal 11px "Microsoft Sans Serif",MS Sans Serif;
                        line-height: 16px;
                        z-index: 100;
                        background-color: #E5F3DC;
                        Xbackground-image: url(../images/menu-bg.png);
                        Xbackground-position: bottom;
                        width: 99px;
                        text-indent: 3px; 
                        text-align: right;
                        }

.anylinkcss a
                        {
                        width: 100%;
                        display: block;
                        Xtext-indent: 3px; /* فراغ قبل بداية النص */
			border-bottom-width: 1px;
			border-bottom-style: outset;
			border-bottom-color: #00AA00;
                        padding: 1px 1px;
                        text-decoration: none;
                        filter:dropshadow(color=#FFFFFF,offx=1, offy=1, positive=1);
                        }

.anylinkcss a:hover
                        {
                        /*hover background color*/
                        background-color: #9EC79F;
                        color: white;
                        Xbackground-image: url(../images/menu-bg-hover.png);
                        Xbackground-position: bottom;                        
			border-width:1px;
			border-style: outset;
                        border-color:  #F3F1EB;
                        filter:dropshadow(color=#000000,offx=1, offy=1, positive=1);
                        }

/******************************************************************/		
			
/*
				<div id="anylinkmenu1" class="anylinkcss">
					<a href="#" class="subject"></a> 
					<a href="#" class="subject"></a> 
					<a href="#" class="subject"></a> 
					<a href="#" class="subject"></a> 
					<a href="#" class="subject"></a> 
					<a href="#" class="subject"></a> 
					<a href="#" class="subject"></a> 
				</div>
				
*/				
			
