.ddsmoothmenu{
	float:left;
}

section.ddsmoothmenu{
float:none;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
margin-top:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
-moz-padding-start: 0px;
margin-right: -10px !important;
}


.ddsmoothmenu ul  li.regular a {
color: #c5b7ac !important;
margin-right: 10px !important;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;

padding: 20px 10px 10px 1px;
height:20px;
/*background-image:url(../images/icons/navi_sep.gif);*/
background-repeat:no-repeat;
background-position:right;
color: #ff7700;

text-decoration: none;

font-size:14px!important;
/*font-family:impact;*/
}

* 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{

font-stretch: ultra-condensed;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fff !important;
	text-decoration:none;

}

.ddsmoothmenu ul li a:hover{

	text-decoration:none;
	/*background: url(http://s.tea-global.net/mas_assets/theme/tea_collection/images/mega-menu-arrow.png) no-repeat 10px 35px;*/
}

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

margin-top:-6px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:#fff;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 5px!important;
margin-left:-1px!important;
}
.ddsmoothmenu ul li ul li ul li{
 border-color: #F1F1F1 #D0D0D0 #D0D0D0 #F1F1F1;
    border-image: none;
    border-style: solid;
    border-width: 1px;
	}
	
	.ddsmoothmenu ul li ul li ul li a:hover{
	background-color:#ccc;
	color:#fff;
	text-decoration:none;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{

height:20px;
padding: 4px 10px 0px 10px;
margin: 0;
border-top-width: 0;
text-transform:none;
}


.ddsmoothmenu ul li ul li a.down{
	background-image:url(../images/down.gif);
	background-repeat:no-repeat;
	background-position:98% 85%;	
}
.ddsmoothmenu ul li ul li a.selected{
	background-color:#ccc;
	text-decoration:none;
}
.ddsmoothmenu ul li ul li a:hover{

	text-decoration:none;
}
/* 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: 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;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}
/*
=======================================================================
	SUBMENU
=======================================================================
*/

.sub-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FAF9F6;
    border-color: #F1F1F1 #D0D0D0 #D0D0D0 #F1F1F1;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: none;
    left: 0;
    position: absolute;
    width: 220px;
    z-index: 9000;

}
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.sub-menu  section table td  span {
display: inline-block;
zoom: 1;
font-family: 'Franklin Gothic Book';
color: #572700;
font-weight: bold;
text-transform: uppercase;
margin-bottom: .3em;
font-size: 14.5px;
letter-spacing: 1px;

}
.sub-menu  section table
{
Margin:10px 0 20px 20px;
}
.sub-menu section table th span {
    color: #572700;
    display: block;
    font-family: 'Franklin Gothic Book';
    font-size: 14.5px;
    font-weight: normal;
    margin-bottom: 0.7em;
    padding: 10px 0;
	text-align:left;
}

.sub-menu section table td ul li a {
    color: #572700 !important;
    font-family: 'Franklin Gothic Book' !important;
    font-size: 15px !important;
    line-height: 1.5em;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}
/*
============================
Footer menu
============================
*/

.ddsmoothmenudown ul li
{
display: block;
margin-top: -18px;
-moz-padding-start: 0px;
margin-right: 5px !important;
}
#smoothmenu_left{
float:left;
border-right: solid 1px #e6e6e1;
margin-left: 10px !important;
padding-right:70px;
}
#smoothmenu_right{
float:left;
padding-left:95px;

}
#smoothmenu2
{
width:960px;
height: 18px;
margin:auto!important;
margin-bottom: -1px!important;
}
#smoothmenu2 ul
{
padding-top:10px;
border-top: solid 1px #e6e6e1;
}