/*Credits: Tetra */
/*URL: http://www.tetra.ro/ */

#menulist{
width: 180px;
border: 1px solid #000;
padding: 0 0 0em 0;
font: bold 12px Verdana, sans-serif;
background-color: RGB(229,229,229);
color: #333;
text-align: left;
}

* html #menulist{ /*IE 6 only */
w\idth: 180px; /*Box model bug: 180px minus all left and right paddings for #menulist */
}

#menulist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menulist li {
border-bottom: 1px solid black;
margin: 0;
}

/* Menu ahol a feliratok vannak: kezdet */

#menulist li a{
display: block;
padding: 5px 5px 5px 5px;
border-left: 10px solid gray;
background-color: solid gray;
color: black;
text-decoration: none;
width: 100%;
}

/* Menu ahol a feliratok vannak: veg */

html>body #menulist li a{ /*Non IE6 width*/
width: auto;
}

#menulist li a:hover{
	border-color: #FE3;
	color: #FFF;
	background: rgb(110,110,110);
}


/* Baloldalso Menu-ben megjeleo kep: kezdete */
.bm {
	font-family: Georgia;
	margin: 0px 0 0px 0px;
	background-color: rgb(246,247,239);
	width:178px;
	text-align: center;
	padding:5px 3px 5px 3px;
	border:1px solid #000000;
	-webkit-transition: background 1s;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transition: color .5s, text-shadow .5s;
	box-shadow: rgba(0,0,0,0.4) 4px 4px;
	}
/* Baloldalso Menu-ben megjeleo kep: vege */ 