@charset "utf-8";

/**/

/* ----header @ footer---- */


#navigation{ position:absolute; width:697px; height:120px;  right:55px; top:0px;}
1.nav_wrap { width:522px;}
.ddsmoothmenu{ font-size:14px; color:#dbdbdb; width:800px; }

.ddsmoothmenu ul{margin: 0;padding: 0;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline;float: left; text-align:center;}
.ddsmoothmenu ul li.current { background:none;}
.ddsmoothmenu ul li.sel{background:url(../images/navigation.jpg) no-repeat 50% 100%; }
.ddsmoothmenu ul li.sel>a{ color:#000;}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; padding:0 25px; border-right:1px solid #e5e5e5; line-height:120px; height:120px; font-size:14px; color:#333; font-family:Helvetica, Geneva, Arial,sans-serif; transition:all 0.3s ease-out 0s;}
* html .ddsmoothmenu ul li a{ display: inline-block;}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}

.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{ color: white; background: #6eb9e2; transition:all 0.3s ease-out 0s;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none;visibility: hidden;  }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;float: none; background: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{ background:#4aa8db; font-family:Arial, Helvetica, sans-serif; border-top-width: 0;color: #fff;font-size: 12px;font-weight: normal;margin: 0; width:180px; height:36px; line-height:36px; text-align:left; text-indent:10px; border-right:none; padding:0;}

1.ddsmoothmenu ul li ul li a.subnav_width2 { width:144px; }
1.ddsmoothmenu ul li ul li a.subnav_width3 { width:142px; }
1.ddsmoothmenu ul li ul li a.subnav_width4 { width:137px; }
1.ddsmoothmenu ul li ul li a.subnav_width5 { width:150px; }
1.ddsmoothmenu ul li ul li a.subnav_width6 { width:140px; }
1.ddsmoothmenu ul li ul li a.subnav_width7 { width:141px; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a.selected{
background:#099ad9; filter:alpha(opacity=100);opacity:1; color:#fff;
}
.ddsmoothmenu ul li ul li a:hover{
background:#099ad9; filter:alpha(opacity=100);opacity:1; color:#fff;
}

/* 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{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.6;
}



