.ddsmoothmenu {
	background: none; /*background of menu bar (default state)*/
	margin-top:22px;
	float:right;
	font-size:11px;
	letter-spacing:0;
}
.menuphoto img {
	float:right;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu ul ul {
	border-bottom:10px solid #333333;
}
/*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; /*background of menu items (default state)*/
	color: #ff0028;
	padding: 0px 0px;
	font-size:11px;
	color: #333333;
	text-decoration: none;
}
* 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:#333333;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #none;
	color:#ff0028;
}
.ddsmoothmenu ul li a:hover {
	background: #none; /*background of menu items during onmouseover (hover state)*/
	color: #ff0028;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	background:none;
	color:#ff0028;
	position: absolute;
	left: 0;
	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 {
	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*/
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border-top-width: 0;
}
.ddsmoothmenu ul li ul li a:link {
	color:#333333;
}
.ddsmoothmenu ul li ul li a:visited {
	color:#333333;
}
.ddsmoothmenu ul li ul li a:hover {
	color:#ff0028;
}
.ddsmoothmenu ul li ul li a.selected {
	color:#ff0028;
}
/* 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;
}
/* ######### Menu edits for custom  ######### */

#smoothmenu1 ul li.Divider {
	background:url('../images/nav_divider.gif') no-repeat;
	height:16px;
	width:31px;
	text-indent:-5000px;
}
/* ######### accrodian menu  ######### */

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	line-height:18px !important;
	background: url(../images/titlebar.png) repeat-x; height:18px !important;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar.png) repeat-x; height:18px !important;
	line-height:18px !important;

	}
/* ######### new styles added  ######### */

.arrowlistmenu h3 {
	font-size:11px;
	color:#333333;
	line-height:18px;
	padding-bottom:4px !important;
	margin-top:-5px !important;
	border-bottom:1px dotted #D1D1D1;
	display:block;
}

.categoryitems {
	margin-top:-10px !important;
	
}


.arrowlistmenu {
	font-size:11px;
	color:#333333;		
}
.arrowlistmenu a {
	color:#333333;
	
}
.arrowlistmenu a:hover {
	color:#ff0028;
	text-decoration:none;
}
.arrowlistmenu ul li {
	color:#666;
	}
.arrowlistmenu ul li a {
	color:#666;
	padding:6px 0 6px 5px !important;
	border-bottom:1px dotted #D1D1D1;
	display:block;
}
.arrowlistmenu ul li a:hover {
	color:#ff0028;
	text-decoration:none;
}
/* ######### copyright tooltip  ######### */

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid white;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}
#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
