/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
background: url(../ddlevelsfiles/ddsubmenustyle_ul_bg.png) repeat-x;
}

.ddsubmenustyle ul{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 0px none;
	}

.ddsubmenustyle ul li{
	list-style-type:none;
	margin: 0;
	padding: 0;}

.ddsubmenustyle li a{

    display: block;
	width: 170px;
	text-decoration: none;
	background: url("../ddlevelsfiles/nav_separate.png") no-repeat scroll left bottom transparent;
	list-style-type: none;
	margin:0;
	padding:0 0 0 15px;
    font-family: 'oswaldlight';
	font-size:15px;
	font-weight:normal;
	color:#000!important;
	line-height:30px;
	text-decoration:none
}

* html .ddsubmenustyle li{
    width: 170px; 
}

.ddsubmenustyle li a:hover{
    font-family: 'oswaldlight';
	font-size:15px;
	font-weight:normal;
	color:#ffffff!important;
	line-height:30px;
	text-decoration:none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}