﻿/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle-ar, .ddsubmenustyle-ar ul{ /*topmost and sub ULs, respectively*/
font: bold 11pt Arial;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 0;
list-style-type:none;
background: #eaeaea;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle-ar li a{
display: block;
width: 180px;
color: #666;
background: url("../ar/images/arrow-left.gif") no-repeat right center;
text-decoration: none;
padding:3px 20px ;
border-bottom: 1px dotted #c0c0c0;
font-weight:900;
}

* html .ddsubmenustyle-ar li a{ /*IE6 CSS hack*/
display: inline-block;
font-weight:900;
color: #666;
}

.ddsubmenustyle-ar li a:hover{
background: url("../ar/images/arrow-left.gif") no-repeat right center;
background: #b50019;
color: #fff;
font-weight:900;
border-bottom: 1px dotted #fff000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

.sub-padding-ar{
padding: 0 0 0 20px;
}