﻿@charset "utf-8";
.ddsmoothmenu{ width:1000px; margin:0 auto;}
.ddsmoothmenu a{font-size:14px;}
.ddsmoothmenu ul{
z-index:100;
margin:0;
padding:0;
list-style-type: none;
}

/*.i_nav li{float:left; width:115px; height:40px; line-height:40px; text-align:center; font-size:14px;}
.i_nav li.line{width:2px; background:url(../Images/nav_line.jpg) no-repeat left top;}
.i_nav li a{display:block; width:115px; height:40px; color:#FFF;}
.i_nav li a:hover{color:#FFF; text-decoration:underline;}
.i_nav li a.on{color:#FFF; text-decoration:none;}*/


.ddsmoothmenu ul li{ position:relative;float:left; line-height:40px; height:40px;  width:115px; text-align:center; }
.nava{ height:40px;  color:#FFF; display:block; line-height:40px; text-align:center;  font-size:14px; }
* html .nava{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}
.navactive,.navactive:hover,.nava:hover,.nava.selected{ display:block; line-height:40px; height:40px; color:#FFF; text-decoration:none; font-size:14px; }
.i_n01,.i_n02,.i_n03,.i_n04,.i_n05,.i_n06,.i_n07{background:url(../Images/nav_line.jpg) no-repeat right top; padding-right:2px;}
.i_nav ul li ul{
position: absolute;padding-left:0px;

display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
* html .i_nav ul li ul{}
.i_nav ul li ul li{
display: list-item; padding:0px; margin:0 auto;
 height:28px;line-height:28px; float:left;
}
/*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 12px Verdana;
 /*width of sub menus*/
height:28px; width:115px; background-color:#f2f2f2; color:#000; border-bottom:1px solid #fff;
line-height:30px;

white-space:nowrap;overflow:hidden;text-overflow:ellipsis; cursor:pointer;
}
.i_nav ul li ul li a:hover{ text-decoration:none;  background-color:#fd7802; color:#fff;}
/* 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;
}




/*------------------------------------------------------*/




.rightarrowclass{position: absolute;top:10px;right:5px;} 
/* Holly Hack for IE \*/
* html .sortlist ul li { float: left; height: 1%; }
* html .sortlist ul li a { height: 1%; }
/* End */