/*-------------------------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{
	background: url(../images/bor_right.png)right center no-repeat;
	list-style: none;
	position: relative;
	float: left;text-align: center;
	height:43px;width:191px;
}
.ddsmoothmenu3 ul li:last-child{
background:none;
}
.ddsmoothmenu3 ul li a h2:hover{
color:#ffd200;
font-size:16px;
text-decoration: underline;
}
.ddsmoothmenu3 ul li ul li{width:190px;overflow:hidden;}
/*Top level menu link items style*/
.ddsmoothmenu3 ul li a h2{
	font-size: 14px;
	float: left;width: 191px;
	list-style: none;
	margin-right: 0px;
	height: 44px;
	line-height: 44px;
	font-family: Arial;
	color: #fff;

	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{padding-right:0px!important;`}
.ddsmoothmenu3 ul li a:hover{
	color:#ffd800;
    text-decoration: underline;
}

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

    z-index: 100;
}
.ddsmoothmenu3 ul li ul li a:hover{
height:28px;background:url(../images/bg_hover.png)left bottom repeat-x;line-height:28px;
text-decoration: underline;
}
/* 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 {
}


