
.ddsmoothmenu{width: 100%;}
.ddsmoothmenu ul{ 
z-index:100;
margin: 0;
padding: 0;
list-style-type: none; }

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;  font-family: 'cabin_condensedregular',Arial, Helvetica, sans-serif; font-weight:normal; font-size:17px;
float: left; margin-left:3px;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
line-height:38px;
padding: 8px 20px 8px 20px;
color: #494848;
text-decoration: none; border-radius:5px;}

* 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: #494848;}

.ddsmoothmenu ul li a.selected {background: url(../../images/bg/ga-line.png); 
color: #fff;}

.ddsmoothmenu ul li a:hover{background: url(../../images/bg/ga-line.png);
color: #fff;}
	
/* sub menus */
.ddsmoothmenu ul li ul{
position: absolute; padding:5px; background:#fff; text-transform:none;
width: 180px; /*width of sub menus*/
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden; 
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2); box-shadow: 0 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ text-transform:none;
display: list-item; border:0px;  margin-left:0px;
float: none; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ margin-left:12px;
top: 0;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ border-radius:0px;
font: normal 12px Arial;
padding:6px 15px; line-height:18px;
margin: 0;
border-bottom: 1px solid #fff;}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li  a:visited{ background:#f5f5f5; color: #333;}
.ddsmoothmenu ul li ul li a.selected {background: url(../../images/bg/ga-line.png); color:#fff;}
.ddsmoothmenu ul li ul li a:hover{background: url(../../images/bg/ga-line.png); 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: 26px;
right: 7px;}

.rightarrowclass{
position: absolute;
top: 12px;
right: 10px;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;}

