.ddsmoothmenu{
font: normal 14px Trebuchet MS;
width: 100%;
text-transform:uppercase;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
line-height:34px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding: 2px 11px;
border-right: 1px solid #FFFFFF;
color: #666666;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #333333;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #000000;
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
/*background: #0066CC; background of menu items during onmouseover (hover state)*/
color: #ffffff;
background: #F26622;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: #FFFFFF;
}


.ddsmoothmenu ul li ul li a{
font: normal 14px Trebuchet MS;
background: #333333;
color:#FFFFFF;
text-transform: none;
padding: 4px;
padding-left:8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

<!--menu-->
a.headermenu {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #003853;
}
a.headermenu:hover {
	color: #99CCFF;
}

a.mainmenu {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}
a.mainmenu:hover {
	color: #F26622;
}

a.viewalllink {
	color: #CCCCCC;
}
a.viewalllink:hover {
	color: #FFCC00;
}
a.tagslink {
font-family: Trebuchet MS;
font-size:13px;
	color: #003399;
}
a.tagslink:hover {
font-family: Trebuchet MS;
font-size:13px;
	color: #F26622;
}

a.thumbtitle {
font-family: Trebuchet MS;
font-size:13px;
	color: #003399;
}
a.thumbtitle:hover {
font-family: Trebuchet MS;
font-size:13px;
	color: #F26622;
}
a.thumbtitlecat {
font-family: Trebuchet MS;
font-size:12px;
	color: #F26622;
	text-transform:uppercase;
}
a.thumbtitlecat:hover {
font-family: Trebuchet MS;
font-size:12px;
	color: #003399;
	text-transform:uppercase;
}
.thumbdate{
font-family: Trebuchet MS;
font-size:12px;
	color: #999999;
}
.pipetopmenu {color: #006393;}
.mainmenupipe {
color: #CCCCCC;
font-family: Trebuchet MS;
font-size: 18px;
padding-left: 7px;
padding-right: 7px;
}
.dropdownpage{
font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
font-size: 11px;
border: 0px;
}
#topvideosscroll {
	position:relative;
	width:476px;
	height:465px;
	z-index:1;
	overflow: auto;
}
#topvideosscrol2 {
	position:relative;
	width:476px;
	height:325px;
	z-index:1;
	overflow: auto;
}