#ie6_alert { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
width: 100%; /*width of 2nd level sub menus*/
height: 30px;
margin: -2px auto;
text-align: center; 
color: #000;
background: url(images/bgie6.jpg) repeat-x center;
} 

#ddtabs1
{
	width:100%;
	height: 34px;
	vertical-align: middle;
	margin: auto;
	background: url(images/bgddtabs1h.png) repeat-x top;
}

.basictab ul{
padding: 3px 0 0 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
padding: 0;
border: 0;
}

.basictab li a, .basictab li a:visited, .basictab li a:active
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
text-decoration: none;
padding: 4px 35px;
color: #FFF;
}

.basictab li a:hover, .basictab li a.current
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #FFF;
padding: 7px 35px;
cursor: pointer;
background: #003f8b;
}
