/*általános*/
/* ================= 1. CSS Reset ================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/*font-family: Helvetica, Arial, Tahoma, sans-serif;*/
	
}
strong, b {
	font-weight:bold;
}
em, dfn, i {
	font-style:italic;
}
body {
   min-width: 960px;
   font: 12px/1em ;  
   font-size: 1.2em;    
  font-family: 'Marcellus', serif;
	/*color: #0D192F; */
	color: #003333;
	/*background: #E6E7E8;*/
/*	background-image: url(bg.png);
	margin: 0px 0px 0px 0px;
	background-position: center;
	background-repeat: repeat-y;  */
}
.clear
{clear: both;}
.header_bg {
	height: auto; 

} 
.header_bg .logo {
	float:left;
	margin-bottom:0px;
	margin-top: 0px;

}

a.szovlink!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!{


}
.keret{

	background: red;
	color: #ffffff;
	padding:20px;
 margin-bottom:20px;
  margin-top:10px;    
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em; 
  	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	box-shadow: 0 3px 6px rgba(0,0,0,.2); 
}
.whitekeret{
    /*min-height:200px; */
	background: #ffffff;
	padding:20px;
 margin-bottom:20px;
  margin-top:10px;    
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em; 
  	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	box-shadow: 0 3px 6px rgba(0,0,0,.2); 
}
.whitekeret:hover{
    /*min-height:200px; */
	background: #f2f2f2;

}
.redkeret{

	background: #E60000;
	padding:10px;
 margin-bottom:20px;
  margin-top:10px;    
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em; 
  	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	box-shadow: 0 3px 6px rgba(0,0,0,.2); 
}
.katkeret{

	background: #E60000;
	min-height:300px;
	padding:20px;
 margin-bottom:20px;
  margin-top:10px;    
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em; 
  	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.2);
	box-shadow: 0 3px 6px rgba(0,0,0,.2); 
}
.keretcim{
color: #ffffff;
margin-bottom: 1em;	
margin-top: 1em;	
font-weight:500;
font-size:1.5em;}
.keretszoveg{
color: #ffffff;
text-align:justify;
font-size:1em;}
 .keretkep{
 float:left;
	margin-right:11px; 
 height: 180px;
 	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em; }
.keretlink{
color: green; 
margin-top:-3em;	
margin-right:2em;	
padding-bottom: 2em;	
font-weight:500;
font-size:1.2em;
text-align: right;}
.keretlink a:link{
color: #ffffff;}
.keretlink a:visited{
color: #ffffff;}
.keretlink a:hover{
color: #ffffff;}
.keretlink a:activ{
color: #ffffff;}
.magnifier {
  opacity: 1;
  position: relative;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover {
  opacity: 0.7;
  background: url('images/magnifier.png') center center no-repeat #000000;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url('images/magnifier.png') center center no-repeat #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover:after {
  opacity: 0.6;
}
img.alignleft {
	float:left;
	margin:0px 16px 10px 0;
	width:260px;
	
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	max-width:800px;
}
img.alignright {
	float:right;
	margin:5px 0px 5px 11px;
		width:260px;
}  
.logo{
/*width:260px;
height:100px; */
}
/*vagy 
.clear {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}*/	
.none {
	display:none;
}
.left{
text-align: left;}
.right{
text-align: right; }
.center{
text-align: center; }
.justify{
text-align: justify;}	
.padding3 {
	padding-top:3px;
	font-size:0;
	line-height:0;
}
.padding5 {
	padding-top:5px;
	font-size:0;
	line-height:0;
}
.padding10 {
	padding-top:10px;
	font-size:0;
	line-height:0;
}
.padding12 {
	padding-top:12px;
	font-size:0;
	line-height:0;
}
.padding15 {
	padding-top:15px;
	font-size:0;
	line-height:0;
}
.padding17 {
	padding-top:17px;
	font-size:0;
	line-height:0;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.padding25 {
	padding-top:25px;
	font-size:0;
	line-height:0;
}
.padding30 {
	padding-top:30px;
	font-size:0;
	line-height:0;
}
.padding40 {
	padding-top:40px;
	font-size:0;
	line-height:0;
}
.padding50 {
	padding-top:50px;
	font-size:0;
	line-height:0;
}
.padding60 {
	padding-top:60px;
	font-size:0;
	line-height:0;
}
.padding80 {
	padding-top:80px;
	font-size:0;
	line-height:0;
}
/*divek*/
.row {
width:960px;
margin:auto;


}


/* Column margins */
.col_12, /* full width */
.col_9, /* 3/4 width */
.col_8, /* 2/3 width */
.col_6, /* half width */
.col_4, /* 1/3 width */
.col_3 /* 1/4 width */
{
margin-left: 10px;
margin-right: 10px;
display: inline;
float: left;
margin-top:10px;
display:table-cell;
}
/* First and Last */
.first {
margin-left:0;
}
 
.last {
margin-right:0;

}
.right{
float: right;
}
 
/* Column widths taking into account the margins */
.col_12 {width:940px;}
.col_9 {width:620px;}
.col_8 {width:700px;}
.col_6 {width:460px;}
.col_4 {width:220px;}
.col_3 {width:300px;}

 


/*div díszítések*/
.highlight {
	font-size:11px;
	display:inline-block;
	padding:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px 6px;
}
.highlight.green {
	color:#519a35;
	background:#d3f9c4;
}
.highlight.blue {
	color:#4180cf;
	background:#dbeefe;
}
.highlight.grey {
	color:#FFFFFF;
	background:#b3b3b3;
}
.highlight.yellow {
	color:#d97939;
	background:#fff1d1;
}


/*betük    */
p {
/*	text-align: justify;    */
  color: black;
	font-size: 1em;   
	
	/*font-family: Helvetica, Arial, Tahoma, sans-serif;   */
	line-height: 22px;
}

h1, h2,  h4, h5, b {
	/*font-family: Helvetica, Arial, Tahoma, sans-serif;  */
	
	margin-bottom:1em;
	font-weight:800;
	/*color: #0073E5;*/
}

h1.top {
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-left: 15px;
	line-height: 18px;
/*	letter-spacing: 4.7px;  */
	border-bottom:0px solid #990000;
	background-color: #ffffff;
	 
}
p {

}
h4 {
	
}

h1 {
color:#E60000;	
padding-top:0.6em;
padding-bottom:0em;
margin-bottom:0.2em;
margin-top:0.2em;
font-size: 1.2em;
border-bottom:1px solid #E60000;
/*background-color: #f2f2f2;     */
/*text-shadow: 1px 1px 1px #222, 
               3px 3px 5px red;  */  
}
h3{
color:#E60000;	
padding-top:0.4em;
padding-bottom:0em;
margin-bottom:0.2em;
margin-top:0.2em;
font-size: 1em;
margin-left:20px;
/*margin:1em;	  */
/*padding:0.6em;   */

/*margin-bottom:1em;*/	

/*border-bottom:1px solid #990000;  */
}
h6 {
display:none;
margin:0;
padding:0;
}
h5{
font-weight:bold;
font-size: 1em;
margin-left:20px;
}
h4{
color:#E60000;	
padding-top:0.4em;
padding-bottom:1em;
margin-bottom:0.6em;
margin-top:0.6em;
font-size: 1em;
font-style: italic;
text-align:center;
font-weight:bold;
/*margin:1em;	  */
/*padding:0.6em;   */

/*margin-bottom:1em;*/	

/*border-bottom:1px solid #990000;  */
}
.cim{
background-color:#990000;
 color:#ffffff;}
ul.contact-address li {
	/*font-size:1.2em ;      */
}
ul.contact-address li {
	padding:10px !important;
	line-height:25px !important;
	border-bottom:1px solid #f6f4e7;
}
ul.contact-address li:hover {
	/*background:#f7f3e3;*/
}
ul.contact-address li.address span {
	background:url(../images/address.png) no-repeat left;
	font-size:0.9em;
  padding: 30px 0;
	padding-left:35px !important;
}
ul.contact-address li.phone span {
	font-size:0.9em;
  background:url(../images/phone.png) no-repeat left;
	padding: 30px 0;
	padding-left:35px !important;
}
ul.contact-address li.email span {
	font-size:0.9em;
	background:url(../images/email.png) no-repeat left;
	padding: 30px 0;
	padding-left:35px !important;
}
.arrow_list li{

  padding-bottom:30px;
  padding-left:10px;
	list-style-image: url(../images/list-arrow.gif);
	list-style-position: outside;
	text-align: left;
}
.check_list li{

  padding-bottom:30px;
  padding-left:20px;
	list-style-image: url(../images/pricing_check.png);
	list-style-position: inside;
	text-align: left;
}
  
.list_deep li {

  padding-bottom:30px;
  padding-left:40px;

	list-style-position: inside;
	text-align: left;
}
/*Menu*/
 /* ================= Header Menu ================= */
.main-menu {
	margin:0px 0 0 0;
	width: 100%;
	float:right;
	line-height:50px;
	/*background-color: #990000;   */
}
.main-menu ul {
	margin:0;
	padding-left:2px;
}
.main-menu li ul {
	padding-top:2px;
	left:-2px;
}
.main-menu li ul li {
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
}
.main-menu li {
	 white-space:nowrap;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	z-index:100;
	color:#000333;   /*itt*/
	font-weight:bold;
	
}
.main-menu a {
	display:block;
	position:relative;
	font-size:0.9em;
	color:#f9f4e1;    /*itt link szovegek*/
	font-weight:bold;
}
.main-menu a:hover {
	text-decoration:none;
	color:#d8c0a8;    /*itt link szovegek fenn*/
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/menu_down_arrow.png) no-repeat right;
	cursor:default;
}
.main-menu > ul > li {
	float:left;
	margin-right:28px;
	padding-right:10px;
		padding-left:10px;
}
.main-menu > ul > li:last-child {
	margin-right:0;
}
.main-menu li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:100;
}
.main-menu li:hover > ul {
	display:block;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	/*background:#403830 url(../images/submenu_left_arrow.png) no-repeat right;*/
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:url(../images/menu_down_arrow.png) no-repeat right;
}
.main-menu li ul li {
	border-bottom:1px solid #534a42;
	background:#000333;
}
.main-menu li ul li a:hover {
	background:#f5f5f5;
	color:#f9f4e1;
}
.main-menu li ul li:last-child {
	border-bottom:1px solid #2e2823;
}
.main-menu li ul li a {
	padding:0 25px 0 12px;
	
	background:#003333;
}
.main-menu li ul li a:hover {     //*uj*/
	padding:0 25px 0 12px;
	
	background:#333333;
}
.main-menu li ul li ul {
	top:-1px !important;
	left:100% !important;
	padding:0 !important;
}

ul {
	padding-left:10px;
  list-style:none;
	margin-top:0;
}
.contact-links {
	position:relative;
	float: right;
	color: #333333;
	padding:0;
	margin:0;
	font-size:0.9em;
	width:240px;
	padding-top:15px; padding-right:10px; text-align:right;
}
.contact-links li {
	display:inline;
	height:20px;
}
.social-links {
	position:relative;
	float: right;
	padding:0;
	margin:0;
	font-size:0.8em;
	width:200px;
	/*border:1px solid red;*/
	text-align:right;
	padding-top:5px; 
}
.social-links li {
	display:inline;
	padding-right:20px;
	/*width:280px;  */
	height:20px;
/*	border-bottom:1px solid red; */
}



/*Táblázat*/
/* ================= Forms ================= */
input, textarea {
	border:1px solid #cccccc;
	padding:7px 10px 7px 10px;
	font-size:1em;
	color:#000000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/*.felezo{
width: 50%;} */
#lista
{
width: 100%;
	/*font-size: 14px; */
	/*width: 800px; */
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin:0 0 0 0px;
	padding:0;
}
#lista th
{ /*	width: 950px; */
	font-size: 1.4em; 
	font-weight: bold;
	/*color: #729241; */
	padding: 10px 8px;    
	border-bottom: 2px solid #ccc;
}
#lista td
{
	color: #333333;
	font-size: 1.1em;
	padding: 9px 8px 8px 8px;
	/*border-bottom: 1px solid #ccc; */
	border: 1px solid #ccc;

}

#lista tbody tr:hover td
{
	color: #333333;
	background: #f2f2f2;
}
 
.t_fotok{ 
display: inline-block;
width:220px;
text-align: center;}


/*boxok*/
.uzenet_box {         /*kek*/
	border:1px solid #9ac1fa;
	background:#dbeefe;
	color:#4180cf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.sikerult_box {     /*zold*/
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.figyelem_box {      /*sarga*/
	border:1px solid #f2c779;
	background:#fff8c4;
	color:#ed7c18;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.error_box {         /*piros*/
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
/*link*/
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline: none;
	/*font-family: Helvetica, Arial, Tahoma, sans-serif; */
 
}
.white{
color:#ffffff;
line-height:1.2em;}
a {
	/*color:#00A6FE; */
  color: #003333;
  /*font-family: Helvetica, Arial, Tahoma, sans-serif;*/
}
a:hover {
	text-decoration:underline;
	color: #990000;
}
.footer_bg a {
	/*color:#00A6FE; */
  color: #ffffff;
  /*font-family: Helvetica, Arial, Tahoma, sans-serif;*/
}


.footer_bg.a:link {

	color: #ffffff;
}
.footer_bg.a:visited {
	text-decoration:underline;
	color: #990000;
}
.footer_bg.a:hover {
	text-decoration:underline;
	color: #990000;
}
.footer_bg.a:active {
	text-decoration:underline;
	color: #990000;   }

::selection {
	background:#2e2823;
	color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}
/*egyebek*/
img.100 {width:100%;}

.mobyes{
visibility:hidden;
display: none;
} 

.mobno{
visibility:visible;
display: block;
}
.nowrap{
	white-space: nowrap;
}
.footer_bg {
	border-top:3px solid silver; 
	width: 100%;
/*	background:#282828; */
background-color: #003333; /*változtattam sima backgroundrol*/
	margin-top:60px;
}   
/********************************/
/*tablethoz*/
/*divek*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* Resize the body */
body {min-width:479px;}
.mobyes{
visibility:visible;
display: block;
} 
.mobno{
visibility:hidden;
display: none;
}   
/* Resize the row */
.row {width:479px;}
 
/* Resize the columns */
.col_12 {width:460px;}
.col_3 first{width:460px;}
.col_9 {width:225px;}
.col_8 {width:460px;}
.col_6 {width:225px;}
.col_4 {width:460px; margin-left:0px;}
.col_3 {width:460px; margin-left:0px;}
 
img.alignleft {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
	
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:440px;
}
img.alignright {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
}  

 
/* Fix the .last issue */
.last {
margin-left:0;
margin-right:10px;
}
/*Menu tablet*/
 .main-menu {
	margin:0 0 30px 0;
	float:left;
		line-height:50px;
	width:100%;
}
.main-menu ul {
	position:static !important;
	padding:0 !important;
}
.main-menu li {
	box-shadow:none !important;
	border:0 !important;
	border-top:1px solid #d9d9d9 !important;
	display:block !important;
	float:none !important;
	margin:0 !important;
}
.main-menu li.submenu > a {
	cursor:pointer;
}
.main-menu li a {
	padding:0 16px;
	line-height:50px;
}
.main-menu li ul li a {
	padding-left:32px !important;
}
.main-menu li ul li ul li a {
	padding-left:48px !important;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:#f5f5f5 url(../images/arrow_320.png) no-repeat right;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul {
	display:none !important;
}
.main-menu li:hover > ul {
	display:block !important;
}
.last {
margin-left:10px;
margin-right:10px;

}
/* .keretkep{
height:180px;
 }   */
}


/******************************/
/*Mobilhoz*/
/*divek*/
/* ================= Mobile (viszintesen) 480px - 767px ================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
	.logo {
	display: block;
	float: none;
	width:100%;
}
 .keretkep{
width:260px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-right:20px;
 }
.main-menu {
	margin:0 0 30px 0;
		line-height:50px;
	float:left;
}}
@media only screen and (max-width: 479px) {
/* Resize the body */
body {min-width:320px;}
.main-menu {
	margin:0 0 30px 0;
	float:left;
		line-height:50px;
}
.mobyes{
visibility:visible;
display: block;
} 
.mobno{
visibility:hidden;
display: none;
} 
.cat {width:100%;
float: left ;
text-align:center;
margin-left:0px;
background: #E6E7E8;}
.cat img{
width:300px;}
  
/* Resize the row */
.row {width:320px;}
 
/* Resize the columns */
.col_12 {width:300px;}
.col_9 {width:300px;}
.col_8 {width:300px;}
.col_6 {width:300px;}
.col_4 {width:300px; margin-left:0px;}
.col_3 {width:300px; margin-left:0px;}
 
/* Fix the .last issue */
.last {
margin-left:10px;
margin-right:10px;

}
/*Menu mobil*/
img.alignleft {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
	
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:280px;
}
img.alignright {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
}
 .keretkep{
width:260px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-right:20px;
 }

}




 
/* Mobile Landscape Screen Sizes */

 
/* Mobile Portrate Screen Sizes */
/* ================= Mobile  < 767px ================= */
@media only screen and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
	.logo {
	display:block;
	float:none;
	/*text-align:center;
	width:100%; */
}
img.alignleft {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
	
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
}
 .keretkep{
width:260px;
padding-right:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
 }
img.alignright {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:260px;
}
.mobilno{
display:none;}
.header_bg {
	height: auto;
}
.featured_block {
margin:0;}
.main-menu {
	margin:0 0 30px 0;
	float:left;
		line-height:50px;
	width:100%;
}
.main-menu ul {
	position:static !important;
	padding:0 !important;
}
.main-menu li {
	box-shadow:none !important;
	border:0 !important;
	border-top:1px solid #d9d9d9 !important;
	display:block !important;
	float:none !important;
	margin:0 !important;
}
.main-menu li.submenu > a {
	cursor:pointer;
}
.main-menu li a {                         
	padding:0 16px;
	line-height:50px;
}
.main-menu li ul li a {
	padding-left:32px !important;
}
.main-menu li ul li ul li a {
	padding-left:48px !important;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:#f5f5f5 url(../images/arrow_320.png) no-repeat right;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul {
	display:none !important;
}
.main-menu li:hover > ul {
	display:block !important;
}}