.ddsmoothmenu{

/*background of menu bar (default state)*/
width:898px;
height:25px;
z-index:25;
position:inherit;
padding-top: 23px;
padding-left: 22px

}

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

.ddsmoothmenu ul.izquierda{
margin-right:200px;
}

.ddsmoothmenu ul.derecha{
margin-left:560px;
}

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

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	font-size: 13px;
	display: block;
	color: #f5cacd;
	padding-top: 7px;
	padding-bottom:7px;
	padding-left: 14px;
	padding-right: 14px;
}

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



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:white;
	/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(css/border-radius.htc);*/
	text-decoration:none;
	border:none;
}

.ddsmoothmenu ul li a:hover{
color: white;
	/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(css/border-radius.htc);*/
	text-decoration:none;
	border:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	padding: 4px 0 4px 4px;
	background-color: #c80915; /*background of menu items during onmouseover (hover state)*/
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border:none;
	margin-top:4px;
	margin-left:4px;
}

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

	background-color: #b50611;
	padding:4px 0 4px 4px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-size:12px;
	width: 272px; /*width of sub menus*/
	margin: 0;
	color:white;
	padding:10px;

}

.ddsmoothmenu ul li ul li a:hover{
	background-color:#af0914;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(css/border-radius.htc);	
}

.ddsmoothmenu ul li ul li a.selected{
	background-color:#af0914;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(css/border-radius.htc);	
}

.ddsmoothmenu ul li ul li ul{
	margin-top:-4px;
}

.ddsmoothmenu ul li ul li ul li a:hover{
	background-color:#97040d;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(css/border-radius.htc);	
}

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

.rightarrowclass{
position: absolute;
top: 10px;
right: 10px;
}

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

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

/*.toplevelshadow{ /*shadow opacity. Doesn't work in IE
opacity: 0.8;
}*/


