/*.ddsmoothmenu{
	height:51px;
	background:url(../images/navi_bg.jpg) top left repeat-x;
	float:left;
	width:907px;
	margin:0px;
	padding:0px 0 0 0px;
}
.ddsmoothmenu ul {
    z-index:5; 
    margin:0px;
	padding:0px 0 0 0px;
	width:910px;
	list-style-type:none;
	display: block;
	float: left;
	list-style-image: none;}

/*Top level list items
.ddsmoothmenu ul li{
position: relative;
margin:0px;
font-family:calibri;
font-size:16px;
padding:0px 7px 0 0px;
display: block;
float:left;width:auto;
font-weight: normal;
}

Top level menu link items style
.ddsmoothmenu ul li a{
margin:0px;width:auto;
	padding:0px 0 0 3px;
	line-height:43px;
	display:block;
	color:#fff;
	
	text-decoration:none;
}
.ddsmoothmenu ul li a span {
	margin:0px;width:auto;
	padding:0px 12px 0 9px;
	background: url(../images/nav-l.jpg) top right no-repeat;
	display:block;
	line-height:43px;
}

* html .ddsmoothmenu ul li a{ IE6 hack to get sub menu links to behave correctly
display: inline-block;width:auto;
}
.ddsmoothmenu ul li a:hover{
margin:0px;width:auto;
	padding:0px 0 0 3px;
	background: url(../images/nav-l-roll.jpg) top left no-repeat;
	line-height:43px;
	display:block;
	color:#fff;
	
	text-decoration:none;
	background of menu items during onmouseover (hover state)
}

.ddsmoothmenu ul li a:hover span {
	margin:0px;width:auto;
	padding:0px 12px 0 9px;
	background: url(../images/nav-r-roll.jpg) top right no-repeat;
	display:block;
	line-height:43px;
	
}background of menu items during onmouseover (hover state)

.ddsmoothmenu ul li a.active{
margin:0px;width:auto;
	padding:0px 0 0 3px;
	background: url(../images/nav-l-roll.jpg) top left no-repeat;
	line-height:43px;
	display:block;
	color:#fff;
	text-decoration:none;
	background of menu items during onmouseover (hover state)
}

.ddsmoothmenu ul li a.active span {
	margin:0px;width:auto;
	padding:0px 12px 0 9px;
	background: url(../images/nav-r-roll.jpg) top right no-repeat;
	display:block;
	line-height:43px;
}
*/

.ddsmoothmenu {
	height:51px;
	background:url(../images/navi_bg.jpg) top left repeat-x;
	float:left;
	width:908px;
	margin:0px;
	padding:0px 0 0 0px;
}

.ddsmoothmenu ul {
	margin:0px;
	padding:0px 0 0 0px;
	width:908px;
	list-style-type:none;
	display: block;
	float: left;
	list-style-image: none;
}
.ddsmoothmenu ul li {
	margin:0px;position:relative;
	padding:0px 28px 0 0px;
	display: block;
	float:left;
}
.ddsmoothmenu ul li a {
	margin:0px;
	padding:0px 0 0 3px;
	line-height:43px;
	display:block;
	font-family: Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;cursor:pointer;
	text-decoration:none;
}
.ddsmoothmenu ul li a span {
	margin:0px;
	padding:0px 12px 0 9px;
	background: url(../images/nav-l.jpg) top right no-repeat;
	display:block;width:auto;
	line-height:43px;cursor:pointer;
}
.ddsmoothmenu ul li a:hover {
	margin:0px;
	padding:0px 0 0 3px;
	background: url(../images/nav-l-roll.jpg) top left no-repeat;
	line-height:43px;
	display:block;
	font-family: Arial;
	font-size:12px;
	color:#fff;float:left;
	font-weight:bold;cursor:pointer;
	text-decoration:none;
}
.ddsmoothmenu ul li a:hover span {
	margin:0px;float:left;cursor:pointer;
	padding:0px 12px 0 9px;
	background: url(../images/nav-r-roll.jpg) top right no-repeat;
	display:block;
	line-height:43px;
}
.ddsmoothmenu ul li a.active {
	margin:0px;float:left;cursor:pointer;
	padding:0px 0 0 3px;
	background: url(../images/nav-l-roll.jpg) top left no-repeat;
	line-height:43px;
	display:block;
	font-family: Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.ddsmoothmenu ul li a.active span {
	margin:0px;float:left;cursor:pointer;
	padding:0px 12px 0 9px;
	background: url(../images/nav-r-roll.jpg) top right no-repeat;
	display:block;
	line-height:43px;
}
	
	
	
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ z-index:80;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*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;
margin-top:0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ margin: 0px; padding:0px;
font: normal 14px calibri;
width: 200px; /*width of sub menus*/
padding:3px 5px 3px 5px;
line-height:22px;
border: 0px solid #1068AF; border-top:none;
background-color:#000;
color:#fff;font-weight:normal;
z-index:1;float:left;
margin:0px;border-bottom:#484848 solid 1px;
opacity:0.95;filter: alpha(opacity=95) ;
}

.ddsmoothmenu ul li ul li a:hover{ margin: 0px; padding:0px;
font: normal 14px calibri;
width: 200px; /*width of sub menus*/
padding:3px 5px 3px 5px;
line-height:22px;
border: 0px solid #1068AF; border-top:none;
background-color:#f9f8e7;
background-image:none;
color:#000;font-weight:normal;
z-index:1;
margin:0px;border-bottom:#484848 solid 1px;
opacity:0.95;filter: alpha(opacity=90) ;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{ height: 0%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
visibility:hidden;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 3;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

#fix { display:block; position:relative; }
