/* CSS Document */

.ddsmoothmenu{
	font: bold 12px Verdana; /*background of menu bar (default state)*/
	/*width: 533px;
	padding-left:15px;*/
	float: left;
	color: #A7998A;
	
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
float: left;
color: #A7998A;
}

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

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
/*background:url(../images/menubg.gif); background of menu items (default state)*/
/*padding: 12px 10px;*/
/*color: #A7998A;*/
display: block;
text-decoration: none;
color: #0033CC;
border-left: 1px solid #FFFFFF;
margin-top: 3px;
float: left;
}
.ddsmoothmenu ul li a:hover{
display: block;
/*background:url(../images/menubg.gif); background of menu items (default state)*/
/*padding: 12px 10px;*/
text-decoration: none;
color: #A7998A;
border-left: 1px solid #FFFFFF;
}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
/*color: #A7998A;*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFFFFF;
	border-left: 1px solid #d4c8b5;
	padding-top: 5px;
	/*background:url(images/menubg-hoverbg.gif) left top repeat-x;*/
}

.ddsmoothmenu ul li a:hover{
	color: #FFFFFF;
	
	/*background:url(images/menubg-hoverbg.gif) left top repeat-x;*/
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: block; /*collapse all sub menus to begin with*/
visibility: hidden;
padding: 6px 0px 7px 0px;
margin: 0px;
border-top: #D4C8B5 solid 1px;
border-bottom: #D4C8B5 solid 1px;
color: #A7998A;
float: left;
background: url(images/dropdownbg.gif) repeat-y;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
/*display: list-item;*/
display: block;
float: none;
background: url(images/dropdownbg.gif) repeat-y;
color: #A7998A;
}
.ddsmoothmenu ul li ul li:hover{
background: url(images/dropdownbg.gif) repeat-y;
color: #A7998A;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
color: #A7998A;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: bold 12px Arial, Helvetica, sans-serif;
width: 143px;
color: #a7998a;
 /*width of sub menus*/
/*padding: 5px;*/
/*border-top-width: 0;
border-bottom: 1px solid #d2d2d2;*/
/*background: url(images/dropdownbg.gif) repeat-y;
border-top: #d4c8b5 solid 1px;
padding: 10px 10px 12px 24px;
*/
padding: 5px 10px 4px 33px;
border: none;
background: url(images/dropdownbg.gif) repeat-y;
text-transform: uppercase;
height: auto;
display: block;
float: none;
}

.ddsmoothmenu ul li ul li a:hover
{
	background: url(images/arrow_left.gif) no-repeat 19px 8px;
	color: #473B2F;
	/*padding: 5px 10px 4px 24px;*/
	border: none;
	display: block;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(images/arrow_left.gif) no-repeat 19px 8px;
	color: #473B2F;
	padding: 5px 10px 4px 33px;
	border: none;
	/*background:url(images/menubg-hoverbg.gif) left top repeat-x;*/
}

*html .ddsmoothmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
padding: 5px 10px 4px 33px;
float:none;
}
*html .ddsmoothmenu ul li ul li a:hover{
display: inline-block;
padding: 5px 10px 4px 33px;
float: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;
top: 12px;

}

.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;
background: none;
}

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