/* Start of CMSMS style sheet 'menu' */
#menu{
	margin-left: 13px;
	height: 102px;
	width: 575px;
	}
div#mr{
	/*padding-right: 5px;*/
	background-image: url(images/mr.png);
	background-repeat: no-repeat;
	background-position: bottom right;

	height: 102px;
	}
div#ml{
	/*padding-right: 5px;*/
	background-image: url(images/ml.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 5px;
	height: 102px;
	}
div#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
div#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 113px;
	list-style: none;
	background-position: center top;
	background-repeat: no-repeat;
	}
div#menu ul li div {

	}
div#menu ul li div.mbg{
	background-image: url(images/menu_rpt.png);
	background-repeat: repeat-x;
	height: 34px;
	/*margin-top: 68px;*/

	text-align: center;
	}
div#menu ul li div.mbg a{
	display: block;
	width: 113px;
	height: 34px;
	padding-top: 1px;
	background-image: url(images/menu_a.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Century Gothic;
	font-size: 15px;
	text-decoration: none;
	color: #848484;
	line-height: 28px;
	}

	
	
div#menu ul li#m19 div.mbg a{
	background-image: none;
	}

div#menu ul li div.d16{
	padding-top: 68px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/menu/about_us.jpg);
	}
div#menu ul li.menuactive div.d16 {
	background-image: url(images/menu/a_about_us.jpg);
	}
	
div#menu ul li  div.d17{
	padding-top: 68px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/menu/news.jpg);
	}
div#menu ul li.menuactive  div.d17{
	background-image: url(images/menu/a_news.jpg);
	}
div#menu ul li div.d18{
	padding-top: 68px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/menu/products.jpg);
	}
div#menu ul li.menuactive  div.d18{
	background-image: url(images/menu/a_products.jpg);
	}
div#menu ul li div.d20{
	padding-top: 68px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/menu/gallery.jpg);
	}
div#menu ul li.menuactive  div.d20{
	background-image: url(images/menu/a_gallery.jpg);
	}
div#menu ul li div.d19{
	padding-top: 68px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/menu/contacts.jpg);
	}
div#menu ul li.menuactive  div.d19{
	background-image: url(images/menu/a_contacts.jpg);
	}
div#menu ul li.menuactive div.mbg a,
div#menu ul li div.mbg a:hover{
	color: #c50c0f;
	}




/* End of 'menu' */

