/**** repulomenu tablazatos ****/

#topmenupanel{
position:fixed;
height:40px;
width:990px;
top:37px;
left:50%;
margin-left:-495px;
background: #42a0d0;
background: -moz-linear-gradient(top, #42a0d0 0%, #89cdf2 94%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a0d0), color-stop(94%,#89cdf2));
background: -webkit-linear-gradient(top, #42a0d0 0%,#89cdf2 94%);
background: -o-linear-gradient(top, #42a0d0 0%,#89cdf2 94%);
background: -ms-linear-gradient(top, #42a0d0 0%,#89cdf2 94%);
background: linear-gradient(to bottom, #42a0d0 0%,#89cdf2 94%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a0d0', endColorstr='#89cdf2',GradientType=0 );
border-bottom:2px solid #d7f0fb;
z-index:993;
}/* menut befoglalo div */

#topmenupanel #search-btn{
position:absolute;
display:inline-block;
right:0;
top:3px;
width:34px;
height:34px;
background:url('../frameimage/newdesign/search-btn.png') no-repeat 0 0;
z-index:1;
}

#topmenupanel #search-btn img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#topmenupanel #search-btn img:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#topmenu_container {}
#topmenupanel {}
#topmenupanel #menu1 {
	padding-left:20px;
}
#topmenupanel ul,
#topmenupanel li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}/* alapertekek kinullazasa */
#topmenupanel #menu1 .smenu {}/* menusor elso ul eleme */

#topmenupanel #menu1 .smenu li.static {
	padding:0;
	position:relative;
}

#topmenupanel #menu1 .smenu li.static:not(:last-of-type){
margin-right:10px;
}


.ie9 #topmenupanel #menu1 .smenu li.static,
.ie8 #topmenupanel #menu1 .smenu li.static,
.ie7 #topmenupanel #menu1 .smenu li.static,
.ie6 #topmenupanel #menu1 .smenu li.static {

}
#topmenupanel #menu1 a.static{
display:inline-block;
	padding:0 13px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	text-decoration:none!important;
	line-height:39px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}/* fomenusor tulajdonsagai */

#topmenupanel #menu1 .smenu a.static:hover,#topmenupanel #menu1 .smenu li.current a.static{
background: #fecc00;
background: -moz-linear-gradient(top, #fecc00 0%, #f29402 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecc00), color-stop(100%,#f29402));
background: -webkit-linear-gradient(top, #fecc00 0%,#f29402 100%);
background: -o-linear-gradient(top, #fecc00 0%,#f29402 100%);
background: -ms-linear-gradient(top, #fecc00 0%,#f29402 100%);
background: linear-gradient(to bottom, #fecc00 0%,#f29402 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc00', endColorstr='#f29402',GradientType=0 );
border-bottom:2px solid #ffe6a2;
}

#topmenupanel ul.level2,
#topmenupanel ul.level3,
#topmenupanel ul.level4 {
	width:250px;
	background-color:#1898c9;
	border: 1px solid #1283b7;
	border-left:2px solid #173b53;
	border-right:2px solid #1898c9;
	z-index:10000;
}/* 2-3-4-es almenuk alaptulajdonsagai */

#topmenupanel ul.level2{
	margin-top:2px;
	margin-left:12px;
}
#topmenupanel ul.level3,
#topmenupanel ul.level4 {
	margin-top:-3px;
	margin-left:3px;
}
.ie6 #topmenupanel ul.level3,
.ie6 #topmenupanel ul.level4 {
	margin-top:-3px;
	margin-left:-5px;
}
#topmenupanel ul .dynamic {
	padding:2px 3px;
	text-align:left;
}

#topmenupanel ul a.dynamic {
	font-size:13px;
	color:#bde4f7;
	display:block;
	text-decoration:none!important;
}


#topmenupanel .level1 a.popout {
}/* ha van almenuje egy linknek, de ha nincs link a főmenüponton, akkor nem jelenik meg a popout class! */
#topmenupanel .level2 a.popout {
background-image: url("/upload/diabetes/frameimage/staticpopoutimage_subarrow.png");
background-repeat: no-repeat;
background-position: right center;
}

#submenu{
position:fixed;
left:0;
top:79px;
width:100%;
height:0;
background: #1884bd;
background: -moz-linear-gradient(top, #1884bd 0%, #409bce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1884bd), color-stop(100%,#409bce));
background: -webkit-linear-gradient(top, #1884bd 0%,#409bce 100%);
background: -o-linear-gradient(top, #1884bd 0%,#409bce 100%);
background: -ms-linear-gradient(top, #1884bd 0%,#409bce 100%);
background: linear-gradient(to bottom, #1884bd 0%,#409bce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1884bd', endColorstr='#409bce',GradientType=0 );
z-index:998;
}

#submenu div.inner{
width:990px;
margin:0 auto;
text-align:center;
}

#submenu ul{
float:left;
margin:20px 0 0;
padding:0 7px;
border-right:1px dashed #5bafda;
}

#submenu ul:last-of-type{
border:0;
}

#submenu li{
list-style:none;
width:256px;
}

#submenu li a{
display:block;
line-height:19px;
color:#d7f0fb;
font-weight:bold;
font-size:17px;
padding:5px 10px;
text-align:left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#submenu li a:hover{
color:#1b5f90;
background-color:#b7e4fd;
text-decoration:none;
}