@charset "utf-8";

.ddsmoothmenu{
	width: 960px;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 100;
	font-family: Verdana;
	font-size: 12px;
	height: 20px;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;

}

.ddsmoothmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	color: #000000;
	text-decoration: none;
	height: 11px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	background-image: none;
	margin: 0px;
}

* 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: #747473;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFFFFF;
	background-color: #1aa3ab;
}

.ddsmoothmenu ul li a:hover{
	color: #FFFFFF;
	background-color: #1aa3ab;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	/*left: 0;*/
	display: none; /*collapse all sub menus to begin with*/
	/*visibility: hidden;*/
	background-image: url(../design/fond-menu.png);
	background-repeat: repeat-x;
	padding-bottom:10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	margin: 0px;
}

/*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: 169px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-image: url(../design/fond-menu.png);
	color: #5A4F4B;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin: 0px;
	height: auto;
}
.ddsmoothmenu ul li ul li a:hover{
	color:#1aa3ab;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	background-image: none;

}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	background-position: center;
}

/* ######### 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;
}*/

