div#menucontainer {margin:0; padding:0; width:870px; height:36px;
  border-top:0px solid silver; border-bottom:0px solid silver;} 

.ddcolortabs {margin:0; padding-top:8px; width:100%; background:transparent; voice-family: "\"}\""; voice-family:inherit;}
.ddcolortabs ul {margin:0; padding:0; float:left; font:bold 13px Arial; width:100%; 
  background:black url(blockdefault.gif) center center repeat-x;}
.ddcolortabs li {display:inline;}
.ddcolortabs li a {float:left; color:white; padding:9px 11px; text-decoration:none;
  border-right:1px solid silver;}
.ddcolortabs li a:visited {color:white;}
.ddcolortabs li a:hover, .ddcolortabs li a.current {color:white;
  background:transparent url(blockactive.gif) center center repeat-x;}

.ddcolortabs a span {}
.ddcolortabs a span {float:none;}
.ddcolortabs a:hover {color:white; background:transparent url(blockactive.gif) center center repeat-x;}
.ddcolortabs a:hover span {color:white; background:transparent url(blockactive.gif) center center repeat-x;}
.ddcolortabs .selected a, .ddcolortabs .selected a span, .ddcolortabs a span.active {/*currently selected tab*/
  color:white; background:transparent url(blockactive.gif) center center repeat-x;}
	
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a {position:absolute; margin-top:0px; top:0; border:1px solid silver; /*THEME CHANGE HERE*/
							  border-top:2px solid silver;
								border-top-width:2px solid; /*Top border width. Should match height of .ddcolortabsline above*/
								border-bottom-width:0; font:normal 12px Arial; line-height:18px; z-index:100; background-color:white;
								width:160px; visibility:hidden;}

.dropmenudiv_a a {width:auto; display:block; text-indent:5px; border-top:0 solid silver;
							 	  border-bottom:1px solid silver; /*THEME CHANGE HERE*/ padding:2px 0; text-decoration:none; color:black;}
* html .dropmenudiv_a a {/*IE only hack*/ width:100%;}
.dropmenudiv_a a:hover {/*THEME CHANGE HERE*/ background-color:RGB(152,14,16); color:white;}

*:first-child+html .ieclass {/*IE7 hack to remove gap between menu and sub contents*/ margin-top:-1em;}
* html .ieclass {/*IE6 and below hack to remove gap between menu and sub contents*/ margin-top:-1em;}
