@CHARSET "ISO-8859-1";

#menuTop {
	height: 40px;
	background-image: url("../images/design/menu/menu_top.jpg");
	background-repeat: no-repeat;
}

#menuMiddle{
	width: 100%;
	font-size: 14px;
	background-image: url("../images/design/menu/menu_style.jpg");
	background-repeat: repeat-y;
}

#menuMiddle ul, #menuMiddle ul li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#menuMiddle a{
	text-decoration: none;
}

#menuMiddle ul li a.menuItem, #menuMiddle ul li a.menuItem:visited{
	width: 161px;
	height: 41px;
	background-image: url("../images/design/menu/menu_item.jpg");
	background-repeat: no-repeat;
	line-height: 38px;
	text-indent: 25px;
	color: black;
	font-weight: bold;
	display: block;
	margin-left: 21px;
}

#menuMiddle ul li a.menuItem:hover{
	background-image: url("../images/design/menu/menu_item_hover.jpg");
	color: white;	
}

#menuMiddle ul li a.subMenuItem, #menuMiddle ul li a.subMenuItem:visited{
	width: 147px;
	height: 41px;
	background-image: url("../images/design/menu/menu_subItem.jpg");
	background-repeat: no-repeat;
	line-height: 38px;
	text-indent: 11px;
	color: black;
	display: block;
	margin-left: 35px;
}

#menuMiddle ul li a.subMenuItem:hover{
	background-image: url("../images/design/menu/menu_subItem_hover.jpg");
	color: white;
}

#menuBottom{
	height: 154px;
	background-image: url("../images/design/menu/menu_bottom.jpg");
	background-repeat: no-repeat;
}


