/* CSS Document */
#subCompanyContent {
	background-image: url(../images/bg-subMenu1.gif);
}

#subDomainContent {
	background-image: url(../images/bg-subMenu2.gif);
}

#subHostingContent {
	background-image: url(../images/bg-subMenu3.gif);
}

#subSupportContent {
	background-image: url(../images/bg-subMenu4.gif);
}

.subMenu ul li a:hover{
	background-image:url(../images/bg-subMenu.gif);
}

.tooltipTop {
	background-image: url(../images/bg-tooltip-top-green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	width: 380px;
}

.tooltipBottom {
	background-image: url(../images/bg-tooltip-bottom-green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 16px;
	width: 380px;
}

.subMenu ul li{
	margin:0 0 0 4px;
	display:block;	
}