.ddsmoothmenu{
font: normal 12px Verdana;
width:auto;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
padding-left:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
-webkit-transition: all 500s ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
padding-left:20px;
padding-right:20px;
padding-top:19px;
padding-bottom:19px;
border-right: 0px solid #000000;
	display:block;
	z-index: 999;
	position: relative;
	line-height:19px;
	text-decoration:none;
	font-size:19px;
/*	font-family:'Calibri';*/
	font-family:'Raleway', 'Calibri-Light', sans-serif;
	font-weight:500;
	text-align:center;
	letter-spacing:0;
	text-transform:uppercase;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a{
color:#EFEFEF;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu_1 ul li a:visited{
color:#EFEFEF;
}
.ddsmoothmenu ul li a.selected{
color:#96BA34;
}

.ddsmoothmenu ul li a:hover{
color:#96BA34 !important;
}
/*
.ddsmoothmenu_fix{
	color:#717171 !important;
}
.ddsmoothmenu_fix:hover{
	color:#96BA34 !important;
}
*/
.ddsmoothmenu_act{
	color:#96BA34 !important;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:#ccc 0px solid;
background:rgba(255,255,255,0.9);
padding:0px;
/*
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:7px;
border-bottom: 0px solid #323132;
}

/*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: 19px 17px;
text-align:left;
height:auto;
font-family:Arial, sans-serif;
font-size:16px;
font-weight:normal;
width: 250px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
border-right: 0px solid #6E3F4A;
color:#717171;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color:#717171;
background:none;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#717171;
background:none;
}

.ddsmoothmenu ul li ul li a:hover{
color:#717171;
background:none;
}

/* 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;
right: 7px;
display:none;
}

.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.0;
}
