.ddsmoothmenu{
background: none; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:9000;
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0px;
padding:0px;



}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;/*background of menu items (default state)*/
	color: white;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}


* 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: #ffffff;
	text-decoration: none;
}

.ddsmoothmenu ul li a:hover{
	background: #760000; /*background of menu items during onmouseover (hover state)*/	
	color: #FFFFFF;
	text-decoration: none;
}

.ddsmoothmenu ul li .newclass{
	color: white;
	background-color: #990000;
}

.ddsmoothmenu ul li .newclass a{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu ul li .newclass a:link{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu ul li .newclass a:hover{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}





	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#b20002;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:link{
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	width: 200px;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	line-height:normal;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	left:20px;
	padding-top:16px;
	*padding-top:0px;

}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0px;
top: 0px;
width: 0px;
height: 0px;
background: silver;
}

.toplevelshadow{ /*shadow opacity.*/
opacity:80; -moz-opacity: 0.8; filter: alpha(opacity=0.8);
*-moz-opacity: 80; filter: alpha(opacity=80);
}


/* ########################################################## TOP MENU ########################################################################################### */

.ddsmoothmenu1{
background: none; /*background of menu bar (default state)*/
width: 100%;
padding-left:12px;


}

.ddsmoothmenu1 ul{
	z-index:9000;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Top level list items*/
.ddsmoothmenu1 ul li{
font-family:Tahoma, Helvetica, sans-serif;
font-size:12px;
position: relative;
float: left;


}

/*Top level menu link items style*/
.ddsmoothmenu1 ul li a{
display:block;
	background: #a00000; /*background of menu items (default state)*/
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	
	border-right-style: dotted;
	border-right-color: #bdd0d6;
	border-right-width: 1px;

	*background: #a00000;/*background of menu items IE (default state)*/

display: inline-block;
}

.ddsmoothmenu1 ul li a:link, .ddsmoothmenu1 ul li a:visited{
color: #ffffff;
}

.ddsmoothmenu1 ul li a:hover{
	background: #216276; /*background of menu items during onmouseover (hover state)*/
	color: #00cbff;
	text-decoration: underline;
}

.ddsmoothmenu1 ul li .newclass{
	color: white;
	background-color: #990000;
}

.ddsmoothmenu1 ul li .newclass a{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu1 ul li .newclass a:link{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu1 ul li .newclass a:hover{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}





	
/*1st sub level menu*/
.ddsmoothmenu1 ul li ul{
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)*/
.ddsmoothmenu1 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu1 ul li ul li ul{
top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
font-family:Tahoma, Helvetica, sans-serif;
font-size:12px;
width: 160px; /*width of sub menus*/


border-bottom: 1px dotted #ffffff;
text-align:left;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 11px;
*top: 10px;


}

.rightarrowclass{
position: absolute;
top: 0px;
right: 7px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0px;
top: 0px;
width: 0px;
height: 0px;
background: silver;
}

.toplevelshadow{ /*shadow opacity.*/
opacity:80; -moz-opacity: 0.8; filter: alpha(opacity=0.8);
*-moz-opacity: 80; filter: alpha(opacity=80);
}
