/* ------------------------------------------------
     Style by :  avadesigner
		  web :  www.avadesigner.com
		Email :  info@avadesigner.com
------------------------------------------------ */


a, a:visited, a:active { text-decoration:none;}

.ava{
font: 12px tahoma;
width: 710px;
text-align:center;
display:inline-block;
direction: rtl;
}

.ava ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ava ul li{
position: relative;
display: inline;
background-color: transparent;
float: right;
}
.ava ul li a{
display: block;
background-color: transparent;/*background of menu items (default state)*/
color: #FFF;
padding: 8px 10px;
text-decoration: none;
}

* html .ava ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ava ul li a:link, .ava ul li a:visited{
color: #FFF;
}

.ava ul li a:hover{
background-color: transparent; /*background of menu items during onmouseover (hover state)*/
color: #FF6;
}
/*1st sub level menu*/
.ava ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
opacity: 0.9;
filter: alpha(opacity=90);
width: 171px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ava ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ava ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ava ul li ul li a{
font: 12px tahoma;

background: none repeat scroll 0 0 #265FAC;
width: 160px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #173B8F;
text-align:right;
border-left: none;

}
.ava ul li ul li a:hover{
	background: none repeat scroll 0 0 #548DDA;
}
/* Holly Hack for IE \*/
* html .ava{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
left: 7px;
}

.leftarrowclass{
position: absolute;
top: 6px;
left: 5px;
padding: 2px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ava ul ul {
	background:	url('../../images/shadow.png') no-repeat left bottom;
	padding:5px 0px 10px 10px;
}
.ava ul ul.ava-shadow-off {
	background: transparent;
}
