@charset "UTF-8";
/* CSS Document */

#menu_cntr { border: #000 solid 0px;
	background: none !important;
	/*position: absolute;*/
	position: relative;
	float: right;
	top: 0px;
	right: 0px; /* for IE7 */
	width: 188px; 
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Monaco, "Lucida Console", monospace;
	font-style: normal;
	font-size: 90%;
	color: #6F5033;
	overflow: visible;	
	z-index: 2500;
}
#menu_cntr a { color: #6F5033; font-style: normal; }
#menu_cntr a:hover { color: #000; font-style: italic; text-decoration: line-through; }
#menu_cntr a:visited { color: #6F5033; font-style: normal; }
#menu_cntr a:visited:hover { color: #000; font-style: italic; text-decoration: line-through; }
#menu_cntr a:active { color: #000; font-style: italic; text-decoration: line-through; }

/*#smoothcontainer{
	background: none !important;
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	height: auto;
	width: auto;
	z-index: 100;
}*/

.ddsmoothmenu {
	background: none; /*background of menu bar (default state)*/
	position: relative;
	float: right;
	font-family: Monaco, "Lucida Console", monospace;
	font-style: normal;
	z-index: 210;
}

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

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

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	background: none;
	display: block;
	background: none; /*background of menu items (default state)*/
	padding: 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
.ddsmoothmenu ul li a img {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 99999;
}

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

.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: black; background of menu items during onmouseover (hover state)
	color: white;*/
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul { 
	position: absolute;
	left: 0px;
	margin-top: -3px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	background-color: #FFFCD9;
	display: list-item;
	float: none;
	position: relative;
	padding: 0px 6px;
	width: 166px;
	height: auto;
	/*border-bottom: 1px solid #A8E8E1;*/
}

/*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: auto; /*width of sub menus*/
	padding: 3px 2px 2px 2px;
	margin: 0;
	border-top: 1px solid #A8E8E1;
	/*border-bottom: 1px solid #A8E8E1;*/
}
.ddsmoothmenu ul li ul li a.lastSubmenuItem { 
	/*border: 0;*/
	border-top: 1px solid #A8E8E1;
	/*border-bottom: 1px solid #A8E8E1;*/
}
#menu_cntr .ddsmoothmenu ul li ul li a.lastSubmenuItem:hover { text-decoration: 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: relative;
	float: right;
	padding: 5px;
}

.rightarrowclass {
	position: relative;
	float: right;
	padding: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	background: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	z-index: 100;
	padding: 0;
}

.toplevelshadow { /*shadow opacity.*/
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
