div.menubar {
   background-color: #6699cc;
   border-top: 2px solid #ff8c00;
   border-bottom: 2px solid #ff8c00;
   opacity: 0.82;
   filter: Alpha(opacity=82);
   min-width: 100%;
}
div.menubar ul#menu {
   margin: 0px 0px 0px 10px;
   padding: 0px;
   height: 25px;
}
div.menubar ul#menu li {
   width: 84px;
   height: 25px;
   float: left;
   list-style-type: none;
   position: relative;
   z-index: 10;
}
div.menubar ul#menu a {
   background-color: #6699cc;
   color: white;
   line-height: 25px;
   text-align: left;
   text-decoration: none;
   font-size: 13px;
   display: block;
   width: 100%;
   height: 100%;
}
div.menubar ul#menu { zoom:1; }
div.menubar ul#menu:after { height: 0; visibility: hidden; content: "."; display: block;clear: both; }

div.menubar ul#menu ul.sub {
   background-color: #6699cc;
   border-width: 0px 1px 1px 1px;
   border-style: solid;
   border-color: #ff8c00;
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
}
div.menubar ul#menu ul.sub li {
   width: 100px;
   height: 33px;
   border-width: 0px 0px 1px 0px;
   border-style: solid;
   border-color: #ff8c00;
}
div.menubar ul#menu ul.sub li a {
   line-height: 33px;
   text-align: left;
   text-indent: 5px;
}
div.menubar ul#menu ul.sub li a:hover {
   background-color: #8fbc8f;
   color: #005500;
}

a.sample1{
font-size:13px;
display:block;
width:120px;
height:14px;
padding-top:5.8px;
padding-bottom:5.8px;
text-decoration: none;
text-align:center;
border-radius: 20px;
moz-border-radius: 20px;
webkit-border-radius: 20px;
background: linear-gradient(#b0c4de,#0099CC);
background: -webkit-gradient(linear, left top, left bottom, from(#b0c4de), to(#0099CC));
border:1px solid;
border-color:#87ceeb #6699cc #6699cc #6699cc;
color:#006699;
opacity: 0.6;
filter: Alpha(opacity=60);
}

a.sample1:hover{
background:#8fbc8f;
}

a.sample2{
font-size:13px;
display:block;
width:120px;
height:14px;
padding-top:5.8px;
padding-bottom:5.8px;
text-decoration: none;
text-align:center;
border-radius: 20px;
moz-border-radius: 20px;
webkit-border-radius: 20px;
background: linear-gradient(#fffacd,#ffcc33);
background: -webkit-gradient(linear, left top, left bottom, from(#fffacd), to(#ffcc33));
border:1px solid;
border-color:#87ceeb #6699cc #6699cc #6699cc;
color:#006699;
opacity: 0.5;
filter: Alpha(opacity=50);
}

.box_srcollbar {
font-size:15px;
width:440;
height:380;
overflow-y:auto;
scrollbar-base-color:#6699cc;
text-align:left;
position:absolute;
z-index:1;
}

p.srcoll2 {width:440px; height:330px;  overflow-y:scroll;position:fixed;z-index:1;}