/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.ddsmoothmenu1{
width: 100%;

}

.ddsmoothmenu1 ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 1000;
position: absolute;
}

/*Top level list items
.ddsmoothmenu1 ul li{
position: relative;
display: inline;
float: left;
}*/

/*Top level menu link items style
.ddsmoothmenu1 ul a{
display: block;
color: #000000;
border-right: 0px solid #000000;
text-decoration: none;
}*/

/*.ddsmoothmenu1 li{
display: block;
 background: #99cd5c;background of menu items (default state)
/*background-image:url('../App_Themes/Frontend/images/HoverImages/hover-middle.png');
color: white;
border-right: 0px solid #000000;
color: #2d2b2b;
text-decoration: none;
}
*/
* html .ddsmoothmenu1 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu1 ul li  a:link, .ddsmoothmenu1 ul li a:visited{
color: white;
}

.ddsmoothmenu1 ul li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; */
color: white;
}

/*.ddsmoothmenu1 ul li a:hover{
background:url(../App_Themes/Frontend/images/Master/menu/hover-middle.jpg); /*background of menu items during onmouseover (hover state)
background-repeat:no-repeat;
background: black;
color: white;
}*/
	
/*1st sub level menu*/
.ddsmoothmenu1 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)*/
.ddsmoothmenu1 ul li ul li {
display: list-item;
float: none;
padding-left:-30px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu1 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a {
width: 194px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu1{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: white;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.ddsmoothmenu2{
/*font: bold 12px Verdana;*/
/*background: #414141; background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 800;
position: absolute;
}

/*Top level list items*/
.ddsmoothmenu2 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style
.ddsmoothmenu2 ul a{
display: block;
color: #000000;
border-right: 0px solid #000000;
text-decoration: none;
}*/

.ddsmoothmenu2 li{
display: block;
/* background: #99cd5c;background of menu items (default state)*/
/*background-image:url('../App_Themes/Frontend/images/HoverImages/hover-middle.png');*/
color: white;
border-right: 0px solid #000000;
color: #2d2b2b;
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, .ddsmoothmenu2 ul li a:visited{
color: white;
}

/*.ddsmoothmenu2 ul li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element
background: black; 
color: white;
}*/

/*.ddsmoothmenu2 ul li a:hover{
background:url(../App_Themes/Frontend/images/Master/menu/hover-middle.jpg); /*background of menu items during onmouseover (hover state)
background-repeat:no-repeat;
background: black;
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;
padding-left:-30px;
}

/*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 13px Verdana;*/
width: 194px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu2{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: white;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.ddsmoothmenu3{
/*font: bold 12px Verdana;*/
/*background: #414141; background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 800;
position: absolute;
}

/*Top level list items*/
.ddsmoothmenu3 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style
.ddsmoothmenu3 ul a{
display: block;
color: #000000;
border-right: 0px solid #000000;
text-decoration: none;
}*/

.ddsmoothmenu3 li{
display: block;
/* background: #99cd5c;background of menu items (default state)*/
/*background-image:url('../App_Themes/Frontend/images/HoverImages/hover-middle.png');*/
color: white;
border-right: 0px solid #000000;
color: #2d2b2b;
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: white;
}*/

/*.ddsmoothmenu2 ul li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element
background: black; 
color: white;
}*/

/*.ddsmoothmenu2 ul li a:hover{
background:url(../App_Themes/Frontend/images/Master/menu/hover-middle.jpg); /*background of menu items during onmouseover (hover state)
background-repeat:no-repeat;
background: black;
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;
padding-left:-40px;
}

/*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 13px Verdana;*/
width: 194px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu3{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: white;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.ddsmoothmenu4{
/*font: bold 12px Verdana;*/
/*background: #414141; background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 800;
position: absolute;
}

/*Top level list items*/
.ddsmoothmenu4 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style
.ddsmoothmenu4 ul a{
display: block;
color: #000000;
border-right: 0px solid #000000;
text-decoration: none;
}*/

.ddsmoothmenu4 li{
display: block;
/* background: #99cd5c;background of menu items (default state)*/
/*background-image:url('../App_Themes/Frontend/images/HoverImages/hover-middle.png');*/
color: white;
border-right: 0px solid #000000;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu4 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu4 ul li  a:link, .ddsmoothmenu4 ul li a:visited{
color: white;
}

/*.ddsmoothmenu4 ul li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element
background: black; 
color: white;
}*/

/*.ddsmoothmenu4 ul li a:hover{
background:url(../App_Themes/Frontend/images/Master/menu/hover-middle.jpg); /*background of menu items during onmouseover (hover state)*/
background-repeat:no-repeat;
background: black;
color: white;
}*/
	
/*1st sub level menu*/
.ddsmoothmenu4 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)*/
.ddsmoothmenu4 ul li ul li {
display: list-item;
float: none;
padding-left:-40px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu4 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu4 ul li ul li a {
/*font: normal 13px Verdana;*/
width: 194px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu4{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: white;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}