/* ######### Drop Down ULs CSS ######### */
/*
.dropmenudiv{

position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 130px;
visibility: hidden;

}

*/
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;              /*chnge only valye here*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color:#eeecf3;                   /*chnge only valye here*/
border: 1px solid #BBB;                   /*chnge only valye here*/
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
                               
}

/*
.dropmenudiv a{
background-color:#eeecf3;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*padding: 2px 0;
text-decoration: none;
color:#383131;
font-weight: normal;
}
*/


.ddsubmenustyle li a{
text-indent: 3px;                      /*added new here*/
font-weight: normal;                   /*added new here*/
display: block;
width: 170px;                            /*width of menu (not including side paddings)*/ /*chnge only valye here*/
color:#383131;                       /*chnge only valye here*/
background-color:#eeecf3;           /*chnge only valye here*/
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #BBB;      /*chnge only valye here*/
}

/*
.dropmenudiv a:hover{
background-color:#eeeeee;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*text-decoration: none;
color:#ff6633;
font-weight: normal;
}
*/



.ddsubmenustyle li a:hover{
width:170px;
display: block;
border-bottom: 1px solid #BBB;
color:#ff6633;
text-decoration: none;
font-weight: normal;
}


.ddsubmenustyle a:hover{
 /*THEME CHANGE HERE*/
background-color: #dad4e3;
}


.ddsubmenustyle a{ /*IE only hack*/
width: 100%;
}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*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;
}

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

