.leftMenu{background:url(images/RedMenuLeft.jpg) no-repeat top left;width:5px;height:45px;float:left;position:relative;}
.rightMenu{background:url(images/RedMenuRight.jpg) no-repeat top right;width:5px;height:45px;float:right;position:relative;}
.bgImage{width:100%;background:url(images/RedMenuCenter.jpg) repeat-x top left;height:45px;}
.left {z-index:-1; background:url(images/RedMenuHoverLeft.jpg); width:10px; height:45px;}
.middle {z-index:-1; background:url(images/RedMenuHoverCenter.jpg) repeat-x; width:100%; overflow:hidden; height:45px;}
.right {z-index:-1; background:url(images/RedMenuHoverRight.jpg); width:10px; height:45px;}
.top { position:absolute; top:0; display:none; left:0; z-index:-1; overflow:hidden; width:100%; }

/* a {visibility:hidden;} */

.ddsmoothmenu{
width: 100%; height:45px; margin:0 auto;padding:0; list-style:none;z-index:50;
}

.ddsmoothmenu ul{
z-index:50; margin: 0; padding: 0;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
line-height:45px;
z-index:50;
list-style-type:none;
}

.ddsmoothmenu ul li.empty
{
width:25px;	
background:url(images/BlueMenuCenter.jpg) repeat-x top left;
cursor:pointer;
}

.ddsmoothmenu ul li.empty a
{
visibility: hidden;
cursor:pointer;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
text-decoration: none;
list-style-type:none;
z-index:50;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block; z-index:50; line-height:45px; text-align:left; height:45px; 
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white; line-height:45px; text-align:left; height:45px; z-index:50;list-style-type:none;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white; z-index:50;
}

.ddsmoothmenu a:hover{color:white; z-index:50;}
.ddsmoothmenu a{display:block; line-height:45px; text-align:center; height:45px; z-index:50; padding-right:14px; padding-left:14px;   color: white; text-decoration: none; font: 11px Verdana; font-weight:bold;}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{color: white;line-height:25px; height:25px; margin:0; font-family:Verdana; font-size:10px; font-weight:bold; z-index:50; }
.ddsmoothmenu ul li ul a:hover{background:url(images/SubHover.jpg); line-height:25px; height:25px; margin:0; z-index:50; color:green;}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
top:0px; background:#5e0302 url(images/RedSubMenu.jpg) repeat-x;z-index:50;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;list-style-type:none;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{
width: 130px; margin: 0; line-height:25px; text-align:left; height:25px; z-index:50;
}

.ddsmoothmenu ul li ul li a:hover{
width: 130px; margin: 0; line-height:25px; text-align:left; height:25px; z-index:50; color:#c50101;
}

/* 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: 21px; right: 10px;
}

.rightarrowclass{
position: absolute; top: 10px; right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
