/*-------------------------Menu Doc -------------------------------*/
.ddsmoothmenu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 182px;
}
.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;
}
/* 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;
}
.ddsmoothmenu3 ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu3 ul li{
	border-right:1px solid #0e45a0;
	list-style: none;
	position: relative;
	float: left;
	height:30px;
}
.ddsmoothmenu3 ul li:last-child{
	border-right:none;
}
.ddsmoothmenu3 ul li a h2:hover{
color:#ffd200;

}

/*Top level menu link items style*/
.ddsmoothmenu3 ul li a{
	font-size: 12px;
	float: left;
	list-style: none;
	margin-right: 0px;
	height: 30px;
	line-height: 30px;
	font-family: Arial;
	color: #fff;
	padding-left: 20px;
	padding-right: 15px;
	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{}
.ddsmoothmenu3 ul li a:hover{
	color:#ffd800;
    text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu3 ul li ul{z-index: 999999999;
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;width: 284px!important;
	background:#1655bf;	padding-left: 10px;
}
.ddsmoothmenu3 ul li ul li{
height:auto!important
;width:284px;
background:none!important;
}
/*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: 260px;
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 28px;
    border-top-width: 0;font-weight: bold;

    z-index: 100;
}
.ddsmoothmenu3 ul li ul li a:hover{
	color:#ffd800;
    
}
/* 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 {
}


