@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ width:960px; background:url(../images/top_nav_bg.jpg) repeat-x; height:45px; float:left;}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{ position: relative; background:url(../images/top_nav_spacer.jpg) right no-repeat; font-family:"Century Gothic"; font-size:15px; height:45px; float:left;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a { display:block; float:left; line-height:45px; padding:0 37px; margin-right:1px; _margin-right:1px; color:#FFF;}

* 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;*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover { background:url(../images/top_nav_hover_bg.jpg) repeat-x; line-height:45px; color:#000;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: block; /*collapse all sub menus to begin with*/
visibility: hidden;
width:300px;
border:#000000 1px solid;
border-top:0px;
border-right:0px;
border-bottom:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
background-color:#d77d05;
border:0px;
text-align:left;
background-image:none;
color:#000000;
border-bottom:#000000 1px solid;
border-right:#000000 1px solid;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:-1px !important;
border:#000000 1px solid;
border-bottom:0px;
min-width:272px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
display:block;
color:#000000;
padding:0 10px !important;
width:300px;
margin:0px !important;
}

.ddsmoothmenu ul li ul li a:hover { background:url(../images/top_nav_bg.jpg) repeat-x !important; color:#FFFFFF !important;}
.ddsmoothmenu ul li ul li a.selected { background:url(../images/top_nav_bg.jpg) repeat-x !important; color:#FFFFFF !important;}
.ddsmoothmenu ul li ul li a span { background:url(right.gif) right no-repeat !important; display:block;}
.ddsmoothmenu ul li ul li a:hover span { background:url(right_hover.gif) right no-repeat !important; display:block;}
.ddsmoothmenu ul li ul li a.selected span { background:url(right_hover.gif) right no-repeat !important; display:block;}


/* 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;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}

.selected { background:url(../images/top_nav_hover_bg.jpg) repeat-x !important; line-height:45px !important; color:#000 !important;}

