.ddsmoothmenu{
width: 100%;
}

.ddsmoothmenu ul {
z-index: 100;
list-style-type: none;
margin: 0;
}

/*Top level list items*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
margin: 0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
display: block;
text-align: left;
}
	
.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li a:focus,
.ddsmoothmenu ul li a.selected {
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
right: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin: 0;
/*border-top: 1px solid #1c486b;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
display: list-item;
float: none;
width: 300px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
background-color: #173f5f;
margin: 0;
/*border: 1px solid #fff;*/
color: #fff;
display: block;
font-size: 14px;
padding: 0 0 0 0;
font-weight: none;
}

.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li a:focus {	
color: #57b3fe;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 17px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
