a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #bcbcfd;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: 10px Verdana; /*tab font */
color: #0a0a68; /*font color */
width: 124px; /*width of tab image */
height: 55px; /*height of tab image */
float: left;
display: inline;
padding-top: 10px;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
color: white;
}

#ddimagetabs #tab1{
width: 124px; /*width of custom tab image */
background-image:url(images/about_off.jpg); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #tab1:hover, #ddimagetabs #tab1.current{
background-image:url(images/about_on.jpg); /*URL to tab image onmouseover */
background-repeat: no-repeat;
}

#ddimagetabs #tab2{
width: 124px; /*width of custom tab image */
background-image:url(images/equipment_off.jpg); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #tab2:hover, #ddimagetabs #tab2.current{
background-image:url(images/equipment_on.jpg); /*URL to tab image onmouseover */
background-repeat: no-repeat;
}

#ddimagetabs #tab3{
width: 124px; /*width of custom tab image */
background-image:url(images/services_off.jpg); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #tab3:hover, #ddimagetabs #tab3.current{
background-image:url(images/services_on.jpg); /*URL to tab image onmouseover */
background-repeat: no-repeat;
}

#ddimagetabs #tab4{
width: 124px; /*width of custom tab image */
background-image:url(images/promos_off.jpg); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #tab4:hover, #ddimagetabs #tab4.current{
background-image:url(images/promos_on.jpg); /*URL to tab image onmouseover */
background-repeat: no-repeat;
}

#ddimagetabs #tab5{
width: 124px; /*width of custom tab image */
background-image:url(images/gallery_off.jpg); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #tab5:hover, #ddimagetabs #tab5.current{
background-image:url(images/gallery_on.jpg); /*URL to tab image onmouseover */
background-repeat: no-repeat;
}

#ddimagetabs #tab6{
width: 121px; /*width of custom tab image */
background-image:url(images/customers_off.jpg); /*URL to custom tab image */
background-repeat: no-repeat;
}

#ddimagetabs #tab6:hover, #ddimagetabs #tab6.current{
background-image:url(images/customers_on.jpg); /*URL to tab image onmouseover */
background-repeat: no-repeat;
}

#tabcontentcontainer{
width:580px; /*width of 2nd level content*/
height:20px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #bcbcfd;
	text-decoration: none;
	margin-left: 5px;
}

#tabcontent a:active a:link{
display:none;
font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #bcbcfd;
	text-decoration: none;
		margin-left: 5px;
}

.tabtext {
font-family:Tahoma;
color:#000066;
font-size:10px;
}
.datetext {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	text-transform: none;
	color: #0099FF;
	text-decoration: none;
}
.menuborder {
	background-color: #0072bc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00568d;
	border-right-color: #00568d;
	border-left-color: #00568d;
}
.footer {
font-family: Tahoma;
font-size: 10px;
color: #0a0a68;
padding-right: 10px;
}
