/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/

margin: 0;
/*padding: 0;*/
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: white;
border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul li ul li a
{
    background-color: #4A5491; 
    /*background-image: url('Images/gsubmenu.jpg'); background-repeat: repeat-x;*/
    border:1px solid #301600; font-family: Arabic Transparent; color: #FFFFFF; font-size: 11pt; font-weight: bold; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}

.ddsubmenustyle ul li ul li a:hover
{
    font-family: Arabic Transparent; color: #2F3178; font-size: 11pt; font-weight: bold;
    background-color:#FFE670; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 220px; /*width of menu (not including side paddings)*/
/*color: black;
background-color: lightyellow;*/
text-decoration: none;
/*padding: 4px 5px;
border-bottom: 1px solid black;*/

border:1px solid #301600; font-family: Arabic Transparent; color: #FFFFFF; font-size: 11pt; font-weight: bold;
background-color:#4A5491; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}

.ddsubmenustyle li a:hover{
/*background-color: black;
color: white;*/
    background-color: #F7BD15; background-image: url('Images/gsubmenu.jpg'); background-repeat: repeat-x;
    border:1px solid #2F3178; font-family: Arabic Transparent; color: #2F3178; font-size: 11pt; font-weight: bold; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}

/********Not Working ***********/
.ddsubmenustyle li a.selected{
 /*background of tab with "selected" class assigned to its LI */
 background-color: #F7BD15; background-image: url('Images/gsubmenu.jpg'); background-repeat: repeat-x;
    border:1px solid #2F3178; font-family: Arabic Transparent; color: #2F3178; font-size: 11pt; font-weight: bold; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 220px; /*width of menu (include side paddings of LI A*/
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
display:none;   /* To hide the down arrow */
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 200px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Right Menu */
.ddsubrightmenustyle, .ddsubrightmenustyle div{ /*topmost and sub DIVs, respectively*/

margin: 0;
/*padding: 0;*/
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: white;
border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
}

.ddsubrightmenustyle ul li ul li a
{
    /*background-color: #4A5491; */
    /*background-image: url('Images/gsubmenu.jpg'); background-repeat: repeat-x;*/
    /*border:1px solid #301600; font-family: Arabic Transparent; color: #FFFFFF; font-size: 11pt; font-weight: bold; padding-left:5px; padding-right:20px; padding-top:5px; padding-bottom:5px;*/
}

.ddsubrightmenustyle ul li ul li a:hover
{
    /*font-family: Arabic Transparent; color: #2F3178; font-size: 11pt; font-weight: bold;
    background-color:#FFE670; padding-left:5px; padding-right:20px; padding-top:5px; padding-bottom:5px;*/
}

.ddsubrightmenustyle ul{
margin: 0;
padding:0;
padding-left: 14px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubrightmenustyle li a{
display: block;
width: 35px; /*width of menu (not including side paddings)*/
/*color: black;
background-color: lightyellow;*/
text-decoration: none;
/*padding: 4px 5px;
border-bottom: 1px solid black;*/

/*border:1px solid #301600; font-family: Arabic Transparent; color: #FFFFFF; font-size: 11pt; font-weight: bold;
background-color:#4A5491; */
padding-left:5px; padding-right:20px; padding-top:5px; padding-bottom:5px;
}

.ddsubrightmenustyle li a:hover{
/*background-color: black;
color: white;*/
width: 35px;
    /*background-image: url('Images/gsubmenu.jpg'); background-repeat: repeat-x;
    border:1px solid #2F3178; font-family: Arabic Transparent; color: #2F3178; font-size: 11pt; font-weight: bold; */
    padding-left:5px; padding-right:20px; padding-top:5px; padding-bottom:5px;
}

/********Not Working ***********/
.ddsubrightmenustyle li a.selected{
 /*background of tab with "selected" class assigned to its LI */
 background-color: #F7BD15; background-image: url('Images/gsubmenu.jpg'); background-repeat: repeat-x;
    border:1px solid #2F3178; font-family: Arabic Transparent; color: #2F3178; font-size: 11pt; font-weight: bold; padding-left:5px; padding-right:20px; padding-top:5px; padding-bottom:5px;
}



* html .ddsubrightmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 35px; /*width of menu (include side paddings of LI A*/
}