.ddtabmenublock{
	background-position: center center;
	padding-top: 0px;
	margin: 0px;
	width: 100%;
	background: #DDD url(http://www.augustaga.com/images/backgrounds/auto-new-nav.jpg) repeat-x center
center;
}

.ddtabmenublock table{
margin: 0;
padding: 0;
/*width: auto;*/
width: 100%;
height:35px;
}

.ddtabmenublock table td{
	text-align: center;
	vertical-align: middle;
	font: bold 13px Arial;
	line-height: 35px;
}

.ddtabmenublock td a{
	display: inline-block;
	color: #000000;
	/*padding: 0 17px;*/
	padding: 0 18px;
	text-decoration: none;
}

.ddtabmenublock td a:visited{
	color: #000000;
	text-decoration: none;
}

.ddtabmenublock td a.current{
	color: #000000;
	background: transparent url(http://www.augustaga.com/images/backgrounds/auto-new-nav.jpg) center center repeat-x;
}
.ddtabmenublock td a:hover{
	color: #ffffff;
	background: transparent url(http://www.augustaga.com/images/backgrounds/auto-nav.jpg) center center repeat-x;
}

.ddtabmenu-tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:35px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color:#666666;
}
/*IE7 hack to remove gap between menu and sub contents*/
/**:first-child+html .ieclass{ 
margin-top: -1em;
}*/
/*IE6 and below hack to remove gap between menu and sub contents*/
/** html .ieclass{ 
margin-top: -1em;
}*/

.ddtabmenu-tabcontent{
padding:0px;
margin:0px;
display:none;
font: bold 13px Arial;
height:35px;
}

.ddtabmenu-tabcontent table{
margin:0px;
padding:0px;
font: bold 11px Arial;
width: auto;
height:35px;
}
.ddtabmenu-tabcontent td{
line-height:35px;
vertical-align:middle;
text-align:center;
}
.ddtabmenu-tabcontent td a{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 10px;
}
.ddtabmenu-tabcontent td a:hover{
background: #000000;
color: #FFFFFF;
}
