div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#menu li {
	float: left;
	display: block;
}

div#menu li a {
	float: left;
	display: block;
	height: 309px;
	width: 110px; /* width menu before expanding */
	padding: 0px 10px 0px 10px;
	border-right: 5px solid #2C2C2C;
	line-height: 40px; /* will be changed, represent height of the menu text */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #f5f4f4; /*#f5f4f4;	/* changed, represent color of the menu text */
	text-decoration: none;
}

div#menu li.active a {
	text-decoration: underline;
}

div#menu {	/* add backgr. photo */
	width: auto;
	margin: 10px 20px 0px 20px;
	clear: both;
	background: none;
}

div#menu .menu_pod {
	height: 309px;
	background: url(../images/MGbgr2123x309.jpg) 100% 0 repeat-x;
}

div#smenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

div#smenu li a {
	float: left;
	display: block;
	height: 40px;
	width: 100px; /* width menua before expanding */
	padding: 0px 10px 0px 10px;
	border-right: 2px solid #000000;
	line-height: 20px; /* will be changed, represent height of the menu text */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #CC0000; /*#f5f4f4;	/* changed, represent color of the menu text */
	text-decoration: none;
}

div#smenu li {
	float: right;
	display: block;
}

div#smenu .smenu_pod {
	height: 0px;
	background: none;
}