DIV {width: 100%;font: 32pt Arial bold}
#PCL {font-family: Ms sans serif;}
A {font-family: Ms sans serif; text-decoration : none; color:#0000A0; }
A:visited {color : #808000;}
A:hover {text-decoration : none;color : #0000ff; }
BODY {OVERFLOW:scroll;OVERFLOW-X:hidden}

/*-------------for sub menu ---------------*/
#dropmenudiv{
position:absolute;
background-color: #dFe5FB;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d1d1F7;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}



