 @charset "utf-8";
.ddsmoothmenu{font-size:14px;width:986px; margin:0 auto;}
.ddsmoothmenu a{ text-align:center;}
.ddsmoothmenu ul{
z-index:100;
margin:0;
padding:0;
list-style-type: none;
}
/*

*/
.ddsmoothmenu ul li{position: relative;display: inline;float:left; padding:0 15px; text-align:center; font-size:14px;margin-top:10px;}
.i_nav li.navline{}
.nava{float:left; line-height:39px;height:39px; width:77px;text-align:center; font-size:14px; color:#fff; font-weight:bold;}
* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}
.navactive,.navactive:hover,.nava:hover{color:#565656; text-decoration:none; background:url(navbg.jpg) no-repeat left top; display:block; width:77px; height:39px; font-weight:bold; line-height:39px;}

.i_nav ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
* html .i_nav ul li ul{background: #9c0001;}
.i_nav ul li ul li{
display: list-item; padding:0px; margin:0 auto;
float: none;
border-right:1px solid #940a0a;
border-bottom:1px solid #940a0a;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.i_nav ul li ul li ul{
top: 0;
}
.i_nav ul li ul li a
{
display:block;
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
height:25px;
line-height:25px;
padding:0 5px;
margin: 0;
border-top:1px solid #db9e9e;
background:url(navabg.png) repeat-y;
color:White;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.i_nav ul li ul li a:hover{ background:url(navabghover.png) no-repeat left top; color:Black; text-decoration:none;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


.downarrowclass{
position: absolute;
top: 12px;
right: 15px;
}
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
 filter:alpha(opacity=50);opacity: 0.8;}


/*------------------------------------------------------*/

/*
.sortlist ul{background:url(b1.gif) repeat-y;}
.sortlist li{line-height:46px;background:url(lb.gif) no-repeat; padding-left:32px; color:#858585; font-size:14px; font-weight:bold;}
.sortlist li a{color:#858585;text-decoration:none;}
.sortlist li a:hover {color:#ca161f;text-decoration:underline;}
*/

.ddsmoothmenu-v{ padding-top:4px;background:url(t1.gif) no-repeat top; }


.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font:bold 14px Verdana;
background:url(b1.gif) repeat-y;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
padding-left:32px;
color: #858585;
text-decoration: none;
background:url(lb.gif) no-repeat;
line-height:46px;
}

.ddsmoothmenu-v ul li a:hover,.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                                                                width:168px;
           display: block;                                                     text-align:left;
height:46px;        
color:#ca161f;line-height:46px;
}



/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li{border-right:1px solid #940a0a;
border-bottom:1px solid #940a0a; margin:0px;}

.ddsmoothmenu-v ul li ul li a{ display:block; line-height:25px; border-top:1px solid #db9e9e;background:url(navabg.png) repeat-y;color:White;}
.ddsmoothmenu-v ul li ul li a:hover{width:auto;height:25px;line-height:25px; background:url(navabghover.png) no-repeat left top; color:Black; text-decoration:none;}
.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */