/* Border*/
#dropmenudiv
{
position:absolute;
border:1px solid RGB(207,207,207);
color: RGB(51,51,51);
border-bottom-width: 1;
font: normal 12px Arial;
line-height:17px;
z-index:100;
}

.temp1
{
width: 100%;
display: block;
text-indent: 3px;
background-color: RGB(255,255,255);/*RGB(244,244,244); /* menu normal color*/
/*border-bottom: 1px solid RGB(222,222,222);
border: 1px solid RGB(222,222,222);*/
color: RGB(51,51,51);
padding: 3px 0px;
text-align:left;
text-decoration: none;
font: normal 12px Arial;
padding-left:10px;
}

#dropmenudiv a
{
width: 100%;
display: block;
text-indent: 3px;
background-color: RGB(255,255,255);/*RGB(244,244,244); /* menu normal color*/
/*border-bottom: 1px solid RGB(222,222,222);*/
color: RGB(51,51,51);
padding: 3px 0px;
text-decoration: none;
font: normal 12px Arial;
}

#dropmenudiv a:hover
{
background-color: RGB(255,255,255);/*RGB(255,255,255); /* menu selected normal color*/
color: RGB(2,0,128);/*RGB(170,20,40);*/
font: normal 12px Arial;
}
