.ddsmoothmenu{
}

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

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

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 46px;
	//width: 106px;
	margin-right: 5px;

	line-height: 35px;
	padding: 5px 20px 0 20px;
	font-size: 14px;
	color: #cbc7c2;	
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	outline: none;
	background: url(../images/starwin_menu_item.jpg);
	
}

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

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #333;
	background: url(../images/starwin_menu_hover.png) repeat-x;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 184px;
	margin: -6px 0 0 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #efefef
}

/*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{
	font-weight: 500;
	width: 140px; /*width of sub menus*/
	margin: 0px;
	height: 28px;
	line-height: 28px;
	padding: 5px 20px;
	font-size: 14px;
	text-align: left;
	background: none;
	color: #666;
	border-bottom: 1px solid #bab5b0;
	transition: all .3s;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	
	
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li ul
{

	width: 200px !important; /*width of sub menus*/
overflow:hidden;
margin-top:10px;
	
}

 .ddsmoothmenu ul li ul li ul li a, .ddsmoothmenu ul li ul li ul li a:hover{
	width: 100%;
	font-size:10px !important;
	
}
.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #111;
	width: 139px;
	
	background: #bab5b0;
	border-radius:0;
	border-left:5px solid #333;
}

/* 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*/
opacity: 0.5;
}

/* menu */
