#nav {
background: #0b7dbd url(../images/bg-nav.gif) repeat-x;
width:1008px;
height:36px;
margin-bottom:2px;
}

.ddsmoothmenu {
font-size:13px;
background: #0b7dbd url(../images/bg-nav.gif) repeat-x;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0 0 0 0px!important;
padding: 0!important;
list-style-type: none;
height:36px;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative!important;
display: inline!important;
float: left;
height:auto!important;
margin:0!important;
padding:0!important;

}

.ddsmoothmenu ul#first{position:relative;left:120px;border-left:1px solid #17AAE2;}

/*Nav header*/
.ddsmoothmenu ul li a.nav-header {
	font-size:13px;
	width:auto;
	text-align:center;
	padding:7px 15px 7px 15px!important;
	float:left;
	border-left:1px solid #0b7dbd!important;
	border-right:1px solid #17aae2!important;
	
}

.ddsmoothmenu ul li a:hover.nav-header {
	background:none;
	color:#b2e4f6;
	font-size:13px;
	text-align:center;
	padding:7px 15px 7px 15px!important;
	cursor:pointer;

}



/*Top level menu link items style*/

.ddsmoothmenu ul li a {
	display: block!important;
	background:none;
	padding: 0 6px!important;
	color: #2d2b2b;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px!important;
	

}



/* Controls width of flyouts */


/* Controls width of Menu 1 */
.ddsmoothmenu ul#menu1 li a {width:280px;}

/* Controls width of Menu 3 */
.ddsmoothmenu ul#menu-cad li a {width:140px;}
	
/* Controls width of Menu 3 */
.ddsmoothmenu ul#menu3 li a {width:220px;}

/* Controls width of Menu App Support sub */
.ddsmoothmenu ul#menu-appsupport li a {width:170px;}

.ddsmoothmenu ul#menu4 li a {width:124px;}

/* Controls width of Menu 6 */
.ddsmoothmenu ul#menu-order li a {width:148px;}



* 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: white;
font-weight:bold;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none;
color: white;
color:#b2e4f6;

}

.ddsmoothmenu ul li a:hover{
background:#222; /*background of menu items during onmouseover (hover state)*/
color: white;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin-top:2px!important;


}

.ddsmoothmenu ul li ul li a {
padding:0;
margin:0;
font-size:11px!important;
}
	

/*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 {
padding: 5px!important;
margin: 0!important;
border-top-width: 0!important;
border-bottom: 1px solid #494949;
width:157px;
background:#3a3a3a;
text-align:left;

}

/* 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: 8px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:transparent;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}