#ddsubmenu5 span, #ddsubmenu3 span, #ddsubmenu2 span, #ddsubmenu4 span, #ddsubmenu17 span, #ddsubmenu14 span { font-size: 12px; text-transform: uppercase;}
/*
#ddsubmenu1 		{width: 111px; background-image: url(../images/tn/how.png);}
#ddsubmenu2		{width:  65px; background-image: url(../images/tn/join.png);}
#ddsubmenu3 		{width:  78px; background-image: url(../images/tn/about.png);}
#ddsubmenu4             {width: 87px; background-image: url(../images/tn/my-account.png);}
#ddsubmenu5 		{width:  33px; background-image: url(../images/tn/help.png);}

#ddsubmenu1:hover, #ddsubmenu2:hover, #ddsubmenu3:hover, #ddsubmenu4:hover, #ddsubmenu5:hover {background-position: right top; line-height: 7px;}
*/
.ddsmoothmenu {
	width: 100%;
	cursor: pointer;
	float: right;
}
.ddsmoothmenu ul {
	z-index:1000;
	list-style-type: none;
	float: right;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	padding-left: 50px;
}
* 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: #777;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #008EE1;
}

.ddsmoothmenu ul li a:hover {
	color: #008EE1; /*background of menu items during onmouseover (hover state)*/
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	right: 0; /*ewan*/
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding-top: 10px;
}
/*UNDO*/
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left; /*ewan*/
	text-indent: 0;
	line-height: 7px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-top: -10px;
	margin-left: -50px;
	line-height: 7px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display: block;
    width: 130px; /*width of sub menus*/
	padding: 3px 10px 10px 10px; /*link leading*/
	background: url(../images/menubg.png);
	margin-left: -10px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass, .rightarrowclass {
	display: none;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	background: #008EE1;
	left: 100px;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	/*opacity: 0.8;*/
}
#ddsubmenu14 ul li {
	text-align: right;
	margin-left: -97px;
	float: right;
}