.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
background: #242c54 url(bluedefault.gif) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(blueactive.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #303c76; /*sub menu background color */
height: 75;
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
height: 75;
border-bottom: 1px solid navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #242c54;
}

div.sc_menu {  
/* Set it so we could calculate the offsetLeft */  
  position: relative;
  height: 235px;
  width: 800px;
/* Add scroll-bars */  
  overflow: auto;
}

ul.sc_menu {  
  display: block;  
  height: 200px;  
/* Max width here, for users without Javascript */  
  width: 1500px;  
  padding: 15px 0 0 15px;
/* Remove default margin */  
  margin: 0;  background: url('navigation.png');
  list-style: none;
}

.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}

.sc_menu a {
  display: block;
  text-decoration: none;
}

.sc_menu span {  
/* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu span {  
display: none;  
margin-top: 3px;  
text-align: center;  
font-size: 12px;  
color: #fff;
}

.sc_menu a:hover span {  
display: block;
}

.sc_menu img {  
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}


div.scrolling {
  text-align: center;
  border: solid 0px #FF0000;
  background: #0014FF;
  color : #000000;
  overflow:hidden;
  padding: 4px;
  width: 450px;
  height: 70;
  }
