.menu {
	font-size: 12px;
	width: 100%;
	text-align:right;
	background:#f4efe8;
}
#menu_header {
	background: url(../images/v-menu-h.png);
	font-size: 15px;
	color: #FFF;
	padding:6px 20px;
	height:28px;
	position:relative;
}
#menu_header .icon {
	position: absolute;
	left: 10px;
	top: 10px;
	}
.menu_sepa{
	border-bottom:1px #dad2ca solid;
}
ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0px;
}
ul.topnav li {
	position: relative;
	margin: 0px;
}
ul.topnav li a{
	color: #6b4d3e;
	display: block;
	text-decoration: none;
	padding:8px 25px;
	position:relative;
}
ul.topnav li a:hover{
	color: #3c2920;
	background: rgb(240,236,229); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWNlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmRkZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(240,236,229,1) 0%, rgba(226,221,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,236,229,1)), color-stop(100%,rgba(226,221,212,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(240,236,229,1) 0%,rgba(226,221,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(240,236,229,1) 0%,rgba(226,221,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(240,236,229,1) 0%,rgba(226,221,212,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(240,236,229,1) 0%,rgba(226,221,212,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ece5', endColorstr='#e2ddd4',GradientType=0 ); /* IE6-8 */
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -205px;
	top: 0px;
	background:#f4efe8;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 999;
	width: 200px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-rigth-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#7f6756;
	border-left-color: #CCCCCC;
	border-bottom-color: #aeb3b4;
	text-align:right;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #CCCCCC; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #e8e8e8;*/ /*--Create bevel effect--*/
	border-right:0;
	width: 200px;
}
html ul.topnav li ul.subnav li a {
	/*background: url(images/drop_tile.png);*/
	padding-right: 20px;
	border-right:0;
	color: #6b4d3e;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(../images/vm-h.png);
	color: #3c2920;
}
.subnav_arrow{
	background-image: url(../images/arrow4.png);
	background-position: left;
	background-repeat: no-repeat;
	
}





ul.topnav li ul.subnav2 {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -205px;
	top: 0px;
	background:#f4efe8;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 999;
	width: 200px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-rigth-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#7f6756;
	border-left-color: #CCCCCC;
	border-bottom-color: #aeb3b4;
	text-align:right;
}
ul.topnav li ul.subnav2 li{
	margin: 0; padding: 0;
	border-top: 1px solid #CCCCCC; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #e8e8e8;*/ /*--Create bevel effect--*/
	border-right:0;
	width: 200px;
}
html ul.topnav li ul.subnav2 li a {
	/*background: url(images/drop_tile.png);*/
	padding-right: 20px;
	border-right:0;
	color: #6b4d3e;
}
html ul.topnav li ul.subnav2 li a:hover { /*--Hover effect for subnav links--*/
	background: url(../images/vm-h.png);
	color: #3c2920;
}
.subnav2_arrow{
	background-image: url(../images/arrow4.png);
	background-position: left;
	background-repeat: no-repeat;
	
}





.cat_icon {
	background: url(../images/T.png);
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: 1px;
	top: 30%;
	width: 18px;
	height: 16px;
	z-index:10;
}
