.ddsmoothmenu{
width: 720px;
height:53px;
float:left;
padding-left:2px;
}

.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;
margin-left:-2px;
}
.link1 a {
	display:block;
	float:left;
	height:53px;
	width:125px;
	background:url(../images/menu.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
.link1 a:hover, .link1 a.selected  {
	display:block;
	float:left;
	height:53px;
	width:125px;
	background:url(../images/menu.gif) 0 -106px no-repeat;
	text-indent:-9999px;
}
.link1-selected a {
	display:block;
	float:left;
	height:53px;
	width:125px;
	background:url(../images/menu.gif) 0 -53px no-repeat;
	text-indent:-9999px;
}
.link1-selected a:hover, .link1-selected a.selected {
	display:block;
	float:left;
	height:53px;
	width:125px;
	background:url(../images/menu.gif) 0 -106px no-repeat;
	text-indent:-9999px;
}
.link2 a {
	display:block;
	float:left;
	height:53px;
	width:118px;
	background:url(../images/menu.gif) -124px 0 no-repeat;
	text-indent:-9999px;
}
.link2 a:hover, .link2 a.selected {
	display:block;
	float:left;
	height:53px;
	width:118px;
	background:url(../images/menu.gif) -124px -106px no-repeat;
	text-indent:-9999px;
}
.link2-selected a {
	display:block;
	float:left;
	height:53px;
	width:118px;
	background:url(../images/menu.gif) -124px -53px no-repeat;
	text-indent:-9999px;
}
.link2-selected a:hover, .link2-selected a.selected {
	display:block;
	float:left;
	height:53px;
	width:118px;
	background:url(../images/menu.gif) -124px -106px no-repeat;
	text-indent:-9999px;
}

.link3 a {
	display:block;
	float:left;
	height:53px;
	width:97px;
	background:url(../images/menu.gif) -241px 0 no-repeat;
	text-indent:-9999px;
}
.link3 a:hover, .link3 a.selected {
	display:block;
	float:left;
	height:53px;
	width:97px;
	background:url(../images/menu.gif) -241px -106px no-repeat;
	text-indent:-9999px;
}
.link3-selected a {
	display:block;
	float:left;
	height:53px;
	width:97px;
	background:url(../images/menu.gif) -241px -53px no-repeat;
	text-indent:-9999px;
}
.link3-selected a:hover, .link3-selected a.selected {
	display:block;
	float:left;
	height:53px;
	width:97px;
	background:url(../images/menu.gif) -241px -106px no-repeat;
	text-indent:-9999px;
}

.link4 a {
	display:block;
	float:left;
	height:53px;
	width:177px;
	background:url(../images/menu.gif) -337px 0 no-repeat;
	text-indent:-9999px;
}
.link4 a:hover, .link4 a.selected {
	display:block;
	float:left;
	height:53px;
	width:177px;
	background:url(../images/menu.gif) -337px -106px no-repeat;
	text-indent:-9999px;
}
.link4-selected a {
	display:block;
	float:left;
	height:53px;
	width:177px;
	background:url(../images/menu.gif) -337px -53px no-repeat;
	text-indent:-9999px;
}
.link4-selected a:hover, .link4-selected a.selected {
	display:block;
	float:left;
	height:53px;
	width:177px;
	background:url(../images/menu.gif) -337px -106px no-repeat;
	text-indent:-9999px;
}
.link5 a {
	display:block;
	float:left;
	height:53px;
	width:102px;
	background:url(../images/menu.gif) -513px 0 no-repeat;
	text-indent:-9999px;
}
.link5 a:hover, .link5 a.selected {
	display:block;
	float:left;
	height:53px;
	width:102px;
	background:url(../images/menu.gif) -513px -106px no-repeat;
	text-indent:-9999px;
}
.link5-selected a {
	display:block;
	float:left;
	height:53px;
	width:102px;
	background:url(../images/menu.gif) -513px -53px no-repeat;
	text-indent:-9999px;
}
.link5-selected a:hover, .link5-selected a.selected {
	display:block;
	float:left;
	height:53px;
	width:102px;
	background:url(../images/menu.gif) -513px -106px no-repeat;
	text-indent:-9999px;
}

.link6 a {
	display:block;
	float:left;
	height:53px;
	width:100px;
	background:url(../images/menu.gif) -614px 0 no-repeat;
	text-indent:-9999px;
}
.link6 a:hover, .link6 a.selected {
	display:block;
	float:left;
	height:53px;
	width:100px;
	background:url(../images/menu.gif) -614px -106px no-repeat;
	text-indent:-9999px;
}
.link6-selected a {
	display:block;
	float:left;
	height:53px;
	width:100px;
	background:url(../images/menu.gif) -614px -53px no-repeat;
	text-indent:-9999px;
}
.link6-selected a:hover, .link6-selected a.selected {
	display:block;
	float:left;
	height:53px;
	width:100px;
	background:url(../images/menu.gif) -614px -106px no-repeat;
	text-indent:-9999px;
}

/***************** Sublinks for dropdown ***************************/

/*****************************Dropdown link 1 *****************************/
.ddsmoothmenu ul li .ul1{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#42442F;
border:1px solid #E2E1DD;
border-top:none;
width:121px;/*width of sub menus (outer width) */
overflow:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li .ul1 li{
background:#42442F;
padding:0 1px 6px 3px;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li .ul1 li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li .ul1 li a{
font: normal 13px Verdana;
width: 117px; /*width of sub menus link* (4px less from outer width) */
height:17px;
padding: 7px 0 7px 0;
margin:0;
background:#42442F;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}
.ddsmoothmenu ul li .ul1 li a:hover{
font: normal 13px Verdana;
width: 117px; /*width of sub menus link* (4px less from outer width) */
padding: 7px 0 7px 0;
height:17px;
margin:0;
background:#63625D url(../images/drop-arrow.gif) 10px 8px no-repeat;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}

/*****************************Dropdown link 2 *****************************/
.ddsmoothmenu ul li .ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#42442F;
border:1px solid #E2E1DD;
border-top:none;
width:114px;/*width of sub menus (outer width) */
overflow:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li .ul li{
background:#42442F;
padding:0 1px 6px 3px;
margin:0;
}

/*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{
font: normal 13px Verdana;
width: 110px; /*width of sub menus link* (4px less from outer width) */
height:17px;
padding: 7px 0 7px 0;
margin:0;
background:#42442F;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}
.ddsmoothmenu ul li .ul li a:hover{
font: normal 13px Verdana;
width: 110px; /*width of sub menus link* (4px less from outer width) */
padding: 7px 0 7px 0;
height:17px;
margin:0;
background:#63625D url(../images/drop-arrow.gif) 10px 8px no-repeat;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}

/*****************************Dropdown link 3 *****************************/
.ddsmoothmenu ul li .ul2{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#42442F;
border:1px solid #E2E1DD;
border-top:none;
width:93px;/*width of sub menus (outer width) */
overflow:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li .ul2 li{
background:#42442F;
padding:0 1px 6px 3px;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li .ul2 li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li .ul2 li a{
font: normal 13px Verdana;
width: 89px; /*width of sub menus link* (4px less from outer width) */
height:17px;
padding: 7px 0 7px 0;
margin:0;
background:#42442F;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}
.ddsmoothmenu ul li .ul2 li a:hover{
font: normal 13px Verdana;
width: 89px; /*width of sub menus link* (4px less from outer width) */
padding: 7px 0 7px 0;
height:17px;
margin:0;
background:#63625D url(../images/drop-arrow.gif) 10px 8px no-repeat;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}

/*****************************Dropdown link 4 *****************************/
.ddsmoothmenu ul li .ul3{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#42442F;
border:1px solid #E2E1DD;
border-top:none;
width:173px;/*width of sub menus (outer width) */
overflow:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li .ul3 li{
background:#42442F;
padding:0 1px 6px 3px;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li .ul3 li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li .ul3 li a{
font: normal 13px Verdana;
width: 169px; /*width of sub menus link* (4px less from outer width) */
height:17px;
padding: 7px 0 7px 0;
margin:0;
background:#42442F;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}
.ddsmoothmenu ul li .ul3 li a:hover{
font: normal 13px Verdana;
width: 169px; /*width of sub menus link* (4px less from outer width) */
padding: 7px 0 7px 0;
height:17px;
margin:0;
background:#63625D url(../images/drop-arrow.gif) 10px 8px no-repeat;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}

/*****************************Dropdown link 5 *****************************/
.ddsmoothmenu ul li .ul4{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#42442F;
border:1px solid #E2E1DD;
border-top:none;
width:98px;/*width of sub menus (outer width) */
overflow:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li .ul4 li{
background:#42442F;
padding:0 1px 6px 3px;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li .ul4 li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li .ul4 li a{
font: normal 13px Verdana;
width: 94px;/*width of sub menus link* (4px less from outer width) */
height:17px;
padding: 7px 0 7px 0;
margin:0;
background:#42442F;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}
.ddsmoothmenu ul li .ul4 li a:hover{
font: normal 13px Verdana;
width: 94px; /*width of sub menus link* (4px less from outer width) */
padding: 7px 0 7px 0;
height:17px;
margin:0;
background:#63625D url(../images/drop-arrow.gif) 10px 8px no-repeat;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}

/*****************************Dropdown link 6 *****************************/
.ddsmoothmenu ul li .ul5{
position: absolute;
left: 0;
display: none;
visibility: hidden;
background:#42442F;
border:1px solid #E2E1DD;
border-top:none;
width:96px;/*width of sub menus (outer width) */
overflow:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li .ul5 li{
background:#42442F;
padding:0 1px 6px 3px;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li .ul5 li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li .ul5 li a{
font: normal 13px Verdana;
width: 92px; /*width of sub menus link* (4px less from outer width) */
height:17px;
padding: 7px 0 7px 0;
margin:0;
background:#42442F;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}
.ddsmoothmenu ul li .ul5 li a:hover{
font: normal 13px Verdana;
width: 92px; /*width of sub menus link* (4px less from outer width) */
padding: 7px 0 7px 0;
height:17px;
margin:0;
background:#63625D url(../images/drop-arrow.gif) 10px 8px no-repeat;
text-indent:0;
color:#FFFFFF;
text-align:center;
text-decoration:none;
display:block;
}



/* ######### CSS for shadow added to sub menus  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}
/*
.toplevelshadow{ 
opacity: 0.8;
}
shadow opacity. Doesn't work in IE*/
