.ddsmoothmenu{
sfont: bold 12px Verdana;
sbackground: red; /*background of menu bar (default state)*/
swidth: 100%;
	aborder-top:1px solid #cbcbcb;
	aborder-bottom:1px solid #cbcbcb;
	aheight:29px;
	text-align:center;
	margin:0 auto;
	abackground: #d2f2f8;
}
h1{
color:#2cc1e0;
}
.ddsmoothmenu ul{
sz-index:100;
margin:0;
padding:0;
list-style-type: none;
font-weight:bold;
background: #d2f2f8;}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display:inline;
float: left;
margin:0;
padding:0;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
margin:0;
display: block;
abackground: #d2f2f8; /*background of menu items (default state)*/
padding:7px 24px;
border-right: 1px solid #ffffff;
text-decoration:none;
scolor:#050059;
color:#fff;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
margin:0;
scolor:#050059;
color:#fff;

}

.ddsmoothmenu ul li a:link, 
margin:0;
scolor:#050059;
color:#fff;
text-decoration:none;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
sbackground: #a5e5f2; 
dbackground:#c7e3f8;
abackground: #bdebf5; /*background of menu items during onmouseover (hover state)*/
margin:0;
scolor:#266a77;
color:#fff;
}
.ddsmoothmenu ul li a:visited{
color:#fff;

}
.ddsmoothmenu ul li a:hover{
abackground: #bdebf5; /*background of menu items during onmouseover (hover state)*/
text-decoration:none;
margin:0;
color:#266a77;
sborder-right: 3px solid #cbcbcb;
sborder-left: 2px solid #cbcbcb;
spadding:7px 19px;
}
.first-hov a:hover{	border-right: 3px solid #cbcbcb;
sborder-left: 2px solid #cbcbcb;
padding:7px 20px;
}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
sborder-bottom:1px solid #cbc7b8;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
color: white;
sborder-right:4px solid #cbc7b8;
}

/*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{
width: 125px; /*width of sub menus*/
padding: 7px 21px;
margin: 0;
border-top:1px solid #cbcbcb;
border-left:1px solid #fff;
text-align:left;
background:  #d2f2f8; /*background of menu items during onmouseover (hover state)*/
scolor:#4c5658;
color:#fff;
}
.ddsmoothmenu ul li ul li ul li a{
background:  #d2f2f8; /*background of menu items during onmouseover (hover state)*/
border-top:1px solid #cbcbcb;
border-left:none;
text-align:left;
background:  #d2f2f8; /*background of menu items during onmouseover (hover state)*/
color:#fff;
scolor:#4c5658;
}

.ddsmoothmenu ul li ul li a:hover{
background:#e3f7fb;
color:#266a77;
height:17px;
}
.ddsmoothmenu ul li ul li ul li a:hover{
background:#e3f7fb;
color:#266a77;
height:17px;
}

.ddsmoothmenu ul li ul li ul li a{
color:#fff;
width: 190px; /*width of sub menus*/
}
.bottom-bord{
	border-bottom:1px solid #cbcbcb;

}

/* 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: 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;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}