/*dynamic script*/
<style type="text/css">

/*set CSS for SPAN tag surrounding each image*/
.seqslidestyle{
margin-right: 10px;
border: 0px;

}
</style>

/*end Dynamic script*/


/*script for Dropdown*/
<style type="text/css">

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid #ffffff;
background-color: #c0cfe2;
height: 45px;
width: 110px;
vertical-align: middle;
text-align: center;
}

.spacer {
  width:11px;
	height: 45px;
	background-color: #ffffff; }
	
.mainitems a{
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
background-color: #c0cfe2;
height: 45px;
width: 110px;
vertical-align: middle;
text-align: center;
}

.subuls{
display: none;
width: 140px;
position: absolute;
text-align: left;
top: 1.2em;
left: 0;
background-color: #c0cfe2;
border: 1px solid #ffffff;
}

.subuls li{
width: 100%;
text-align: left;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
text-align: left;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

</style>