﻿/*IE6 hack to get sub menu links to behave correctly*/
* html .DisplayObj_Content_DDSmoothMenu_H ul li a,
* html .DisplayObj_Footer_DDSmoothMenu_H ul li a,
* html .DisplayObj_Header_DDSmoothMenu_H ul li a {display: inline-block;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.DisplayObj_Content_DDSmoothMenu_H ul li ul li ul,
.DisplayObj_Footer_DDSmoothMenu_H ul li ul li ul,
.DisplayObj_Header_DDSmoothMenu_H ul li ul li ul {top: 0;}

/*Holly Hack for IE7 and below*/
* html .DisplayObj_Content_DDSmoothMenu_H,
* html .DisplayObj_Footer_DDSmoothMenu_H,
* html .DisplayObj_Header_DDSmoothMenu_H {height: 1%;}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px; 
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
	z-index: 7000;
}

/*shadow opacity. Doesn't work in IE*/
.toplevelshadow {opacity: 0.7;}