.navig{
	padding: 0px;
	background-image: url(../../image/design/menu_background.png);
	/*background-color:#000000;*/
	background-repeat: no-repeat;
	margin: 0px;
}
.menu{
	width: 79px;
	height: 19px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding: 0px;
}
.menu_link{
	color: #cc0000;/*cc0000*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.submenu{
	height: 19px;
	width: 190px;
	margin: 0;
	padding: 0px;
}
.submenu_link{
	border: none;
	color: #cccc00;/*cc6633*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

