/* <Menu> */
	/* <Menu-Base-Settings> */
		/* <Widths> */
			.ND_MenuWidth
			{
				width:1314px;
			}
		/* </Widths> */
		
		/* <Heights> */
			.ND_MenuHeight
			{
				height: 38px; 
			}
		/* </Heights> */
		
		/* <Paddings> */
			.ND_MenuPadding
			{
				padding: 0px 0px 0px 0px;
			}
		/* </Paddings> */
		/* <Transformations> */
			.MenuUppercase
			{
				text-transform: uppercase;
			}
		/* </Transformations> */
	/* </Menu-Base-Settings> */
	/* <MenuHolder> */
		.ND_topMenu
		{			
			z-index: 100;	
			float:left;
		}
		/* <List> */

        .ND_topMenu ul li.Selected
                {
	                float:left;
	                color:#000099 !important;
                    /*text-decoration:underline;*/
	                z-index:100;
                }
                
				.ND_topMenu ul li .ND_menubgdel
                {
	                float:left;
	                background-image:url(/img/layout/topmenu/divider.gif);
	                height:26px;
	                width:3px;
                }
                .ND_topMenu ul li .ND_menubgdelRightSel
                {
	                float:left;
	                background-image:url(/img/layout/topmenu/divider_right_sel.gif);
	                height:26px;
	                width:3px;
                }
                .ND_topMenu ul li .ND_menubgdelLeftSel
                {
	                float:left;
	                background-image:url(/img/layout/topmenu/divider_left_sel.gif);
	                height:26px;
	                width:3px;
                }
				.popup_news
				{
					list-style: initial !important;
					list-style-type:circle;
					width:550px;
					
				}
				.Popup_new2
				{
					column-width: 480px;
					color: white;
					font-size:2.6em;
					font-weight:bold;
					height:80px;
					padding-top:20px;
				}
				.ticker_link
				{
						
					color: #000099;
					font-size: large;
					font-weight:normal;
					margin: 0px;
					padding: 0px;
					cursor:pointer;
			
				}
				.divstylepop
				{
				 	float:none;
					
					
				}
				.divstylepop1{
					
					overflow-x:hidden;
				}
                
* {
    list-style:none;
    margin:0;
    padding:0;
    font-size:1em;
}
.NotSelected{
	
	color:white !important;
}
.Selected{
	
	color:white !important;
}
#menu{
    margin:5px;
	font-family : Verdana, Arial, sans-serif; 
	color: #000000;
	font-size: 13px;
	background: #A7A299;
    z-index: 100;
}

/* Top Level */

#menu > li{            
    float:left;
    margin-right:30px;
    z-index: 100;
    text-align:center;
}
#menu > li > span{
    display:block;
    /*padding:3px 10px;*/
    z-index: 100;
    background: #A7A299;
}
#menu > li:hover > span{
    color:#fff !important;
    z-index: 100;
    background: #A7A299;
}

/* Second Level */

#menu > li > ul{        
    display:none;
	background: #A7A299;
	z-index: 100;
}

#menu > li:hover > span > a{
   color:#000099 !important;
}

#menu > li:hover > ul{
    display:block;
    position:absolute;
    z-index: 100;
    margin-left:0px;
    padding-top:5px;
}
#menu > li > ul > li > span{
    display:block;
    padding:3px 10px;
    border-top:solid 3px #fff;
	    width:auto;
        z-index: 100;
}
#menu > li > ul > li:hover > span > a{
    color:#000099 !important;
    
}

#menu > li > ul > li > ul > li:hover > span > a{
    color:#000099 !important;
    
}

/* Third Level & beyond */

#menu > li > ul li > ul{   
    display:none;
	background: #A7A299;
    z-index: 100;
}
#menu > li > ul li:hover > ul{
    display:block;
    position:absolute;
    left:91%;
    border-left:solid 3px #fff;
    margin-top:-25px;
    width:auto;
    z-index: 100;
}

#menu > li > ul > li ul > li{
    display:block;
    padding:3px 10px;
    border-top:solid 3px #fff;
    white-space:nowrap;
    z-index: 100;
}


    /* CSS Document */

input.searchgraybg
{
    color: #ffffff;
    background: url("/img/layout/buttons/button_61x27.png") no-repeat scroll center;
    position: relative;
    height: 27px;
    float: right;
    border: 0 solid #6E000D;
    cursor: pointer;
    font: bold 12px Arial, Lucida, Verdana, sans-serif;
    padding: 5px 10px;
}

input.searchgraybg:hover
{
    color: #ffffff;
    background: url("/img/layout/buttons/button_on_65x27.png") no-repeat scroll center;
    position: relative;
    height: 27px;
    float: right;
    border: 0 solid #6E000D;
    cursor: pointer;
    font: bold 12px Arial, Lucida, Verdana, sans-serif;
    padding: 5px 10px;
}
