.resp_menupontok {
    margin: 0px;
    padding: 72px 0px;
	cursor:pointer;
}
.resp_menupontok li {
	list-style: none;
	margin: 0px 0px;
}

.res_menukeret {
	width:240px;
/*	margin-right:120px;	*/
	text-align:left;
	font-weight:500;
	border:1px solid #1A1A1A;	
	background:#282828;
}
.res_fomenukeret {
	padding:12px 10px;
	font-size: 1.28em;
	color: white;
	cursor:pointer;	
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.res_fomenukeret a{
	color: white;
	text-decoration:none;
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.res_menukeret:hover
{
/*	background: -webkit-linear-gradient(#cfcfcf,#fafafa);/* For Safari 5.1 to 6.0 */
/*	background: linear-gradient(#cfcfcf,#fafafa);/* Standard syntax (must be last) */
/*	background: -o-linear-gradient(#cfcfcf,#fafafa); /* For Opera 11.1 to 12.0 */
/*  background: -moz-linear-gradient(#cfcfcf,#fafafa);/* For Firefox 3.6 to 15 */
	cursor: hand;
/*	border-bottom: 1px solid black;	*/
	position: relative;
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*.fomenukeret:hover
{
	color: #f79739;
	text-shadow: 1px 1px 2px #fff;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
.res_fomenukeret a:hover, .res_fomenukeret:hover 
{
	color: #236ba4;
/*	text-shadow: 1px 1px 2px #fff;	*/
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.res_menu_kepek {
	height:32px;
	display:inline;
	vertical-align:middle;
	padding-right:6px;
}
