/* PNG workaround to make links clickable */
#ctaBlock a{position:relative;}
*INPUT{position:relative;}


#contentTop
{
	width:742px;
	height:12px;
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/subcat_bg_top.png', sizingMethod='image')",
	this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;	
}

#contentBot
{
	width:742px;
	height:15px;
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/subcat_bg_bot.png', sizingMethod='image')",
	this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;	
}

#contentSplice
{
	width:742px;
	height:320px;
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/subcat_bg_splice.png', sizingMethod='scale')",
	this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:repeat-y;	
}



#homeContentTop
{
	width:736px;
	height:13px;
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/home_bg_top.png', sizingMethod='image')",
	this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;	
}

#homeContentBot
{
	width:736px;
	height:13px;
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/home_bg_bot.png', sizingMethod='image')",
	this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;	
}

#homeContentSplice
{
	width:736px;
	height:250px;
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/home_bg_splice.png', sizingMethod='scale')",
	this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:repeat-y;	
}


#hotdogBot
{
	width:474px;
	height:10px;
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/blue_hotdog_bot.png', sizingMethod='image')",
		this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;	
}

#hotdogTop
{
	width:474px;
	height:10px;
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/blue_hotdog_top.png', sizingMethod='image')",
		this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;	
}

#hotdogContent
{
	width:474px;
	min-height:70px;
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/blue_hotdog_splice.png', sizingMethod='scale')",
		this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:repeat-y;	
}

#ctaBlock
{
	float:left;
	display:inline;
	width:405px;
	margin-bottom:20px;
	height:80px;
	margin-left:129px;
	padding-top:10px;
	text-align:center;
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aaa.com/aaa/SubDomains/images/top_tab.png', sizingMethod='image')",
		this.src = "http://www.aaa.com/aaa/SubDomains/images/transparent.gif"
	);
	background-repeat:no-repeat;
	
}

/* MENU FIXES */

#menu ul.dropdown
{
	margin-top:-2px;
}

#menu ul.dropdown li.level2,
#menu ul.flyout li.level3
{
	border:solid 1px #023670;
}

#menu ul.dropdown li.level2 a,
#menu ul.flyout li.level3 a
{
	padding: 0px 4px 0px 8px;
}