/* CSS Document */



.ddsmoothmenu{
/*background: #414141; background of menu bar (default state)*/
 
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
	text-decoration: none;
	line-height: normal;
padding-left:15px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

 	
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
/*display: white;border-right: 1px solid #778;*/  /*
background: #ffffff; background of menu items (default state)*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 6px 15px;
color: #2d2b2b;
text-decoration: none;
border-left:url(images/center_border_16.gif);
}



.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: black; /* white;*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background:white ; */
color: black;
}

.ddsmoothmenu ul li a:hover{
/* background of menu items during onmouseover (hover state)*/
 /*color: #FF6600;
background:#ffffff ;
*/
 width:185px;
background-position:top 2px;
background-position:bottom 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
/*	list-style-image: url(images/box_14.gif);*/
	list-style-position: outside;
	font-weight: normal;
	text-decoration: none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 5;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items) border-bottom: 1px solid #CCF33A;
*/
.ddsmoothmenu ul li ul li{
	width:185px;
	height:20px;
	display: list-item;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCF33A;
	border-right-color: #CCF33A;
	border-bottom-color: #CCF33A;
	border-left-color: #CCF33A;
	 background: #ffffff;  
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	     /*
width: 200px;width of sub menus*/
padding: 1px;
padding-left:5px;
 padding-top:3px;
  
margin: 0;
border-top-width: 0;
/* border-bottom: 1px solid white; padding-bottom::2px;
*/
}


/* ######### 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;
width: 185px;
 padding-top:2px;
background: white; /*#CCF33A; silver;*/
}
 