@CHARSET "ISO-8859-1";

#menuDivContainer {
	width: 100%;
	float: left;	
	margin-bottom: 15px;
	height: 40px;
	max-height: 40px;
	background-color: #ff0019;
}

#menuDiv {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	max-height: 40px;
}

#menuDiv div{
	display: block;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url("../image/main-menu/menu-item.gif");
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #FF0019;
	font-size: 15px;
	cursor: pointer;
	height: 17px;
}

#menuDiv div.h3 {
	background-image: url("../image/main-menu/menu-item.gif");
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #FF0019;
}

#menuDiv div.h3:hover{
	background-image: url("../image/main-menu/menu-item_over.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#menuDiv div.active-h3 {
	background-image: url("../image/main-menu/menu-item_active.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #FF0019;
}

#menuDiv div.active-h3:hover {
	background-image: url("../image/main-menu/menu-item_active.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #FF0019;
}

#menuDiv div.first {
	background-image: url("../image/main-menu/first-menu-item.gif");
}

#menuDiv div.first:hover {
	background-image: url("../image/main-menu/first-menu-item_over.gif");
}

#menuDiv div.active-first {
	background-image: url("../image/main-menu/first-menu-item_active.gif");
	color: #FF0019;
}

#menuDiv div.active-first:hover {
	background-image: url("../image/main-menu/first-menu-item_active.gif");
	color: #FF0019;
}