/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle0, .ddsubmenustyle0 ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width:0;
visibility: hidden;
z-index: 0;

}

.ddsubmenustyle0 li a{
display: block;
width: 160px; /*width of menu (not including side paddings) sub menu */
color:#5b5344;
background-color:#f7f6f0;
text-decoration: none;
padding: 4px 5px;
margin-left:0px;
text-align:left;
border-bottom: 0px solid black;
}

* html .ddsubmenustyle0 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle0 li a:hover{
background-color:#fa17f7;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/* Second Ul MENU chetan*/

.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 20;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 0;

}

.ddsubmenustyle1 li a{
display: block;
width: 160px; /*width of menu (not including side paddings) sub menu */
color:#5b5344;
background-color:#f7f6f0;
text-decoration: none;
padding: 4px 5px;
margin-left:0px;
text-align:left;
border-bottom: 0px solid black;
}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle1 li a:hover{
background-color:#0000ff;
color:White;
}

/* Third Menu*/

.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 20;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 0;

}

.ddsubmenustyle2 li a{
display: block;
width: 160px; /*width of menu (not including side paddings) sub menu */
color:#5b5344;
background-color:#f7f6f0;
text-decoration: none;
padding: 4px 5px;
margin-left:0px;
text-align:left;
border-bottom: 0px solid black;
}

* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle2 li a:hover{
background-color:#00ff00;
color: white;
}


/* Forth Menu*/

.ddsubmenustyle3, .ddsubmenustyle3 ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 20;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 0;

}

.ddsubmenustyle3 li a{
display: block;
width: 160px; /*width of menu (not including side paddings) sub menu */
color:#5b5344;
background-color:#f7f6f0;
text-decoration: none;
padding: 4px 5px;
margin-left:0px;
text-align:left;
border-bottom: 0px solid black;
}

* html .ddsubmenustyle3 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle3 li a:hover{
background-color:#ff0000;
color: white;
}
