/* ######### Drop Down ULs CSS ######### */


.submenu_level1
{
	font: normal 12px Verdana;
	margin: 0;
	padding: 0;
	padding-right:4px;
	padding-bottom:4px;
	position: absolute;
	left: 0;
	top: -0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	background-repeat:repeat;	
	z-index: 100;
}

.submenu_level1 .submenu_level2
{
	font: normal 12px Verdana;
	margin: 0;
	padding: 0;
	padding-right:4px;
	padding-bottom:4px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	background-repeat:repeat;	
	z-index: 0;
}

.submenu_level1 li a
{
	display: block;
	width: 230px;
	color: #38372c;
	font-weight:bold;
	text-decoration: none;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.submenu_level2 li a
{
	display: block;
	width: 230px;
	color: #38372c;
	font-weight:bold;
	text-decoration: none;
	background-image:url(../images/sub_menu_bg.png);
	background-repeat:repeat;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.submenu_level1 li a:hover,
.submenu_level2 li a:hover
{
	text-decoration: none;
	background-image:url(../images/topnav/top_nav_item_bg.gif);
	background-repeat:repeat;
}


.menu_bottom     { width:220px; background-image:url(../images/menu_bg_center.gif); background-repeat:repeat; }
.sub_menu_bottom { width:220px; background-image:url(../images/sub_menu_corner_center.png); background-repeat:repeat; }


/*
* html .submenu_level1 li{
display: inline-block;
width: 170px;
}
*/


/* ######### Neutral CSS  ######### */

.downarrowpointer{ border: 0; }

.rightarrowpointer{}


.ddiframeshim{

position: absolute;
z-index: 100;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;

}