.ddsmoothmenu{
background: none; /*background of menu bar (default state)*/
margin-top:14px;
float:right;
font-size:12px;
/*width: 778px;
padding-left:16px;*/
width:768px;
padding-left:26px;
}

.menuphoto img { float:right; }

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

.ddsmoothmenu ul ul {
	/*border-bottom:10px solid #111;*/
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
/*display: block;
background: none;
color: #fff;
padding: 8px 10px;

color: #2d2b2b;
text-decoration: none;*/
float: left;
display: block;
text-decoration: none;
margin-right: 2px;
padding:3px 10px 3px; /*padding inside each tab*/
border: 1px solid #00705a; /*right divider between tabs*/
color: #e7f7f4;
background-color: #57b2a0;
background-image:url(../images/greenbg.gif) ;
background-position:bottom;
background-repeat:repeat-x;
font-size:16px;

}

.ddsmoothmenu ul li a
	{
	padding-right:10px!important;
	}
	
.ddsmoothmenu ul li a img
	{
	display:none;
	}

* html .ddsmoothmenu ul li a{
display: inline-block;
}

/*.ddsmoothmenu ul li a:visited{
color: white;
background-color: #57b2a0;
background-image:url(../images/greenbg.gif);
background-position:bottom;
background-repeat:repeat-x;
}*/

.ddsmoothmenu ul li a:hover{
background-color: #c4bb2a;
border:1px solid #5b5600;
color:#e9fba6;
background-image:url(../images/brownbg.gif);
/*background-position:bottom;*/
background-repeat:repeat-x;

}

.ddsmoothmenu ul li ul li a:hover{
background-color: #c4bb2a;
border:1px solid #5b5600;
color:#e9fba6;
background-image:url(../images/brownbg.gif);
/*background-position:bottom;*/
background-repeat:repeat-y;

}

.ddsmoothmenu ul li a.selected{
background-color: #c4bb2a;
border:1px solid #5b5600;
color:#e9fba6;
background-image:url(../images/brownbg.gif);
background-position:bottom;
background-repeat:repeat-x;
/*background of tab with "selected" class assigned to its LI */
}

/*.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

color:#A7A7A7;
}

.ddsmoothmenu ul li a.selected{ 
background: #171717; 
color:#747474;
}

.ddsmoothmenu ul li a:hover{
background: #000;
color: #fff;
}*/
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
/*background: #171717;*/
color:#fff;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
float:none;

}

/*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{
width: 180px; /*width of sub menus*/
background:none repeat scroll 0 0 #787100;
border-bottom:1px solid #5B5600;
border-left:1px solid #5B5600;
border-right:1px solid #5B5600;
color:#E9FBA6;
display:block;
padding:3px 5px 5px;
text-decoration:none;
margin: 0px;
font-size:12px;
}

.ddsmoothmenu ul li ul li a
	{
	padding-right:5px!important;
.ddsmoothmenu ul li ul li a:link  {
color:#E9FBA6;
}

.ddsmoothmenu ul li ul li a:hover {
color:#E9FBA6;
background-position:top ;
background-repeat:no-repeat;
background-image:none;
background-color: #787100;
border-bottom:1px solid #5B5600;
border-left:1px solid #5B5600;
border-right:1px solid #5B5600;

}


/* 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: 12px;
right: 5px;
}

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

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

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
