/*-------------------------Menu Doc -------------------------------*/
.ddsmoothmenu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 182px;float: left;
}
.navbar{background-image: url(../images/bg_menu.jpg);
height: 44px;
width: 1000px;
background-repeat: no-repeat;}
.ddsmoothmenu ul li {
    position: relative;
}
/* Top level menu links style */
.ddsmoothmenu ul li a {
    background:url(../images/line-menu.png) right no-repeat;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 23px;
    line-height: 40px;
    display: block;
}
.ddsmoothmenu ul li a:focus, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:active {
    color: #000;
    font-weight: bold;
    text-decoration:none;
}
/*Sub level menu items */
.ddsmoothmenu ul li ul {
    height:32px;
    line-height:32px;
    color:#000;
    position: absolute;
    width: auto;
    min-width:190px;
    white-space:nowrap;
    top: 0;
    left: 0;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li a {
    line-height:30px;
    margin: 0;
}
.ddsmoothmenu ul li ul li a:hover {
    color: #000;
    text-decoration:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu ul li a {
    height: 1%;
}
/* End */


.ddsmoothmenu3{
    font-size: 12px;
    position: relative;
    z-index: 100;
	padding-left: 30px;
}
.ddsmoothmenu3 ul{
    z-index:100;
    margin: 0;
    padding: 0;box-shadow: 0px 0px 18px #0256f7;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu3 ul li{
    position: relative;
    display: inline;
    float: left;
    z-index: 100;
}

/*Top level menu link items style*/
.ddsmoothmenu3 ul li a {
    background:url(../images/bg_right.jpg) right no-repeat;
    color: #fff;
    display: block;padding-right: 12px!important;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
   padding-left: 18px;
    text-decoration: none;text-transform: uppercase;
}
* html .ddsmoothmenu3 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.ddsmoothmenu3 ul li a:hover{
    text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu3 ul li ul{z-index: 999999999;
    position: absolute;
    left: 0; background: #f1f1f1;
    display: none;
    visibility: hidden;border: 1px solid rgb(14, 88, 230);
}

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

/* Sub level menu links style */
.ddsmoothmenu3 ul li ul li a{
    width: 200px;
    font-size: 12px;
    color: #000080;
    margin: 0;
    line-height: 28px;
    border-top-width: 0;


    z-index: 100;
}
.ddsmoothmenu3 ul li ul li a:hover{
color:red;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu3 ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu3 ul li a {
    height: 1%;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    display:none;
}
.rightarrowclass {
    display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    display: none;
    background: none;
}
.toplevelshadow {
}


ul#menu, ul#menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul#menu a {
    display: block;
    text-decoration: none;
}
ul#menu li {
    margin-top: 2px;
    margin-left:10px;
}
ul#menu li a {
    background:url(../images/arr_left_3.png) no-repeat;
    background-position:  4px 8px;
    line-height:26px;
    border-bottom: 1px solid #F1F1F1;
    color:#000;
    font-size:12px;
    font-weight:bold;
    display:block;
    padding-left:15px;
    margin-bottom:4px;
}
ul#menu li a:hover, ul#menu li a.active {
    background:url(../images/arr_left_1.png) no-repeat;
    background-position:  4px 8px;
    line-height:26px;
    color:#E30613;
    text-decoration: underline;
}

ul#menu li ul li a {
    background:url(../images/arr_left_2.png) no-repeat;
    background-position:  10px;
    line-height:26px;
    color:#000;
    font-size:12px;
    font-weight:normal;
    display:block;
    padding-left:20px;
    margin-bottom:4px;
}
ul#menu li ul li a:hover {
    text-decoration: underline;
}
