/*.glowingtabs{float:left; padding-top:1px; width:auto; height:30px; overflow:hidden;}
.glowingtabs ul{list-style-type:none;}
.glowingtabs li{display:inline;}
.glowingtabs a{float:left; color:#000; padding-left:4px; color:#ffffff;}
.glowingtabs a span{float:left; display:block; padding:7px 12px 7px 3px;}
.glowingtabs a span {float:none;}
.glowingtabs a:hover span {text-decoration:none;}
.glowingtabs a:hover, .glowingtabs a.current{background:url(../images/glowtab-left.gif) no-repeat left top; text-decoration:none; color:#E10008;}
.glowingtabs a:hover span, .glowingtabs a.current span{background:url(../images/glowtab.gif) no-repeat right top;}*/

.ddsmoothmenu{float:left; padding-top:1px; width:auto;}
.ddsmoothmenu ul{z-index:100; list-style-type: none;}
.ddsmoothmenu ul li{position:relative; display:inline; float:left; }
.ddsmoothmenu ul li a{display:block; float:left; color:#000; padding-left:4px; color:#ffffff; cursor:pointer; margin-right:5px; /*Change Margin Right here*/}
.ddsmoothmenu ul li a span{float:left; display:block; padding:7px 6px 6px 3px;}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.activelink{background:url(../images/glowtab-left.gif) no-repeat left top; text-decoration:none; color:#E10008;}
.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a span.activelink{background:url(../images/glowtab.gif) no-repeat right top; color:#E10008;}
	
.ddsmoothmenu ul li ul{position:absolute; left:0; display: none; visibility: hidden; background-color:#E10008; float:left }
.ddsmoothmenu ul li ul li{float:none;}
.ddsmoothmenu ul li ul li a{ width:150px; padding:5px; margin:0; background-color:#E10008; border-bottom:1px solid #FFFFFF;}
.ddsmoothmenu ul li ul li a:hover{background:none; background-color:#6E6F71; text-decoration:none; color:#ffffff; }

/* ######### 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;
}

