
.ddsmoothmenu_82{
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu bar (default state)*/
width:220px;
display:block;
border-top: 0px solid #000000;
border-bottom: 0px solid #575757;
border-right: 0px solid #575757;
border-left: 0px solid #000000;
}

.ddsmoothmenu_82 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu_82 ul li{
position: relative;
display: inline;
text-align:center;
float: left;
width:px;
}

/*Top level menu link items style*/
.ddsmoothmenu_82 ul li a{
display: block;
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items (default state)*/
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;

margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;

border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-right: 0px solid #242424;
border-left: 0px solid #000000;
font:  12px Arial;
color: #5f5959;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
}

* html .ddsmoothmenu_82 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu_82 ul li a:link, .ddsmoothmenu_82 ul li a:visited{
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items (default state)*/
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-right: 0px solid #242424;
border-left: 0px solid #000000;
color: #5f5959;
font:  12px Arial;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
}

.ddsmoothmenu_82 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../../);
background-color: TRANSPARENT; 
color: #000000;
font: Normal 12px Arial;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}

.ddsmoothmenu_82 ul li a:hover{
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items during onmouseover (hover state)*/
font: Normal 12px Arial;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
color: #000000;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}
	
/*1st sub level menu*/
.ddsmoothmenu_82 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)*/
.ddsmoothmenu_82 ul li ul li{
display: list-item;
float: none;
}

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

/* Sub level menu links style */
.ddsmoothmenu_82 ul li ul li a{
min-width:200px;
text-align:left;
}

.ddsmoothmenu_82 a.subnavitem_82:link, .ddsmoothmenu_82 a.subnavitem_82:visited, .ddsmoothmenu_82 a.subnavitem_82:active {
background-image:url(../../alcyon_files/bg2.jpg);
background-color: ; /*background of menu items during onmouseover (hover state)*/
font:  19px Times New Roman;
color: #ffffff;
font-weight:Bold;
font-style:italic;
text-decoration:none;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #242424;
border-left: 1px solid #000000;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;

margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

.ddsmoothmenu_82 a.subnavitem_82:hover {
background-image:url(../../alcyon_files/bg1.jpg);
background-color: ; /*background of menu items during onmouseover (hover state)*/
font: Bold 19px Times New Roman;
color: #000000;
font-weight:Bold;
font-style:italic;
text-decoration:none;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #242424;
border-left: 1px solid #000000;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu_82{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: 6px;
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;
}

.ddsmoothmenu-v_82 ul{
margin: 0;
padding: 0;
width:220px; /* Main Menu Item widths */
list-style-type: none;
float: left;
}
 
.ddsmoothmenu-v_82 ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v_82 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items (default state)*/
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;

margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;

border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-right: 0px solid #242424;
border-left: 0px solid #000000;
font:  12px Arial;
color: #5f5959;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
}

.ddsmoothmenu-v_82 ul li a:link, .ddsmoothmenu-v_82 ul li a:visited, .ddsmoothmenu-v_82 ul li a:active{
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items (default state)*/
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;

margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;

border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-right: 0px solid #242424;
border-left: 0px solid #000000;
font:  12px Arial;
color: #5f5959;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
}


.ddsmoothmenu-v_82 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items during onmouseover (hover state)*/
font: Normal 12px Arial;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
color: #000000;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}

.ddsmoothmenu-v_82 ul li a:hover{
background-image:url(../../);
background-color: TRANSPARENT; /*background of menu items during onmouseover (hover state)*/
font: Normal 12px Arial;
font-weight:Normal;
font-style:Normal;
text-decoration:none;
color: #000000;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}

.ddsmoothmenu-v_82 a.subnavitem_82:link, .ddsmoothmenu-v_82 a.subnavitem_82:visited, .ddsmoothmenu-v_82 a.subnavitem_82:active {
background-image:url(../../alcyon_files/bg2.jpg);
background-color: ; /*background of menu items during onmouseover (hover state)*/
font:  19px Times New Roman;
color: #ffffff;
font-weight:Bold;
font-style:italic;
text-decoration:none;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #242424;
border-left: 1px solid #000000;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;

margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

.ddsmoothmenu-v_82 a.subnavitem_82:hover {
background-image:url(../../alcyon_files/bg1.jpg);
background-color: ; /*background of menu items during onmouseover (hover state)*/
font: Bold 19px Times New Roman;
color: #000000;
font-weight:Bold;
font-style:italic;
text-decoration:none;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #242424;
border-left: 1px solid #000000;
}

/*Sub level menu items */
.ddsmoothmenu-v_82 ul li ul{
position: absolute;
min-width:200px;
top: 0;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v_82 ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v_82 ul li a { height: 1%; }
/* End */

/*custom css */

.ddsmoothmenu_82 *.testcss:link, .ddsmoothmenu_82 *.testcss:visited, .ddsmoothmenu_82 *.testcss:active, .ddsmoothmenu_82 *.testcss {
	color:#900;
}
.ddsmoothmenu_82 *.testcss:hover {
	color:#FF0;
}

