#Layer1 {
	position:relative;
	width:521px;
	height:34px;
	left: 0px;
	top: 0px;
	z-index:5;
	display:block;
	visibility: visible;
}
#smoothmenu1{
	float:left;
	visibility: visible;
	width:521px;
}

.ddsmoothmenu{
color:#222222;
font-family:Arial;
font-size:12px;
text-decoration:none;
}

.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;
text-align:left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #333333;
padding: 0px 4px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-decoration: none;
}

.ddsmoothmenu ul li a:hover{
color:#333333;
text-decoration: underline;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
background: #1a294e;
float: none;
padding:0;
left:1px;
color:#ffffff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
padding:0;
color:#ffffff;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:Arial;
font-size:12px;
color:#ffffff;
width: 155px; /*width of sub menus*/
padding-top:4px;
padding-left:5px;
margin: 0;
text-decoration: none;
background: #1a294e;
height:25px;
}
.ddsmoothmenu ul li ul li a:hover{
color:yellow;
text-decoration: none;
background: #1a294e;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{}

.rightarrowclass{
position: absolute;
padding-top: 0px;
padding-right: 0px;
}