.ddsmoothmenu{
font: normal 12px Franklin Gothic Book;
background-color:#00628c; /*background of menu bar (default state normal 414141)*/
width:900px;
}

.ddsmoothmenu ul{
z-index:100%;
margin:0px;
padding:0px;
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:block;
background-color:#00628c; /*background of menu items (default state normal 414141)*/
color:Blue;
padding:8px 10px;
border-right:1px solid #778;
color:#ffffff;
text-decoration:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:white;
}

.ddsmoothmenu ul li a:hover{
background-color:#007DB3; /*background of menu items during onmouseover (hover state)*/
color:white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position:absolute;
display:none; /*collapse all sub menus to begin with*/
visibility:hidden;
}

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

/*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:normal 12px Franklin Gothic Book;
width:160px; /*width of sub menus*/
padding:5px;
margin:0px;
border-top-width:0px;
border-bottom:1px solid gray;
}

.ddsmoothmenu2{
font: normal 12px Franklin Gothic Book;
color:#000000;
background-color:#414141; /*background of menu bar (default state normal 414141)*/
width:900px;
}

.ddsmoothmenu2 ul{
z-index:100%;
margin:0px;
padding:0px;
list-style-type:none;
}

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

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display:block;
background-color:#414141; /*background of menu items (default state normal 414141)*/
color:white;
padding:8px 10px;
border-right:1px solid #778;
color:#ffffff;
text-decoration:none;
}

* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;
}

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu ul li a:visited{
color:white;
}

.ddsmoothmenu2 ul li a:hover{
background-color:#000000; /*background of menu items during onmouseover (hover state)*/
color:white;
}

/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position:absolute;
left:0;
display:none; /*collapse all sub menus to begin with*/
visibility:hidden;
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top:0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
font:normal 12px Franklin Gothic Book;
width:160px; /*width of sub menus*/
padding:5px;
margin:0px;
border-top-width:0px;
border-bottom:1px none gray;
}

.ddsmoothmenu3{
font: normal 12px Franklin Gothic Book;
color:#B35300;
background-color:#D9d9d9; /*background of menu bar (default state normal 414141)*/
width:890px;
}

.ddsmoothmenu3 ul{
z-index:100%;
margin:0px;
padding:0px;
list-style-type:none;
}

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

/*Top level menu link items style*/
.ddsmoothmenu3 ul li a{
display:block;
background-color:#D9d9d9; /*background of menu items (default state normal 414141)*/
padding:8px 10px;
border-right:1px none #778;
color:#ffffff;
text-decoration:none;
}

* html .ddsmoothmenu3 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;
}

.ddsmoothmenu3 ul li a:link, .ddsmoothmenu3 ul li a:visited{
color:#0199ca;
}

.ddsmoothmenu3 ul li a:hover{
background-color:#000000; /*background of menu items during onmouseover (hover state)*/
color:white;
}

/*1st sub level menu*/
.ddsmoothmenu3 ul li ul{
position:absolute;
left:0;
display:none; /*collapse all sub menus to begin with*/
visibility:hidden;
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu3 ul li ul li ul{
top:0;
}

/* Sub level menu links style */
.ddsmoothmenu3 ul li ul li a{
font:normal 12px Franklin Gothic Book;
width:160px; /*width of sub menus*/
padding:5px;
margin:0px;
border-top-width:0px;
border-bottom:1px none gray;
}

.ddsmoothmenu4 {
font-family:Franklin Gothic Book;
background-color:#00628c;
margin-left:20px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
color:white;   /* ffffff = white border beneath each menu item */
padding-bottom:0px;
text-decoration:none;
font-size:12px;
font-weight:normal;
}

.ddsmoothmenu4 a {
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
background-color:#00628c;
color:white;   /* 111111 = black border beneath each menu item */
text-decoration:none;
font-family:Franklin Gothic Book;
font-size:12px
font-weight:normal;
}

.ddsmoothmenu4 a:link{
font-family:Franklin Gothic Book;
font-size:12px;
font-weight:normal;
background-color:#00628c;
color:white;
text-decoration:none;
}

.ddsmoothmenu4 a:visited{
font-family:Franklin Gothic Book;
font-size:12px;
font-weight:normal;
background-color:#00628c;
color:white;
text-decoration:none;
}

.ddsmoothmenu4 a:hover {
font-family:Franklin Gothic Book;
text-decoration:underline;
font-weight:normal;
font-size:12px;
background-color:#00628c;
color:white;      /* 0000ff = blue   */
}

.ddsmoothmenu4 a:active {
font-family:Franklin Gothic Book;
text-decoration:none;
font-weight:normal;
font-size:12px;
background-color:white;
color:#0000ff;        /* 0000ff = blue   */
}

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

.downarrowclass{
position:absolute;
top:11px;
right:7px;
}

.rightarrowclass{
position:absolute;
top:6px;
right:5px;
}

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

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

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity:0.8%;
}