.ddsmoothmenu
{
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

.ddsmoothmenu ul
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*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: #B72E27; background of menu items (default state)*/
	color: white;
	padding-left: 21px;
	padding-top: 7px;
	padding-right: 21px;
	padding-bottom: 7px; /*border-right: 1px solid #778;*/
	text-decoration: none;
	border-right: 1px solid #778;
	font-family: Tahoma;
    height: 15px;
	
	
}

.menuarrows
{
	padding-right: 30px;
	padding-left: 11px;

}
/*.ddsmoothmenu ul li ul li 
{
	margin-left:-2px;
	border-left:solid 1px  #778;
	
	}*/

.ddsmoothmenu ul li ul li a
{
	border-right: none;
}

* html .ddsmoothmenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	padding-bottom: 2px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	color: #CFCFCF;
}
.ddsmoothmenu ul li a.selected
{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #CFCFCF;
	border-bottom: solid 1px #101010;
	z-index: 999;
}
.ddsmoothmenu ul li ul li a.selected
{
	border-bottom: solid 0px #101010;
	
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #CFCFCF;
}

.ddsmoothmenu ul li a:hover
{
	/*background:#D84F47; background of menu items during onmouseover (hover state)*/
	color: #CE3624;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-bottom: solid 1px #777788;
	border-left: solid 1px #777788;
	border-right: solid 1px #777788;
	border-top: solid 1px #777788;
	padding: 0px;
	margin: 0px;
	z-index: -9999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	display: list-item;
	float: none;
	background-color: #101010;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul
{
	top: 0;
	border-left: solid 0px #777788;
	border-top: solid 1px #777788;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a
{
	font: normal 11px Tahoma;
	width: 116px; /*width of sub menus*/
	padding: 5px;
	margin: 0; /*border-top-width: 0; border-bottom: 1px solid gray;*/
	background: #101010;
	padding-left: 15px;
	padding-right: 15px;
}
.ddsmoothmenu ul li ul li a:hover
{
	font: normal 11px Tahoma;
	width: 116px; /*width of sub menus*/
	padding: 5px;
	margin: 0; /*border-top-width: 0; border-bottom: 1px solid gray;*/
	background: #101010;
	padding-left: 15px;
	padding-right: 15px;
	color:#CE3624;
}

/* 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: 14px;
	right: 12px;
}

.rightarrowclass
{
	position: absolute;
	top: 8px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0; /*background: silver;*/
}

/*.toplevelshadow
{ Remove for W3C
	opacity: 0.8;
}*/

.spacer
{
/*	height: 1px;
	background-color: #000000;
	font-family: Arial;
	font-size: 2px;
	line-height: 2px;*/
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:1px;
	font-size:0px;	
}
.spacer-line
{
	height: 0px;
	background-color: #101010;
	border-bottom: solid 1px #323232;
	font-family: Arial;
	font-size: 0px;
	line-height: 0px;
	margin-left: 15px;
	margin-right: 15px;
}