.ddsmoothmenu{
	padding-top: 9px;
	font-weight: normal;
	padding-left: 7px;
	text-transform: uppercase;
}
#smoothmenu1 {
	padding-top: 11px;
}


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

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color: #620D5F;
	font-size: 13px;
	font-weight: normal;
	display: block;
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../trevellers_trove_images/sep.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: transparent;
	line-height: 18px;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a.current{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #E0F550;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	font-weight: normal;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFF;
	background-color: #A9438F;
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E14889;
}

.ddsmoothmenu ul li a:hover{
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-image: none;
	background-color: #A9438F;
}
.ddsmoothmenu ul li a.currrrent{
	color: #1ED8F9;
	font-size: 14px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #003;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
}
	
/*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-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	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: 154px;
	margin: 0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	color: #A83A83;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	text-transform: capitalize;
	border-right-style: solid;
	border-left-style: solid;
	background-repeat: repeat-x;
	background-color: #F4E1F4;
	border-left-width: 3px;
	border-left-color: #FFF;
	background-image: none;
	border-right-width: 3px;
	border-right-color: #FFF;
}

.ddsmoothmenu ul li ul li a:hover{
	width: 144px;
	margin: 0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #A9438F;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-image: none;
	border-left-width: 13px;
	border-left-color: #E14889;
	border-right-width: 3px;
	border-right-color: #FFF;
}

/* 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: 13px;
	right: 9px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 3px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0}
