/* ######### Drop Down ULs CSS ######### */


	

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family:"Arial Narrow", Arial;
	font-size:13px;
	
	margin:0px 0px 0 2px;
	padding: 5px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 10000;
	width:216px;
	background-image: url(../images/v-menu4.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.ddsubmenustyle li {
	display: block;
	width: 204px; /*width of menu (not including side paddings)*/
	font-family:"Arial Narrow", Arial;
	font-size:14px;
	color:#cdca59;
	text-decoration: none;
	padding: 0px 7px 0px 12px;
	background-image:url(../images/v-menu-m1.gif);
	background-repeat: repeat-y;
	background-position:top left;

}

.ddsubmenustyle li a{
	display: block;
	width: 140px; /*width of menu (not including side paddings)*/
	font-family:"Arial Narrow", Arial;
	font-size:16px;
	color:#cdca59;
	text-decoration: none;
background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:4px 0 4px 0px;
	
}




.ddsubmenustyle li a:hover{
color: white;
}

/* ######### 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;
}

.menu-pad{
padding:0px 0px 0px 60px;
}

.menu-pad1{
padding:0px 0px 0px 65px;
}

.menu-pad2{
padding:0px 0px 0px 72px;
}

.bottom-cor {
	width:209px; 
	float:left; 
	height: 12px; 
	background-image: url(images/v-menunew.gif); 
	background-repeat:no-repeat; 
	background-position:left top;
}



