
#menu_top
{

	width:auto;
	height:50px;
	position:relative;

	z-index:99;
	width:100%;
	float:left;
	background:url(../images/menu.png) repeat-x top center;

}

.ddsmoothmenu{
	height:50px;
}

.ddsmoothmenu ul{
list-style:none;
margin:0px auto;
padding:0px;
height:50px;
width:100%;
max-width:1200px;
text-align:center;
}


/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline-block;
	vertical-align:top;
	text-align:center;
	z-index:1000;
	padding:0px 60px;
	height:50px;
	line-height:50px;

}

.ddsmoothmenu ul li.line_menu
{
	width:13px;
	height:50px;
	padding:0px;
	margin:0px;
	background:url(../images/line_menu.png) no-repeat top center !important;
}

.ddsmoothmenu ul li:hover{

}

.ddsmoothmenu ul li a{
	color:#FFF;
}

.ddsmoothmenu ul li:hover a{
	color:#FFFF00;
}


.ddsmoothmenu ul .active_menu
{

} 
.ddsmoothmenu ul .active_menu a
{
	color:#FFF;
}

.ddsmoothmenu .hotline
{
	width:276px;
	height:67px;
	position:fixed;
	bottom:0px;
	right:2px;
	background:url(../images/hotline.png) no-repeat center;

}
.ddsmoothmenu .hotline p
{
	font-size:20px;
	color:#FF0;
	float:left;
	margin-left:65px;
	margin-top:22px;
}

.ddsmoothmenu ul li.lang img
{
	float:left;
	margin-top:12px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	
	font-family:Roboto-Regular;
	text-transform:capitalize;

}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#FF0000;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:1000;
margin:0px;
padding:0px;
height:auto;
width:220px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
width:200px;
height:auto;
text-align:center;
margin:0px;
padding:0px;
height:auto;
padding:6px 10px;
background:#0f52a1;
line-height:22px;

}

.ddsmoothmenu ul li ul li ul
{
	margin:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size:16px;
/*width of sub menus
border-bottom: 1px solid gray;*/
text-decoration:none;
text-transform:none;
font-weight:normal;
color:#FFF !important;
text-shadow:none;
font-family:Roboto-Regular;
}

.ddsmoothmenu ul li ul li:hover
{
	background:#C16100;
	cursor:pointer;
}

.ddsmoothmenu ul li ul li:hover a
{
	color:#FFF !important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


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

.downarrowclass{
position: absolute;
top: 26px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
